Lines Matching refs:snooper
212 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set()
221 du->cursor_surface->snooper.crtc = NULL; 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()
234 vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set()
310 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
359 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
363 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
368 srf->snooper.age++; in vmw_kms_cursor_snoop()
395 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
398 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()
400 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()