Home
last modified time | relevance | path

Searched refs:res_ht (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c148 if (likely(drm_ht_find_item(&sw_context->res_ht, (unsigned long) res, in vmw_resource_val_add()
165 ret = drm_ht_insert_item(&sw_context->res_ht, &node->hash); in vmw_resource_val_add()
321 if (likely(drm_ht_find_item(&sw_context->res_ht, (unsigned long) bo, in vmw_bo_to_validate_list()
340 ret = drm_ht_insert_item(&sw_context->res_ht, &vval_buf->hash); in vmw_bo_to_validate_list()
2218 (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()
2477 ret = drm_ht_create(&sw_context->res_ht, VMW_RES_HT_ORDER); in vmw_execbuf_process()
Dvmwgfx_drv.h333 struct drm_open_hash res_ht; member
Dvmwgfx_drv.c883 drm_ht_remove(&dev_priv->ctx.res_ht); in vmw_driver_unload()