Lines Matching refs:video_offset
3023 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, &pPriv->video_memory,
3027 if (pPriv->video_offset == 0)
3037 offset = (pPriv->video_offset) + (top * dstPitch);
3136 RADEONDisplayVideo(pScrn, crtc, pPriv, idconv, pPriv->video_offset, offset,
3590 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn, &pPriv->video_memory,
3594 if (pPriv->video_offset == 0)
3608 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3609 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3614 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3616 offset3 = RADEON_ALIGN(pPriv->video_offset + 2 * new_size, 0x10);
3620 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3621 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3644 vbi_offset0 = RADEON_ALIGN(pPriv->video_offset + mult * new_size * bpp, 0x10);
3694 RADEONDisplayVideo(pScrn, crtc, pPriv, id, pPriv->video_offset,