Home
last modified time | relevance | path

Searched refs:res_ht (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c186 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 Dvmwgfx_drv.h391 * @res_ht: Pointer hash table used to find validation duplicates
421 DECLARE_HASHTABLE(res_ht, VMW_RES_HT_ORDER);
H A Dvmwgfx_drv.c840 hash_init(sw_context->res_ht); in vmw_sw_context_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h387 * @res_ht: Pointer hash table used to find validation duplicates
417 struct drm_open_hash res_ht; member
H A Dvmwgfx_drv.c1029 drm_ht_remove(&dev_priv->ctx.res_ht); in vmw_driver_unload()
H A Dvmwgfx_execbuf.c4035 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