Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c108 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()
123 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()
187 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()
863 struct idr *idr = &dev_priv->res_idr[vmw_res_stream]; in vmw_stream_unref_ioctl()
967 res = vmw_resource_lookup(dev_priv, &dev_priv->res_idr[vmw_res_stream], in vmw_user_stream_lookup()
Dvmwgfx_drv.c639 idr_init(&dev_priv->res_idr[i]); in vmw_driver_load()
916 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_load()
968 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_unload()
Dvmwgfx_drv.h419 struct idr res_idr[vmw_res_max]; member