Searched refs:drm_ht_insert_item (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/drm/
H A Ddrm_hashtab.h57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
H A Ddrm_hashtab.c91 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) function
132 ret = drm_ht_insert_item(ht, item);
H A Ddrm_sman.c185 if (drm_ht_insert_item(&sman->owner_hash_tab, &owner_item->owner_hash))
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_hashtab.h57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
H A Ddrm_hashtab.c92 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) function
116 EXPORT_SYMBOL(drm_ht_insert_item); variable
134 ret = drm_ht_insert_item(ht, item);
H A Ddrm_auth.c93 drm_ht_insert_item(&master->magiclist, &entry->hash_item);
H A Ddrm_gem.c271 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list);
H A Ddrm_bufs.c168 ret = drm_ht_insert_item(&dev->map_hash, hash);
/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_object.c299 ret = drm_ht_insert_item(ht, &ref->hash);

Completed in 166 milliseconds