Searched refs:load_cursor_argb_check (Results 1 – 4 of 4) sorted by relevance
226 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()
222 (*load_cursor_argb_check) (xf86CrtcPtr crtc, CARD32 *image); member
2329 .load_cursor_argb_check = drmmode_load_cursor_argb_check,
17629 * take into account the switch to load_cursor_argb_check23491 modesetting: Use load_cursor_argb_check for sw cursor fallback23498 of modesetting driver to load_cursor_argb_check so that it can return46280 Create load_cursor_image_check, load_cursor_argb_check,