Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c102 struct vmw_sw_context *sw_context,
105 struct vmw_sw_context *sw_context,
108 static int vmw_bo_to_validate_list(struct vmw_sw_context *sw_context,
121 static void vmw_resources_unreserve(struct vmw_sw_context *sw_context, in vmw_resources_unreserve() argument
125 struct list_head *list = &sw_context->resource_list; in vmw_resources_unreserve()
127 if (sw_context->dx_query_mob && !backoff) in vmw_resources_unreserve()
128 vmw_context_bind_dx_query(sw_context->dx_query_ctx, in vmw_resources_unreserve()
129 sw_context->dx_query_mob); in vmw_resources_unreserve()
147 if (val->staged_bindings != sw_context->staged_bindings) in vmw_resources_unreserve()
150 sw_context->staged_bindings_inuse = false; in vmw_resources_unreserve()
[all …]
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h106 u32 sw_context; member
/linux-4.4.14/arch/mips/alchemy/common/
Ddbdma.c571 dp->sw_context = 0; in au1xxx_dbdma_ring_alloc()