Searched refs:vcotbl (Results 1 – 1 of 1) sorted by relevance
168 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub() local183 WARN_ON(vcotbl->ctx->id == SVGA3D_INVALID_ID); in vmw_cotable_unscrub()187 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()188 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()190 cmd->body.validSizeInBytes = vcotbl->size_read_back; in vmw_cotable_unscrub()193 vcotbl->scrubbed = false; in vmw_cotable_unscrub()243 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub() local256 if (vcotbl->scrubbed) in vmw_cotable_scrub()259 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()260 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()[all …]