Searched refs:video_offset (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.h82 int video_offset; member in struct:__anon629b2c180108
H A Dsmi_video.c1191 pPort->video_offset = SMI_AllocateMemory(pScrn, &pPort->video_memory, size);
1192 if (pPort->video_offset == 0) {
1221 } while (pPort->video_offset == 0);
1228 vid_address = pPort->video_offset;
1571 pPort->video_offset = SMI_AllocateMemory(pScrn, &pPort->video_memory, size);
1580 offset = pPort->video_offset + (top * dstPitch);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc.h402 int video_offset; member in struct:__anon7fec0e5a0108
H A Dnsc_gx1_cursor.c281 pGeode->video_id, pGeode->video_offset,
H A Dnsc_gx2_cursor.c278 pGeode->video_id, pGeode->video_offset,
H A Dnsc_gx2_video.c980 pGeode->video_offset = offset;
H A Dnsc_gx1_video.c1043 pGeode->video_offset = offset;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h93 int video_offset; member in struct:__anone192d83f0108
H A Dradeon_textured_video.c344 pPriv->video_offset = radeon_legacy_allocate_memory(pScrn,
348 if (pPriv->video_offset == 0)
394 pPriv->src_offset = pPriv->video_offset;
409 pPriv->src_addr = (uint8_t *)(info->FB + pPriv->video_offset);
H A Dradeon_video.c3023 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
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_cursor.c195 pGeode->video_id, pGeode->video_offset,
H A Dgeode.h339 int video_offset; member in struct:_geodeRec
H A Dgx_video.c968 pGeode->video_offset = offset;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_video.c245 CARD32 video_offset; /* offset in video memory of packed YUV buffer */ member in struct:__anon919051f10108
2034 pPriv->video_offset = SavageAllocateMemory(
2037 if (pPriv->video_offset == 0)
2064 offset = (pPriv->video_offset) + (top * dstPitch);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga.h267 int video_offset; member in struct:__anon971c52dc0408
H A Dmga_video.c906 pPriv->video_offset = MGAAllocateMemory(pScrn, &pPriv->video_memory,
909 if (!pPriv->video_offset)
920 offset = pPriv->video_offset;

Completed in 28 milliseconds