Searched refs:snooper (Results 1 – 3 of 3) sorted by relevance
165 if (!srf->snooper.image) in vmw_kms_cursor_snoop()214 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()218 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()223 srf->snooper.age++; in vmw_kms_cursor_snoop()264 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()267 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()269 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()399 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()402 vps->surf->snooper.image, in vmw_du_cursor_plane_atomic_update()515 if (surface && !surface->snooper.image) { in vmw_du_cursor_plane_atomic_check()
674 kfree(srf->snooper.image); in vmw_user_surface_free()856 srf->snooper.image = kzalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()857 if (!srf->snooper.image) { in vmw_surface_define_ioctl()863 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
275 struct vmw_cursor_snooper snooper; member