Home
last modified time | relevance | path

Searched refs:drm_ht_insert_item (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_hashtab.h53 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
73 #define drm_ht_insert_item_rcu drm_ht_insert_item
/Linux-v5.4/drivers/gpu/drm/
Ddrm_hashtab.c113 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function
138 EXPORT_SYMBOL(drm_ht_insert_item);
156 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
Ddrm_bufs.c106 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c171 ret = drm_ht_insert_item(&entry->man->resources, in vmw_cmdbuf_res_revert()
211 ret = drm_ht_insert_item(&man->resources, &cres->hash); in vmw_cmdbuf_res_add()
Dvmwgfx_validation.c279 ret = drm_ht_insert_item(ctx->ht, &bo_node->hash); in vmw_validation_add_bo()
334 ret = drm_ht_insert_item(ctx->ht, &node->hash); in vmw_validation_add_resource()