Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp1542416pxb; Thu, 16 Sep 2021 09:34:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJypIa9Pivk6u87w6/YArLaZcevxPtTDNwyh+qtjY4qC+kEyJwUcn7+NxbyQzImD1L/aw3Eh X-Received: by 2002:a05:6e02:1b0c:: with SMTP id i12mr2002545ilv.27.1631810061572; Thu, 16 Sep 2021 09:34:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631810061; cv=none; d=google.com; s=arc-20160816; b=DmoidFlAux0SOChb9d7QxtPQnKRAoWUys/ILU8uxEiqh/7AbFZ38glmnAbTh0kAVXA DkmnfieGEFIwEJHOsVspkS2GTanw3eNmv13PPUjnR2fzS7glkIi/kPu687bveMGvQEw1 WoEfEP2pE+kaC1XmWEQAEy1aM4tRfbEtS0TMelVqnKLqCTqB7Zr19U02DekE39Fmq6T7 /zEoMiV0Aic0CivYAbDoTEzDgjyvcrRzb9OzhUZA6zXitzKL0Hce2Vs+xEqyfwU6r/Aj TOQV5/Gq6d65XTaAMRIHM4XIifGS7yJ9RRNfFSo0P7m/5z0+TOTf/51YDfCatbHzigt4 U6+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=AYHfgQuYechyMrOf52ZGcF+Tlj7Er8YHJe75TL9sI08=; b=iJ12z1Bb1G/4YK51ovzP1sG4hhL0//DVlb4QeZbrXxy/U/Rxdf8JCHCxzXoyl2ISjp s5MTM+a/skluAijjcWgyT4ncOWMJLP1H/q4vSZxbVkKk0aNuYkq9TlC6BaOZcz/tI9YZ HgL9Eh79yz0MtsP4s4Ak9Wa8oYzMkiEO3ngIl3CTpWI0GFf6LwcLqCa/NtF7XxKAyIZ9 4NCJUvgao4VYbnkn1iHp0S04AIyLaQralWim8t79ZduH4RAYCTyXQsYrs0w6hmHeRQRo GodfS1QypPTRrkprzs4ClXBTledwOWd9Jl/Dks6E7Q7Sg4KgUxAKSxy8DYFEaxAL5ULB DIlw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=UluQH3cD; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w7si3217112jad.86.2021.09.16.09.34.09; Thu, 16 Sep 2021 09:34:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=UluQH3cD; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242118AbhIPQcG (ORCPT + 99 others); Thu, 16 Sep 2021 12:32:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:58934 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240656AbhIPQXo (ORCPT ); Thu, 16 Sep 2021 12:23:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AAE08613B1; Thu, 16 Sep 2021 16:15:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631808959; bh=fIXSzeBeU3dLvLblzJEo+/rW3xAPrg7LD3uCRPt4XWY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UluQH3cDaKd4zrERrrFcdcd5EvWkZppT3sr7mLXqZYIxH41QM6/g0vP0/I/uUU9r+ 8wVA3XpIkyklHQ43RqLksgi0wVSYd59kIiY4/G9d3KTxgAHRR3v6kknZcleVbqQaYm 6D77XyqoKqK7Jx0vRI01tVm8HQJcMbNPDPLt4DTY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mathias Nyman , Sasha Levin Subject: [PATCH 5.10 253/306] Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set" Date: Thu, 16 Sep 2021 17:59:58 +0200 Message-Id: <20210916155802.690719218@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210916155753.903069397@linuxfoundation.org> References: <20210916155753.903069397@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mathias Nyman [ Upstream commit 2847c46c61486fd8bca9136a6e27177212e78c69 ] This reverts commit 5d5323a6f3625f101dbfa94ba3ef7706cce38760. That commit effectively disabled Intel host initiated U1/U2 lpm for devices with periodic endpoints. Before that commit we disabled host initiated U1/U2 lpm if the exit latency was larger than any periodic endpoint service interval, this is according to xhci spec xhci 1.1 specification section 4.23.5.2 After that commit we incorrectly checked that service interval was smaller than U1/U2 inactivity timeout. This is not relevant, and can't happen for Intel hosts as previously set U1/U2 timeout = 105% * service interval. Patch claimed it solved cases where devices can't be enumerated because of bandwidth issues. This might be true but it's a side effect of accidentally turning off lpm. exit latency calculations have been revised since then Signed-off-by: Mathias Nyman Link: https://lore.kernel.org/r/20210820123503.2605901-5-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/usb/host/xhci.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index a8d97e23f601..c51391b45207 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -4666,19 +4666,19 @@ static u16 xhci_calculate_u1_timeout(struct xhci_hcd *xhci, { unsigned long long timeout_ns; - if (xhci->quirks & XHCI_INTEL_HOST) - timeout_ns = xhci_calculate_intel_u1_timeout(udev, desc); - else - timeout_ns = udev->u1_params.sel; - /* Prevent U1 if service interval is shorter than U1 exit latency */ if (usb_endpoint_xfer_int(desc) || usb_endpoint_xfer_isoc(desc)) { - if (xhci_service_interval_to_ns(desc) <= timeout_ns) { + if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { dev_dbg(&udev->dev, "Disable U1, ESIT shorter than exit latency\n"); return USB3_LPM_DISABLED; } } + if (xhci->quirks & XHCI_INTEL_HOST) + timeout_ns = xhci_calculate_intel_u1_timeout(udev, desc); + else + timeout_ns = udev->u1_params.sel; + /* The U1 timeout is encoded in 1us intervals. * Don't return a timeout of zero, because that's USB3_LPM_DISABLED. */ @@ -4730,19 +4730,19 @@ static u16 xhci_calculate_u2_timeout(struct xhci_hcd *xhci, { unsigned long long timeout_ns; - if (xhci->quirks & XHCI_INTEL_HOST) - timeout_ns = xhci_calculate_intel_u2_timeout(udev, desc); - else - timeout_ns = udev->u2_params.sel; - /* Prevent U2 if service interval is shorter than U2 exit latency */ if (usb_endpoint_xfer_int(desc) || usb_endpoint_xfer_isoc(desc)) { - if (xhci_service_interval_to_ns(desc) <= timeout_ns) { + if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { dev_dbg(&udev->dev, "Disable U2, ESIT shorter than exit latency\n"); return USB3_LPM_DISABLED; } } + if (xhci->quirks & XHCI_INTEL_HOST) + timeout_ns = xhci_calculate_intel_u2_timeout(udev, desc); + else + timeout_ns = udev->u2_params.sel; + /* The U2 timeout is encoded in 256us intervals */ timeout_ns = DIV_ROUND_UP_ULL(timeout_ns, 256 * 1000); /* If the necessary timeout value is bigger than what we can set in the -- 2.30.2