Home
last modified time | relevance | path

Searched refs:drm_ht_remove (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/
HDdrm_hashtab.c198 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove() function
208 EXPORT_SYMBOL(drm_ht_remove);
HDdrm_drv.c663 drm_ht_remove(&dev->map_hash); in drm_dev_init()
703 drm_ht_remove(&dev->map_hash); in drm_dev_fini()
HDdrm_gem.c170 drm_ht_remove(&mm->offset_hash); in drm_gem_destroy()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_hashtab.h62 void drm_ht_remove(struct drm_open_hash *ht);
/dragonfly/sys/dev/drm/ttm/
HDttm_object.c463 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_release()
496 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_init()
541 drm_ht_remove(&tdev->object_hash); in ttm_object_device_release()