Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dttm_object.c73 struct drm_open_hash ref_hash[TTM_REF_NUM]; member
248 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_noref_lookup()
268 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_lookup()
312 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_ref_object_exists()
349 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()
429 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()
446 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
486 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_release()
508 ret = drm_ht_create(&tfile->ref_hash[i], hash_order); in ttm_object_file_init()
518 drm_ht_remove(&tfile->ref_hash[i]); in ttm_object_file_init()