Home
last modified time | relevance | path

Searched refs:snooper (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c162 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
211 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
215 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
220 srf->snooper.age++; in vmw_kms_cursor_snoop()
261 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
264 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()
266 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()
396 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()
399 vps->surf->snooper.image, in vmw_du_cursor_plane_atomic_update()
525 if (surface && !surface->snooper.image) { in vmw_du_cursor_plane_atomic_check()
Dvmwgfx_surface.c654 kfree(srf->snooper.image); in vmw_user_surface_free()
835 srf->snooper.image = kzalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()
836 if (!srf->snooper.image) { in vmw_surface_define_ioctl()
842 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
Dvmwgfx_drv.h178 struct vmw_cursor_snooper snooper; member