Searched refs:cursor_mem_argb (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_cursor.c296 pI830->cursor_mem_argb[i]->bus_addr;
301 pI830->cursor_mem_argb[i]->offset;
304 intel_crtc->cursor_argb_offset = pI830->cursor_mem_argb[i]->offset;
H A Di830_memory.c342 pI830->cursor_mem_argb[p] = NULL;
1170 pI830->cursor_mem_argb[i] = i830_allocate_memory (pScrn, "ARGB cursor",
1176 if (!pI830->cursor_mem_argb[i])
1586 drmmode_crtc_set_cursor_bo(xf86_config->crtc[i], pI830->cursor_mem_argb[i]->bo);
H A Di830.h361 i830_memory *cursor_mem_argb[2]; member in struct:_I830Rec

Completed in 18 milliseconds