Home
last modified time | relevance | path

Searched refs:load_cursor_argb_check (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c226 return crtc->funcs->load_cursor_argb_check || crtc->funcs->load_cursor_argb; in xf86_driver_has_load_cursor_argb()
250 if (crtc->funcs->load_cursor_argb_check) in xf86_driver_load_cursor_argb()
251 return crtc->funcs->load_cursor_argb_check(crtc, cursor_argb); in xf86_driver_load_cursor_argb()
H A Dxf86Crtc.h222 (*load_cursor_argb_check) (xf86CrtcPtr crtc, CARD32 *image); member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2329 .load_cursor_argb_check = drmmode_load_cursor_argb_check,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog17629 * take into account the switch to load_cursor_argb_check
23491 modesetting: Use load_cursor_argb_check for sw cursor fallback
23498 of modesetting driver to load_cursor_argb_check so that it can return
46280 Create load_cursor_image_check, load_cursor_argb_check,