Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c32 struct vmw_user_context { struct
107 struct vmw_user_context *uctx = in vmw_hw_context_destroy()
108 container_of(res, struct vmw_user_context, res); in vmw_hw_context_destroy()
151 struct vmw_user_context *uctx = in vmw_gb_context_init()
152 container_of(res, struct vmw_user_context, res); in vmw_gb_context_init()
331 struct vmw_user_context *uctx = in vmw_gb_context_unbind()
332 container_of(res, struct vmw_user_context, res); in vmw_gb_context_unbind()
429 return &(container_of(base, struct vmw_user_context, base)->res); in vmw_user_context_base_to_res()
434 struct vmw_user_context *ctx = in vmw_user_context_free()
435 container_of(res, struct vmw_user_context, res); in vmw_user_context_free()
[all …]