Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c143 struct vmw_sw_context *sw_context,
146 struct vmw_sw_context *sw_context,
169 static void vmw_execbuf_bindings_commit(struct vmw_sw_context *sw_context, in vmw_execbuf_bindings_commit() argument
174 list_for_each_entry(entry, &sw_context->ctx_list, head) { in vmw_execbuf_bindings_commit()
178 if (entry->staged != sw_context->staged_bindings) in vmw_execbuf_bindings_commit()
181 sw_context->staged_bindings_inuse = false; in vmw_execbuf_bindings_commit()
185 INIT_LIST_HEAD(&sw_context->ctx_list); in vmw_execbuf_bindings_commit()
193 static void vmw_bind_dx_query_mob(struct vmw_sw_context *sw_context) in vmw_bind_dx_query_mob() argument
195 if (sw_context->dx_query_mob) in vmw_bind_dx_query_mob()
196 vmw_context_bind_dx_query(sw_context->dx_query_ctx, in vmw_bind_dx_query_mob()
[all …]
/Linux-v5.4/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h106 u32 sw_context; member
/Linux-v5.4/arch/mips/alchemy/common/
Ddbdma.c571 dp->sw_context = 0; in au1xxx_dbdma_ring_alloc()