Searched refs:res_ht (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_validation.c | 186 hash_for_each_possible_rcu(ctx->sw_context->res_ht, hash, head, key) { in vmw_validation_find_bo_dup() 228 hash_for_each_possible_rcu(ctx->sw_context->res_ht, hash, head, key) { in vmw_validation_find_res_dup() 278 hash_add_rcu(ctx->sw_context->res_ht, &bo_node->hash.head, in vmw_validation_add_bo() 326 hash_add_rcu(ctx->sw_context->res_ht, &node->hash.head, node->hash.key); in vmw_validation_add_resource()
|
H A D | vmwgfx_drv.h | 391 * @res_ht: Pointer hash table used to find validation duplicates 421 DECLARE_HASHTABLE(res_ht, VMW_RES_HT_ORDER);
|
H A D | vmwgfx_drv.c | 840 hash_init(sw_context->res_ht); in vmw_sw_context_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 387 * @res_ht: Pointer hash table used to find validation duplicates 417 struct drm_open_hash res_ht; member
|
H A D | vmwgfx_drv.c | 1029 drm_ht_remove(&dev_priv->ctx.res_ht); in vmw_driver_unload()
|
H A D | vmwgfx_execbuf.c | 4035 DECLARE_VAL_CONTEXT(val_ctx, &sw_context->res_ht, 1); in vmw_execbuf_process() 4104 ret = drm_ht_create(&sw_context->res_ht, VMW_RES_HT_ORDER); in vmw_execbuf_process()
|
Completed in 15 milliseconds