Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c40 * @cotable: Refcounted cotable holding this Streamoutput.
41 * @cotable_head: List head for cotable-so_res list.
49 struct vmw_resource *cotable; member
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub()
227 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_commit_notify()
259 vmw_resource_unreference(&so->cotable); in vmw_dx_streamoutput_res_free()
294 so->cotable = vmw_resource_reference in vmw_dx_streamoutput_add()
350 * vmw_dx_streamoutput_cotable_list_scrub - cotable unbind_func callback.
352 * @list: The list of cotable resource
[all...]
H A Dvmwgfx_so.c50 * @cotable: Refcounted pointer to the cotable holding this view.
52 * @cotable_head: List head for the cotable-to_view list.
67 struct vmw_resource *cotable; /* Immutable */ member
139 vmw_cotable_add_resource(view->cotable, &view->cotable_head); in vmw_view_commit_notify()
190 vmw_cotable_add_resource(view->cotable, &view->cotable_head); in vmw_view_create()
290 vmw_resource_unreference(&view->cotable); in vmw_view_res_free()
353 view->cotable = vmw_resource_reference in vmw_view_add()
410 * vmw_view_cotable_list_destroy - Evict all views belonging to a cotable.
413 * @list: List of views belonging to a cotable
[all...]
H A Dvmwgfx_shader.c51 struct vmw_resource *cotable; member
117 * context destroy, in which case we destroy the cotable anyway,
362 vmw_cotable_add_resource(shader->cotable, in vmw_dx_shader_commit_notify()
407 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head); in vmw_dx_shader_unscrub()
534 * vmw_dx_shader_cotable_list_scrub - The cotable unbind_func callback for
538 * @list: The list of cotable resources.
570 vmw_resource_unreference(&shader->cotable); in vmw_dx_shader_res_free()
605 shader->cotable = vmw_resource_reference in vmw_dx_shader_add()