HomeSort by: relevance | last modified time | path
    Searched refs:video_offset (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_video.h 82 int video_offset; member in struct:__anon9387
smi_video.c 1191 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-ati/dist/src/
radeon_video.h 93 int video_offset; member in struct:__anon6877
radeon_textured_video.c 344 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);
radeon_video.c 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)
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_cursor.c 195 pGeode->video_id, pGeode->video_offset,
geode.h 339 int video_offset; member in struct:_geodeRec
gx_video.c 968 pGeode->video_offset = offset;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc.h 402 int video_offset; member in struct:__anon9087
nsc_gx1_cursor.c 281 pGeode->video_id, pGeode->video_offset,
nsc_gx2_cursor.c 278 pGeode->video_id, pGeode->video_offset,
nsc_gx2_video.c 980 pGeode->video_offset = offset;
nsc_gx1_video.c 1043 pGeode->video_offset = offset;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga.h 267 int video_offset; member in struct:__anon9021
mga_video.c 906 pPriv->video_offset = MGAAllocateMemory(pScrn, &pPriv->video_memory,
909 if (!pPriv->video_offset)
920 offset = pPriv->video_offset;
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_video.c 245 CARD32 video_offset; /* offset in video memory of packed YUV buffer */ member in struct:__anon9311
2034 pPriv->video_offset = SavageAllocateMemory(
2037 if (pPriv->video_offset == 0)
2064 offset = (pPriv->video_offset) + (top * dstPitch);

Completed in 23 milliseconds