Home
last modified time | relevance | path

Searched refs:base_obj_to_res (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource_priv.h53 struct vmw_resource *(*base_obj_to_res)(struct ttm_base_object *base); member
Dvmwgfx_resource.c272 res = converter->base_obj_to_res(base); in vmw_user_resource_lookup_handle()
314 return converter->base_obj_to_res(base); in vmw_user_resource_noref_lookup_handle()
Dvmwgfx_context.c65 .base_obj_to_res = vmw_user_context_base_to_res,
Dvmwgfx_shader.c81 .base_obj_to_res = vmw_user_shader_base_to_res,
Dvmwgfx_surface.c119 .base_obj_to_res = vmw_user_surface_base_to_res,