Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c59 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()
74 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()
138 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()
Dvmwgfx_drv.c679 idr_init(&dev_priv->res_idr[i]); in vmw_driver_load()
999 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_load()
1051 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_unload()
Dvmwgfx_drv.h448 struct idr res_idr[vmw_res_max]; member