Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c107 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()
122 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()
188 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()
865 struct idr *idr = &dev_priv->res_idr[vmw_res_stream]; in vmw_stream_unref_ioctl()
969 res = vmw_resource_lookup(dev_priv, &dev_priv->res_idr[vmw_res_stream], in vmw_user_stream_lookup()
Dvmwgfx_drv.c609 idr_init(&dev_priv->res_idr[i]); in vmw_driver_load()
869 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_load()
914 idr_destroy(&dev_priv->res_idr[i]); in vmw_driver_unload()
Dvmwgfx_drv.h432 struct idr res_idr[vmw_res_max]; member