Searched refs:snooper (Results 1 – 3 of 3) sorted by relevance
165 if (!srf->snooper.image) in vmw_kms_cursor_snoop()215 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()219 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()224 srf->snooper.age++; in vmw_kms_cursor_snoop()265 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()268 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()270 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()400 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()403 vps->surf->snooper.image, in vmw_du_cursor_plane_atomic_update()516 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