Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c102 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()
117 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()
184 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()
H A Dvmwgfx_drv.c678 idr_init(&dev_priv->res_idr[i]); in vmw_driver_load()
1013 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_load()
1065 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_unload()
H A Dvmwgfx_drv.h551 struct idr res_idr[vmw_res_max]; member