Searched refs:ctx_list (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_binding.h62 * @ctx_list: List head for the context's list of bindings.
72 struct list_head ctx_list; member in struct:vmw_ctx_bindinfo
H A Dvmwgfx_binding.c255 ctx_list)->ctx;
287 list_del(&bi->ctx_list);
315 list_add(&loc->ctx_list, &cbs->list);
342 list_add_tail(&loc->ctx_list, &cbs->list);
361 list_for_each_entry_safe(entry, next, &cbs->list, ctx_list)
378 list_for_each_entry(entry, &cbs->list, ctx_list) {
454 list_for_each_entry_safe(entry, next, &from->list, ctx_list) {
473 list_for_each_entry(entry, &cbs->list, ctx_list) {
1245 list_for_each_entry_safe(entry, next, &cbs->list, ctx_list)
H A Dvmwgfx_execbuf.c183 list_for_each_entry(entry, &sw_context->ctx_list, head) {
194 INIT_LIST_HEAD(&sw_context->ctx_list);
251 list_add_tail(&node->head, &sw_context->ctx_list);
490 list_for_each_entry(entry, binding_list, ctx_list) {
760 list_for_each_entry(val, &sw_context->ctx_list, head) {
3734 INIT_LIST_HEAD(&sw_context->ctx_list);
3900 WARN_ON(!list_empty(&sw_context->ctx_list));
H A Dvmwgfx_drv.h386 * @ctx_list: List of context resources referenced in this command buffer
410 struct list_head ctx_list; member in struct:vmw_sw_context

Completed in 203 milliseconds