Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_hashtab.h61 extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
76 #define drm_ht_remove_item_rcu drm_ht_remove_item
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c114 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash)); in vmw_cmdbuf_res_free()
261 (void) drm_ht_remove_item(&man->resources, &entry->hash); in vmw_cmdbuf_res_remove()
Dvmwgfx_execbuf.c2218 (void) drm_ht_remove_item(&sw_context->res_ht, &entry->hash); in vmw_clear_validations()
2224 (void) drm_ht_remove_item(&sw_context->res_ht, &val->hash); in vmw_clear_validations()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_hashtab.c191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() function
196 EXPORT_SYMBOL(drm_ht_remove_item);
Ddrm_auth.c125 drm_ht_remove_item(&master->magiclist, hash); in drm_remove_magic()