Searched refs:show_cursor_check (Results 1 – 3 of 3) sorted by relevance
214 return crtc->funcs->show_cursor_check || crtc->funcs->show_cursor; in xf86_driver_has_show_cursor()232 if (crtc->funcs->show_cursor_check) in xf86_driver_show_cursor()233 return crtc->funcs->show_cursor_check(crtc); in xf86_driver_show_cursor()
200 (*show_cursor_check) (xf86CrtcPtr crtc); member
2327 .show_cursor_check = drmmode_show_cursor,