Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c197 if (surface && !surface->snooper.image) { in vmw_du_crtc_cursor_set()
205 du->cursor_surface->snooper.crtc = NULL; in vmw_du_crtc_cursor_set()
216 du->cursor_surface->snooper.crtc = crtc; in vmw_du_crtc_cursor_set()
217 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_crtc_cursor_set()
218 vmw_cursor_update_image(dev_priv, surface->snooper.image, in vmw_du_crtc_cursor_set()
275 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
324 memcpy(srf->snooper.image, virtual, 64*64*4); in vmw_kms_cursor_snoop()
328 memcpy(srf->snooper.image + i * 64, in vmw_kms_cursor_snoop()
333 srf->snooper.age++; in vmw_kms_cursor_snoop()
360 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
[all …]
Dvmwgfx_resource.c793 kfree(srf->snooper.image); in vmw_surface_res_free()
1149 kfree(srf->snooper.image); in vmw_user_surface_free()
1402 srf->snooper.image = kzalloc(64 * 64 * 4, GFP_KERNEL); in vmw_surface_define_ioctl()
1403 if (!srf->snooper.image) { in vmw_surface_define_ioctl()
1409 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
1411 srf->snooper.crtc = NULL; in vmw_surface_define_ioctl()
Dvmwgfx_drv.h118 struct vmw_cursor_snooper snooper; member