Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_hashtab.c61 struct drm_hash_item *entry; in drm_ht_verbose_list()
76 struct drm_hash_item *entry; in drm_ht_find_key()
94 struct drm_hash_item *entry; in drm_ht_find_key_rcu()
109 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
111 struct drm_hash_item *entry; in drm_ht_insert_item()
140 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
166 struct drm_hash_item **item) in drm_ht_find_item()
174 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
Ddrm_auth.c41 struct drm_hash_item hash_item;
59 struct drm_hash_item *hash; in drm_find_file()
114 struct drm_hash_item *hash; in drm_remove_magic()
Ddrm_vm.c105 struct drm_hash_item *hash; in drm_do_vm_fault()
546 struct drm_hash_item *hash; in drm_mmap_locked()
Ddrm_bufs.c76 static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash, in drm_map_handle()
/linux-4.1.27/include/drm/
Ddrm_hashtab.h42 struct drm_hash_item { struct
53 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item); argument
54 extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
57 extern int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **ite…
61 extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
Ddrm_legacy.h148 struct drm_hash_item hash;
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c50 struct drm_hash_item hash;
89 struct drm_hash_item *hash; in vmw_cmdbuf_res_lookup()
246 struct drm_hash_item *hash; in vmw_cmdbuf_res_remove()
Dvmwgfx_execbuf.c67 struct drm_hash_item hash;
145 struct drm_hash_item *hash; in vmw_resource_val_add()
318 struct drm_hash_item *hash; in vmw_bo_to_validate_list()
Dvmwgfx_drv.h101 struct drm_hash_item hash;
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_object.c122 struct drm_hash_item hash;
233 struct drm_hash_item *hash; in ttm_base_object_lookup()
255 struct drm_hash_item *hash; in ttm_base_object_lookup_for_ref()
287 struct drm_hash_item *hash; in ttm_ref_object_exists()
325 struct drm_hash_item *hash; in ttm_ref_object_add()
415 struct drm_hash_item *hash; in ttm_ref_object_base_unref()
/linux-4.1.27/include/drm/ttm/
Dttm_object.h127 struct drm_hash_item hash;