Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c212 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set()
221 du->cursor_surface->snooper.crtc = NULL; in vmw_du_crtc_cursor_set()
232 du->cursor_surface->snooper.crtc = crtc; in vmw_du_crtc_cursor_set()
233 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_crtc_cursor_set()
234 vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set()
310 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
359 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
363 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
368 srf->snooper.age++; in vmw_kms_cursor_snoop()
395 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
[all …]
Dvmwgfx_surface.c634 kfree(srf->snooper.image); in vmw_user_surface_free()
813 srf->snooper.image = kmalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()
815 if (srf->snooper.image) { in vmw_surface_define_ioctl()
816 memset(srf->snooper.image, 0x00, 64 * 64 * 4); in vmw_surface_define_ioctl()
823 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
825 srf->snooper.crtc = NULL; in vmw_surface_define_ioctl()
Dvmwgfx_drv.h164 struct vmw_cursor_snooper snooper; member