Searched refs:snooper (Results 1 – 3 of 3) sorted by relevance
291 if (!srf->snooper.image) in vmw_kms_cursor_snoop()340 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()344 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()349 srf->snooper.age++; in vmw_kms_cursor_snoop()390 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()393 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()395 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()666 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()669 vps->surf->snooper.image, in vmw_du_cursor_plane_atomic_update()784 if (surface && !surface->snooper.image) { in vmw_du_cursor_plane_atomic_check()
666 kfree(srf->snooper.image); in vmw_user_surface_free()822 srf->snooper.image = kzalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()823 if (!srf->snooper.image) { in vmw_surface_define_ioctl()829 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
284 struct vmw_cursor_snooper snooper; member