Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.c76 struct drm_open_hash ref_hash[TTM_REF_NUM]; member
251 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_noref_lookup()
271 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_lookup()
315 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_ref_object_exists()
352 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()
432 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()
449 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
489 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_release()
511 ret = drm_ht_create(&tfile->ref_hash[i], hash_order); in ttm_object_file_init()
521 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_init()

Completed in 4 milliseconds