Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A Ddrm_hashtab.c65 struct drm_hash_item *entry; in drm_ht_verbose_list()
80 struct drm_hash_item *entry; in drm_ht_find_key()
98 struct drm_hash_item *entry; in drm_ht_find_key_rcu()
113 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
115 struct drm_hash_item *entry; in drm_ht_insert_item()
144 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
170 struct drm_hash_item **item) in drm_ht_find_item()
178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
195 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
A Ddrm_vm.c117 struct drm_hash_item *hash; in drm_vm_fault()
529 struct drm_hash_item *hash; in drm_mmap_locked()
A Ddrm_bufs.c90 static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash, in drm_map_handle()
/linux/include/drm/
A Ddrm_hashtab.h42 struct drm_hash_item { struct
53 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item); argument
54 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
57 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
A Ddrm_legacy.h157 struct drm_hash_item hash;
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cmdbuf_res.c45 struct drm_hash_item hash;
84 struct drm_hash_item *hash; in vmw_cmdbuf_res_lookup()
247 struct drm_hash_item *hash; in vmw_cmdbuf_res_remove()
A Dttm_object.c126 struct drm_hash_item hash;
250 struct drm_hash_item *hash; in ttm_base_object_noref_lookup()
270 struct drm_hash_item *hash; in ttm_base_object_lookup()
316 struct drm_hash_item *hash; in ttm_ref_object_exists()
354 struct drm_hash_item *hash; in ttm_ref_object_add()
451 struct drm_hash_item *hash; in ttm_ref_object_base_unref()
A Dvmwgfx_validation.c46 struct drm_hash_item hash;
75 struct drm_hash_item hash;
187 struct drm_hash_item *hash; in vmw_validation_find_bo_dup()
224 struct drm_hash_item *hash; in vmw_validation_find_res_dup()
A Dvmwgfx_drv.h136 struct drm_hash_item hash;

Completed in 20 milliseconds