Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c124 struct vmw_sw_context *sw_context,
127 struct vmw_sw_context *sw_context,
130 static int vmw_bo_to_validate_list(struct vmw_sw_context *sw_context,
154 static void vmw_resources_unreserve(struct vmw_sw_context *sw_context, in vmw_resources_unreserve() argument
158 struct list_head *list = &sw_context->resource_list; in vmw_resources_unreserve()
160 if (sw_context->dx_query_mob && !backoff) in vmw_resources_unreserve()
161 vmw_context_bind_dx_query(sw_context->dx_query_ctx, in vmw_resources_unreserve()
162 sw_context->dx_query_mob); in vmw_resources_unreserve()
180 if (val->staged_bindings != sw_context->staged_bindings) in vmw_resources_unreserve()
183 sw_context->staged_bindings_inuse = false; in vmw_resources_unreserve()
[all …]
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h106 u32 sw_context; member
/Linux-v4.19/arch/mips/alchemy/common/
Ddbdma.c571 dp->sw_context = 0; in au1xxx_dbdma_ring_alloc()