Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_hashtab.h60 int vmwgfx_ht_find_item(struct vmwgfx_open_hash *ht, unsigned long key,
81 #define vmwgfx_ht_find_item_rcu vmwgfx_ht_find_item
Dvmwgfx_cmdbuf_res.c88 ret = vmwgfx_ht_find_item(&man->resources, key, &hash); in vmw_cmdbuf_res_lookup()
250 ret = vmwgfx_ht_find_item(&man->resources, user_key | (res_type << 24), in vmw_cmdbuf_res_remove()
Dvmwgfx_hashtab.c162 int vmwgfx_ht_find_item(struct vmwgfx_open_hash *ht, unsigned long key, in vmwgfx_ht_find_item() function
Dvmwgfx_validation.c186 if (!vmwgfx_ht_find_item(ctx->ht, (unsigned long) vbo, &hash)) in vmw_validation_find_bo_dup()
223 if (!vmwgfx_ht_find_item(ctx->ht, (unsigned long) res, &hash)) in vmw_validation_find_res_dup()
Dttm_object.c387 ret = vmwgfx_ht_find_item(ht, key, &hash); in ttm_ref_object_base_unref()