Searched refs:vmw_resource_activate (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 92 void vmw_resource_activate(struct vmw_resource *res,
|
D | vmwgfx_context.c | 221 vmw_resource_activate(res, vmw_hw_context_destroy); in vmw_gb_context_init() 276 vmw_resource_activate(res, vmw_hw_context_destroy); in vmw_context_init()
|
D | vmwgfx_so.c | 385 vmw_resource_activate(res, vmw_hw_view_destroy); in vmw_view_add()
|
D | vmwgfx_shader.c | 188 vmw_resource_activate(res, vmw_hw_shader_destroy); in vmw_gb_shader_init() 654 vmw_resource_activate(res, vmw_hw_shader_destroy); in vmw_dx_shader_add()
|
D | vmwgfx_cotable.c | 612 vmw_resource_activate(&vcotbl->res, vmw_hw_cotable_destroy); in vmw_cotable_alloc()
|
D | vmwgfx_resource.c | 251 void vmw_resource_activate(struct vmw_resource *res, in vmw_resource_activate() function 824 vmw_resource_activate(&stream->res, vmw_stream_destroy); in vmw_stream_init()
|
D | vmwgfx_surface.c | 601 vmw_resource_activate(res, vmw_hw_surface_destroy); in vmw_surface_init()
|