Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_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()
H A Ddrm_hashtab.h55 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
H A Ddrm_auth.c91 drm_ht_insert_item(&master->magiclist, &entry->hash_item); in drm_add_magic()
H A Ddrm_gem.c270 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list); in drm_gem_create_mmap_offset()
H A Ddrm_bufs.c165 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_object.c292 ret = drm_ht_insert_item(ht, &ref->hash); in ttm_ref_object_add()