Home | History | Annotate | Download | only in src

Lines Matching refs:video_offset

3025    pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, &pPriv->video_memory,
3029 if (pPriv->video_offset == 0)
3039 offset = (pPriv->video_offset) + (top * dstPitch);
3138 RADEONDisplayVideo(pScrn, crtc, pPriv, idconv, pPriv->video_offset, offset,
3592 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, &pPriv->video_memory,
3596 if (pPriv->video_offset == 0)
3610 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3611 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3616 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3618 offset3 = RADEON_ALIGN(pPriv->video_offset + 2 * new_size, 0x10);
3622 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3623 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3646 vbi_offset0 = RADEON_ALIGN(pPriv->video_offset + mult * new_size * bpp, 0x10);
3696 RADEONDisplayVideo(pScrn, crtc, pPriv, id, pPriv->video_offset,