Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_kms.c191 return vps->surf->snooper.image; in vmw_du_cursor_plane_acquire_image()
379 if (!srf->snooper.image) in vmw_kms_cursor_snoop()
429 memcpy(srf->snooper.image, virtual, in vmw_kms_cursor_snoop()
434 memcpy(srf->snooper.image + i * image_pitch, in vmw_kms_cursor_snoop()
439 srf->snooper.age++; in vmw_kms_cursor_snoop()
480 du->cursor_age == du->cursor_surface->snooper.age || in vmw_kms_cursor_post_execbuf()
481 !du->cursor_surface->snooper.image) in vmw_kms_cursor_post_execbuf()
484 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()
486 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()
755 WARN_ON(vps->surf->snooper.image); in vmw_du_cursor_plane_prepare_fb()
[all …]
A Dvmwgfx_surface.c666 kfree(srf->snooper.image); in vmw_user_surface_free()
826 srf->snooper.image = kzalloc(cursor_size_bytes, GFP_KERNEL); in vmw_surface_define_ioctl()
827 if (!srf->snooper.image) { in vmw_surface_define_ioctl()
833 srf->snooper.image = NULL; in vmw_surface_define_ioctl()
A Dvmwgfx_drv.h299 struct vmw_cursor_snooper snooper; member

Completed in 16 milliseconds