Searched refs:snooper (Results 1 – 3 of 3) sorted by relevance
191 return vps->surf->snooper.image; in vmw_du_cursor_plane_acquire_image()378 if (!srf->snooper.image) in vmw_kms_cursor_snoop()428 memcpy(srf->snooper.image, virtual, in vmw_kms_cursor_snoop()433 memcpy(srf->snooper.image + i * image_pitch, in vmw_kms_cursor_snoop()438 srf->snooper.age++; in vmw_kms_cursor_snoop()479 du->cursor_age == du->cursor_surface->snooper.age || in vmw_kms_cursor_post_execbuf()480 !du->cursor_surface->snooper.image) in vmw_kms_cursor_post_execbuf()483 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()485 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()737 WARN_ON(vps->surf->snooper.image); in vmw_du_cursor_plane_prepare_fb()[all …]
669 kfree(srf->snooper.image); in vmw_user_surface_free()826 srf->snooper.image = kzalloc(cursor_size_bytes, GFP_KERNEL); in vmw_surface_define_ioctl()827 if (!srf->snooper.image) { in vmw_surface_define_ioctl()833 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
277 struct vmw_cursor_snooper snooper; member