Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_resource_priv.h100 int (*dirty_alloc)(struct vmw_resource *res); member
A Dvmwgfx_resource.c386 if (func->dirty_alloc && vmw_resource_mob_attached(res) && in vmw_resource_do_validate()
389 ret = func->dirty_alloc(res); in vmw_resource_do_validate()
A Dvmwgfx_surface.c152 .dirty_alloc = vmw_surface_dirty_alloc,
1539 if (!res->func->dirty_alloc) in vmw_gb_surface_define_internal()
1545 ret = res->func->dirty_alloc(res); in vmw_gb_surface_define_internal()

Completed in 9 milliseconds