Searched refs:drm_hash_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_auth.c | 64 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); in drm_find_file() 124 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); in drm_remove_magic()
|
D | drm_vm.c | 119 r_list = drm_hash_entry(hash, struct drm_map_list, hash); in drm_do_vm_fault() 571 map = drm_hash_entry(hash, struct drm_map_list, hash)->map; in drm_mmap_locked()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 241 base = drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup() 263 base = drm_hash_entry(hash, struct ttm_base_object, hash); in ttm_base_object_lookup_for_ref() 299 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_exists() 340 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add() 424 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 98 (drm_hash_entry(hash, struct vmw_cmdbuf_res, hash)->res); in vmw_cmdbuf_res_lookup() 254 entry = drm_hash_entry(hash, struct vmw_cmdbuf_res, hash); in vmw_cmdbuf_res_remove()
|
/linux-4.1.27/include/drm/ |
D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) macro
|