Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c92 return drm_hash_entry(hash, struct vmw_cmdbuf_res, hash)->res; in vmw_cmdbuf_res_lookup()
255 entry = drm_hash_entry(hash, struct vmw_cmdbuf_res, hash); in vmw_cmdbuf_res_remove()
Dttm_object.c257 return drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_noref_lookup()
273 base = drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup()
318 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add()
392 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
Dvmwgfx_hashtab.h43 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) macro
/Linux-v6.1/drivers/gpu/drm/
Ddrm_vm.c131 r_list = drm_hash_entry(hash, struct drm_map_list, hash); in drm_vm_fault()
554 map = drm_hash_entry(hash, struct drm_map_list, hash)->map; in drm_mmap_locked()
Ddrm_legacy.h48 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) macro