Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/drm2/
HDdrm_hashtab.c90 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function
114 EXPORT_SYMBOL(drm_ht_insert_item);
132 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
HDdrm_hashtab.h55 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
HDdrm_auth.c91 drm_ht_insert_item(&master->magiclist, &entry->hash_item); in drm_add_magic()
HDdrm_gem.c270 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list); in drm_gem_create_mmap_offset()
HDdrm_bufs.c166 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()
/freebsd-13-stable/sys/dev/drm2/ttm/
HDttm_object.c292 ret = drm_ht_insert_item(ht, &ref->hash); in ttm_ref_object_add()