Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h53 struct vmw_resource *(*base_obj_to_res)(struct ttm_base_object *base); member
H A Dvmwgfx_context.c66 .base_obj_to_res = vmw_user_context_base_to_res,
H A Dvmwgfx_shader.c82 .base_obj_to_res = vmw_user_shader_base_to_res,
H A Dvmwgfx_resource.c275 res = converter->base_obj_to_res(base); in vmw_user_resource_lookup_handle()
H A Dvmwgfx_surface.c117 .base_obj_to_res = vmw_user_surface_base_to_res,