Searched refs:snooper (Results 1 – 3 of 3) sorted by relevance
204 return surf->snooper.image; in vmw_du_cursor_plane_acquire_image()399 if (!srf->snooper.image) in vmw_kms_cursor_snoop()449 memcpy(srf->snooper.image, virtual, in vmw_kms_cursor_snoop()454 memcpy(srf->snooper.image + i * image_pitch, in vmw_kms_cursor_snoop()459 srf->snooper.age++; in vmw_kms_cursor_snoop()500 du->cursor_age == du->cursor_surface->snooper.age || in vmw_kms_cursor_post_execbuf()501 !du->cursor_surface->snooper.image) in vmw_kms_cursor_post_execbuf()504 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()506 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()771 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()[all …]
666 kfree(srf->snooper.image); in vmw_user_surface_free()832 srf->snooper.image = kzalloc(cursor_size_bytes, GFP_KERNEL); in vmw_surface_define_ioctl()833 if (!srf->snooper.image) { in vmw_surface_define_ioctl()839 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
260 struct vmw_cursor_snooper snooper; member