Lines Matching defs:cotables
39 struct vmw_resource *cotables[SVGA_COTABLE_MAX];
129 res = uctx->cotables[i];
130 uctx->cotables[i] = NULL;
217 uctx->cotables[i] = vmw_cotable_alloc(dev_priv,
219 if (IS_ERR(uctx->cotables[i])) {
220 ret = PTR_ERR(uctx->cotables[i]);
536 * cotables from a context
543 * This function scrubs all cotables of a context, potentially reading back
544 * the contents into their backup buffers. However, scrubbing cotables
563 res = uctx->cotables[vmw_cotable_scrub_order[i]];
856 cotables[cotable_type];