Searched refs:cotable_head (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c41 * @cotable_head: List head for cotable-so_res list.
50 struct list_head cotable_head; member in struct:vmw_dx_streamoutput
99 if (!list_empty(&so->cotable_head) || !so->committed )
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head);
170 if (list_empty(&so->cotable_head))
188 list_del_init(&so->cotable_head);
227 vmw_cotable_add_resource(so->cotable, &so->cotable_head);
233 list_del_init(&so->cotable_head);
298 INIT_LIST_HEAD(&so->cotable_head);
363 list_for_each_entry_safe(entry, next, list, cotable_head) {
[all...]
H A Dvmwgfx_so.c52 * @cotable_head: List head for the cotable-to_view list.
69 struct list_head cotable_head; /* Protected by binding_mutex */ member in struct:vmw_view
139 vmw_cotable_add_resource(view->cotable, &view->cotable_head);
144 list_del_init(&view->cotable_head);
190 vmw_cotable_add_resource(view->cotable, &view->cotable_head);
228 list_del_init(&view->cotable_head);
360 INIT_LIST_HEAD(&view->cotable_head);
429 list_for_each_entry_safe(entry, next, list, cotable_head)
H A Dvmwgfx_shader.c54 struct list_head cotable_head; member in struct:vmw_dx_shader
363 &shader->cotable_head);
369 list_del_init(&shader->cotable_head);
392 if (!list_empty(&shader->cotable_head) || !shader->committed)
407 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head);
478 if (list_empty(&shader->cotable_head))
494 list_del_init(&shader->cotable_head);
552 list_for_each_entry_safe(entry, next, list, cotable_head) {
609 INIT_LIST_HEAD(&shader->cotable_head);

Completed in 127 milliseconds