Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c182 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set2()
191 du->cursor_surface->snooper.crtc = NULL; in vmw_du_crtc_cursor_set2()
203 du->cursor_surface->snooper.crtc = crtc; in vmw_du_crtc_cursor_set2()
204 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_crtc_cursor_set2()
205 ret = vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set2()
285 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
334 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
338 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
343 srf->snooper.age++; in vmw_kms_cursor_snoop()
384 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
[all …]
Dvmwgfx_surface.c638 kfree(srf->snooper.image); in vmw_user_surface_free()
818 srf->snooper.image = kmalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()
820 if (srf->snooper.image) { in vmw_surface_define_ioctl()
821 memset(srf->snooper.image, 0x00, 64 * 64 * 4); in vmw_surface_define_ioctl()
828 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
830 srf->snooper.crtc = NULL; in vmw_surface_define_ioctl()
Dvmwgfx_drv.h175 struct vmw_cursor_snooper snooper; member