Searched refs:vcotbl (Results 1 – 1 of 1) sorted by relevance
183 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub() local198 WARN_ON(vcotbl->ctx->id == SVGA3D_INVALID_ID); in vmw_cotable_unscrub()202 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()203 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()205 cmd->body.validSizeInBytes = vcotbl->size_read_back; in vmw_cotable_unscrub()208 vcotbl->scrubbed = false; in vmw_cotable_unscrub()258 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub() local271 if (vcotbl->scrubbed) in vmw_cotable_scrub()274 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()275 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()[all …]