Searched refs:sw_context (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_execbuf.c | 200 if (sw_context->dx_query_mob) in vmw_bind_dx_query_mob() 1309 sw_context->dx_query_ctx = sw_context->dx_ctx_node->ctx; in vmw_cmd_dx_bind_query() 2029 (sw_context, res, in vmw_cmd_set_shader() 3803 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce() 3977 u32 id = ((sw_context->dx_ctx_node) ? sw_context->dx_ctx_node->ctx->id : in vmw_execbuf_submit_cmdbuf() 4082 sw_context->dx_ctx_node = vmw_execbuf_info_from_res(sw_context, res); in vmw_execbuf_tie_context() 4132 sw_context->kernel = false; in vmw_execbuf_process() 4148 sw_context->kernel = true; in vmw_execbuf_process() 4160 memset(sw_context->res_cache, 0, sizeof(sw_context->res_cache)); in vmw_execbuf_process() 4168 sw_context->ctx = &val_ctx; in vmw_execbuf_process() [all …]
|
| A D | vmwgfx_validation.c | 165 if (ctx->sw_context) { in vmw_validation_find_bo_dup() 169 hash_for_each_possible_rcu(ctx->sw_context->res_ht, hash, head, key) { in vmw_validation_find_bo_dup() 207 if (ctx->sw_context) { in vmw_validation_find_res_dup() 211 hash_for_each_possible_rcu(ctx->sw_context->res_ht, hash, head, key) { in vmw_validation_find_res_dup() 259 if (ctx->sw_context) { in vmw_validation_add_bo() 261 hash_add_rcu(ctx->sw_context->res_ht, &bo_node->hash.head, in vmw_validation_add_bo() 307 if (ctx->sw_context) { in vmw_validation_add_resource() 309 hash_add_rcu(ctx->sw_context->res_ht, &node->hash.head, node->hash.key); in vmw_validation_add_resource() 630 if (!ctx->sw_context) in vmw_validation_drop_ht() 642 ctx->sw_context = NULL; in vmw_validation_drop_ht()
|
| A D | vmwgfx_validation.h | 57 struct vmw_sw_context *sw_context; member 86 { .sw_context = _sw_context, \
|
| A D | vmwgfx_drv.c | 841 struct vmw_sw_context *sw_context = &dev_priv->ctx; in vmw_sw_context_init() local 843 hash_init(sw_context->res_ht); in vmw_sw_context_init() 848 struct vmw_sw_context *sw_context = &dev_priv->ctx; in vmw_sw_context_fini() local 850 vfree(sw_context->cmd_bounce); in vmw_sw_context_fini() 851 if (sw_context->staged_bindings) in vmw_sw_context_fini() 852 vmw_binding_state_free(sw_context->staged_bindings); in vmw_sw_context_fini()
|
| /linux/arch/mips/include/asm/mach-au1x00/ |
| A D | au1xxx_dbdma.h | 106 u32 sw_context; member
|
| /linux/arch/mips/alchemy/common/ |
| A D | dbdma.c | 572 dp->sw_context = 0; in au1xxx_dbdma_ring_alloc()
|
Completed in 30 milliseconds