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()220 if (du->cursor_surface) { in vmw_du_crtc_cursor_set()221 du->cursor_surface->snooper.crtc = NULL; in vmw_du_crtc_cursor_set()222 vmw_surface_unreference(&du->cursor_surface); in vmw_du_crtc_cursor_set()230 du->cursor_surface = surface; in vmw_du_crtc_cursor_set()232 du->cursor_surface->snooper.crtc = crtc; in vmw_du_crtc_cursor_set()233 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_crtc_cursor_set()264 bool shown = du->cursor_surface || du->cursor_dmabuf ? true : false; in vmw_du_crtc_cursor_move()394 if (!du->cursor_surface || in vmw_kms_cursor_post_execbuf()[all …]
86 struct vmw_surface *cursor_surface; member