Lines Matching refs:cotables
40 struct vmw_resource *cotables[SVGA_COTABLE_MAX];
131 res = uctx->cotables[i];
132 uctx->cotables[i] = NULL;
219 uctx->cotables[i] = vmw_cotable_alloc(dev_priv,
221 if (IS_ERR(uctx->cotables[i])) {
222 ret = PTR_ERR(uctx->cotables[i]);
538 * cotables from a context
545 * This function scrubs all cotables of a context, potentially reading back
546 * the contents into their backup buffers. However, scrubbing cotables
565 res = uctx->cotables[vmw_cotable_scrub_order[i]];
829 cotables[cotable_type];