Searched refs:vcotbl (Results 1 – 1 of 1) sorted by relevance
162 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub() local180 WARN_ON(vcotbl->ctx->id == SVGA3D_INVALID_ID); in vmw_cotable_unscrub()184 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()185 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()187 cmd->body.validSizeInBytes = vcotbl->size_read_back; in vmw_cotable_unscrub()190 vcotbl->scrubbed = false; in vmw_cotable_unscrub()240 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub() local253 if (vcotbl->scrubbed) in vmw_cotable_scrub()256 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()257 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()[all …]