Searched refs:drm_ht_insert_item (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_hashtab.c | 92 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function 116 EXPORT_SYMBOL(drm_ht_insert_item); 134 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
|
| H A D | drm_hashtab.h | 57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
|
| H A D | drm_auth.c | 93 drm_ht_insert_item(&master->magiclist, &entry->hash_item); in drm_add_magic()
|
| H A D | drm_gem.c | 273 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list); in drm_gem_create_mmap_offset()
|
| H A D | drm_bufs.c | 168 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | drm_hashtab.c | 91 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function 132 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
|
| H A D | drm_hashtab.h | 57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
|
| H A D | drm_sman.c | 185 if (drm_ht_insert_item(&sman->owner_hash_tab, &owner_item->owner_hash)) in drm_sman_get_owner_item()
|
| /freebsd-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 299 ret = drm_ht_insert_item(ht, &ref->hash); in ttm_ref_object_add()
|