Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_kms.c169 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
218 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
222 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
227 srf->snooper.age++; in vmw_kms_cursor_snoop()
268 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
271 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()
273 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()
407 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()
410 vps->surf->snooper.image, in vmw_du_cursor_plane_atomic_update()
527 if (surface && !surface->snooper.image) { in vmw_du_cursor_plane_atomic_check()
A Dvmwgfx_surface.c677 kfree(srf->snooper.image); in vmw_user_surface_free()
855 srf->snooper.image = kzalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()
856 if (!srf->snooper.image) { in vmw_surface_define_ioctl()
862 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
A Dvmwgfx_drv.h277 struct vmw_cursor_snooper snooper; member

Completed in 15 milliseconds