Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_hashtab.c198 void drm_ht_remove(struct drm_open_hash *ht) in drm_ht_remove() function
208 EXPORT_SYMBOL(drm_ht_remove);
Ddrm_drv.c640 drm_ht_remove(&dev->map_hash); in drm_dev_alloc()
661 drm_ht_remove(&dev->map_hash); in drm_dev_release()
/linux-4.4.14/include/drm/
Ddrm_hashtab.h62 extern void drm_ht_remove(struct drm_open_hash *ht);
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_object.c453 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_release()
487 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_init()
533 drm_ht_remove(&tdev->object_hash); in ttm_object_device_release()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c932 drm_ht_remove(&dev_priv->ctx.res_ht); in vmw_driver_unload()