Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c121 struct ttm_ref_object { struct
242 base = drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup()
289 struct ttm_ref_object *ref; in ttm_ref_object_exists()
300 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_exists()
326 struct ttm_ref_object *ref; in ttm_ref_object_add()
346 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add()
398 struct ttm_ref_object *ref = in ttm_ref_object_release()
399 container_of(kref, struct ttm_ref_object, kref); in ttm_ref_object_release()
423 struct ttm_ref_object *ref; in ttm_ref_object_base_unref()
433 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
[all …]