Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c140 static int vmw_resource_val_add(struct vmw_sw_context *sw_context, in vmw_resource_val_add() argument
148 if (likely(drm_ht_find_item(&sw_context->res_ht, (unsigned long) res, in vmw_resource_val_add()
165 ret = drm_ht_insert_item(&sw_context->res_ht, &node->hash); in vmw_resource_val_add()
172 list_add_tail(&node->head, &sw_context->resource_list); in vmw_resource_val_add()
194 struct vmw_sw_context *sw_context, in vmw_resource_context_res_add() argument
210 ret = vmw_resource_val_add(sw_context, entry->bi.res, NULL); in vmw_resource_context_res_add()
285 struct vmw_sw_context *sw_context, in vmw_cmd_invalid() argument
292 struct vmw_sw_context *sw_context, in vmw_cmd_ok() argument
310 static int vmw_bo_to_validate_list(struct vmw_sw_context *sw_context, in vmw_bo_to_validate_list() argument
321 if (likely(drm_ht_find_item(&sw_context->res_ht, (unsigned long) bo, in vmw_bo_to_validate_list()
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h106 u32 sw_context; member
/linux-4.1.27/arch/mips/alchemy/common/
Ddbdma.c571 dp->sw_context = 0; in au1xxx_dbdma_ring_alloc()