Searched refs:cursor_surface (Results 1 – 2 of 2) sorted by relevance
74 if (du->cursor_surface) in vmw_display_unit_cleanup()75 vmw_surface_unreference(&du->cursor_surface); in vmw_display_unit_cleanup()218 if (du->cursor_surface) { in vmw_du_crtc_cursor_set()219 du->cursor_surface->snooper.crtc = NULL; in vmw_du_crtc_cursor_set()220 vmw_surface_unreference(&du->cursor_surface); in vmw_du_crtc_cursor_set()228 du->cursor_surface = surface; in vmw_du_crtc_cursor_set()230 du->cursor_surface->snooper.crtc = crtc; in vmw_du_crtc_cursor_set()231 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_crtc_cursor_set()262 bool shown = du->cursor_surface || du->cursor_dmabuf ? true : false; in vmw_du_crtc_cursor_move()392 if (!du->cursor_surface || in vmw_kms_cursor_post_execbuf()[all …]
86 struct vmw_surface *cursor_surface; member