Searched refs:ttm_ref_object (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | ttm_object.c | 121 struct ttm_ref_object {  struct259 	return drm_hash_entry(hash, struct ttm_ref_object, hash)->obj;  in ttm_base_object_noref_lookup()
 275 		base = drm_hash_entry(hash, struct ttm_ref_object, hash)->obj;  in ttm_base_object_lookup()
 314 	struct ttm_ref_object *ref;  in ttm_ref_object_exists()
 325 	ref = drm_hash_entry(hash, struct ttm_ref_object, hash);  in ttm_ref_object_exists()
 350 	struct ttm_ref_object *ref;  in ttm_ref_object_add()
 370 			ref = drm_hash_entry(hash, struct ttm_ref_object, hash);  in ttm_ref_object_add()
 422 	struct ttm_ref_object *ref =  in ttm_ref_object_release()
 423 	    container_of(kref, struct ttm_ref_object, kref);  in ttm_ref_object_release()
 447 	struct ttm_ref_object *ref;  in ttm_ref_object_base_unref()
 [all …]
 
 |