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

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c103 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
119 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
187 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
H A Dvmwgfx_drv.c880 idr_init_base(&dev_priv->res_idr[i], 1);
1177 idr_destroy(&dev_priv->res_idr[i]);
1221 idr_destroy(&dev_priv->res_idr[i]);
H A Dvmwgfx_drv.h554 struct idr res_idr[vmw_res_max]; member in struct:vmw_private

Completed in 283 milliseconds