Lines Matching refs:cursor_surface
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()
384 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
387 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()
389 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()