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

  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_cursor.c 96 pI740->CursorStart=0;
101 pI740->CursorStart = ((((fbarea->box.x1 + pScrn->displayWidth * fbarea->box.y1) * pI740->cpp)+4096)&0xfff000);
107 if (pI740->CursorStart>4*1024*1024) {
108 pI740->CursorStart=0;
124 if (!pI740->CursorStart) return FALSE;
135 pcurs = (CARD8 *)(pI740->FbBase + pI740->CursorStart);
173 (pI740->CursorStart & 0x0000F000) >> 8);
175 (pI740->CursorStart & 0x003F0000) >> 16);
i740.h 104 int CursorStart;
i740_driver.c 1602 I740InitVideo(pScreen); pI740->OverlayStart = pI740->CursorStart + 1024;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_memory.c 176 pI810->CursorStart = 0;
188 pI810->CursorStart = tom;
227 if (pI810->CursorStart != 0) {
229 pI810->OverlayStart = pI810->CursorStart + 1024;
i810_cursor.c 120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart);
161 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
i810_hwmc.c 209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
279 contextRec->OverlayOffset = pI810->CursorStart;
i810.h 157 unsigned long CursorStart;
i810_dri.c 649 pI810->CursorStart = tom;
688 pI810->OverlayStart = pI810->CursorStart + 1024;
1428 pI810->CursorStart) != 0)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_memory.c 176 pI810->CursorStart = 0;
188 pI810->CursorStart = tom;
227 if (pI810->CursorStart != 0) {
229 pI810->OverlayStart = pI810->CursorStart + 1024;
i810_cursor.c 120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart);
161 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
i810_hwmc.c 209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
279 contextRec->OverlayOffset = pI810->CursorStart;
i810.h 157 unsigned long CursorStart;
i810_dri.c 649 pI810->CursorStart = tom;
688 pI810->OverlayStart = pI810->CursorStart + 1024;
1428 pI810->CursorStart) != 0)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_memory.c 175 pI810->CursorStart = 0;
187 pI810->CursorStart = tom;
226 if (pI810->CursorStart != 0) {
228 pI810->OverlayStart = pI810->CursorStart + 1024;
i810_cursor.c 119 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart);
160 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
i810_hwmc.c 211 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
281 contextRec->OverlayOffset = pI810->CursorStart;
i810.h 170 unsigned long CursorStart;
i810_dri.c 760 pI810->CursorStart = tom;
801 pI810->OverlayStart = pI810->CursorStart + 1024;
1533 pI810->CursorStart) != 0)
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_type.h 80 CARD32 CursorStart;
riva_hw.h 259 U032 CursorStart;
nv_dac.c 200 pNv->CURSOR = (U032 *)(pNv->FbStart + pNv->CursorStart);
nv_hw.c 918 state->cursor0 = 0x80 | (pNv->CursorStart >> 17);
919 state->cursor1 = (pNv->CursorStart >> 11) << 2;
920 state->cursor2 = pNv->CursorStart >> 24;
nv_driver.c 1927 pNv->CursorStart = pNv->FbUsableSize + (32 * 1024);

Completed in 23 milliseconds