Searched refs:CursorStart (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_cursor.c96 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);
H A Di740.h104 int CursorStart; member in struct:_I740Rec
H A Di740_driver.c1602 I740InitVideo(pScreen); pI740->OverlayStart = pI740->CursorStart + 1024;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_memory.c176 pI810->CursorStart = 0;
188 pI810->CursorStart = tom;
227 if (pI810->CursorStart != 0) {
229 pI810->OverlayStart = pI810->CursorStart + 1024;
H A Di810_cursor.c120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart);
161 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
H A Di810_hwmc.c209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
279 contextRec->OverlayOffset = pI810->CursorStart;
H A Di810.h157 unsigned long CursorStart; member in struct:_I810Rec
H A Di810_dri.c649 pI810->CursorStart = tom;
688 pI810->OverlayStart = pI810->CursorStart + 1024;
1428 pI810->CursorStart) != 0)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_memory.c176 pI810->CursorStart = 0;
188 pI810->CursorStart = tom;
227 if (pI810->CursorStart != 0) {
229 pI810->OverlayStart = pI810->CursorStart + 1024;
H A Di810_cursor.c120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart);
161 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
H A Di810_hwmc.c209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
279 contextRec->OverlayOffset = pI810->CursorStart;
H A Di810.h157 unsigned long CursorStart; member in struct:_I810Rec
H A Di810_dri.c649 pI810->CursorStart = tom;
688 pI810->OverlayStart = pI810->CursorStart + 1024;
1428 pI810->CursorStart) != 0)
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_memory.c175 pI810->CursorStart = 0;
187 pI810->CursorStart = tom;
226 if (pI810->CursorStart != 0) {
228 pI810->OverlayStart = pI810->CursorStart + 1024;
H A Di810_cursor.c119 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810->CursorStart);
160 uint8_t *pcurs = (uint8_t *) (pI810->FbBase + pI810->CursorStart);
H A Di810_hwmc.c211 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart,
281 contextRec->OverlayOffset = pI810->CursorStart;
H A Di810.h170 unsigned long CursorStart; member in struct:_I810Rec
H A Di810_dri.c760 pI810->CursorStart = tom;
801 pI810->OverlayStart = pI810->CursorStart + 1024;
1533 pI810->CursorStart) != 0)
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_type.h80 CARD32 CursorStart; member in struct:__anonce19071b0208
H A Driva_hw.h259 U032 CursorStart; member in struct:_riva_hw_inst
H A Dnv_dac.c200 pNv->CURSOR = (U032 *)(pNv->FbStart + pNv->CursorStart);
H A Dnv_hw.c918 state->cursor0 = 0x80 | (pNv->CursorStart >> 17);
919 state->cursor1 = (pNv->CursorStart >> 11) << 2;
920 state->cursor2 = pNv->CursorStart >> 24;
H A Dnv_driver.c1897 pNv->CursorStart = pNv->FbUsableSize + (32 * 1024);

Completed in 32 milliseconds