Home
last modified time | relevance | path

Searched refs:dirty_alloc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h75 * @dirty_alloc: Allocate a dirty tracker. NULL if dirty-tracking is not
102 int (*dirty_alloc)(struct vmw_resource *res); member
H A Dvmwgfx_resource.c400 if (func->dirty_alloc && vmw_resource_mob_attached(res) && in vmw_resource_do_validate()
403 ret = func->dirty_alloc(res); in vmw_resource_do_validate()
H A Dvmwgfx_surface.c133 .dirty_alloc = vmw_surface_dirty_alloc,
1626 if (!res->func->dirty_alloc) in vmw_gb_surface_define_internal()
1632 ret = res->func->dirty_alloc(res); in vmw_gb_surface_define_internal()
2000 * vmw_surface_dirty_alloc - The surface's dirty_alloc callback.
H A Dvmwgfx_kms.c768 if (!ret && surface && surface->res.func->dirty_alloc) { in vmw_kms_fb_create()
770 ret = surface->res.func->dirty_alloc(&surface->res); in vmw_kms_fb_create()