Lines Matching refs:snooper
182 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set2()
191 du->cursor_surface->snooper.crtc = NULL; 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()
205 ret = vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set2()
285 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
334 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
338 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
343 srf->snooper.age++; in vmw_kms_cursor_snoop()
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()