Searched refs:cursor_surface (Results 1 – 2 of 2) sorted by relevance
36 if (du->cursor_surface) in vmw_du_cleanup()37 vmw_surface_unreference(&du->cursor_surface); in vmw_du_cleanup()190 if (du->cursor_surface) { in vmw_du_crtc_cursor_set2()191 du->cursor_surface->snooper.crtc = NULL; in vmw_du_crtc_cursor_set2()192 vmw_surface_unreference(&du->cursor_surface); in vmw_du_crtc_cursor_set2()201 du->cursor_surface = surface; in vmw_du_crtc_cursor_set2()203 du->cursor_surface->snooper.crtc = crtc; in vmw_du_crtc_cursor_set2()204 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_crtc_cursor_set2()237 bool shown = du->cursor_surface || du->cursor_dmabuf ? true : false; in vmw_du_crtc_cursor_move()383 if (!du->cursor_surface || in vmw_kms_cursor_post_execbuf()[all …]
153 struct vmw_surface *cursor_surface; member