Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_hashtab.c112 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function
154 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
Ddrm_legacy.h53 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
74 #define drm_ht_insert_item_rcu drm_ht_insert_item
Ddrm_bufs.c108 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()