[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250206111543.17392-16-quic_akakum@quicinc.com>
Date: Thu, 6 Feb 2025 16:45:40 +0530
From: Akash Kumar <quic_akakum@...cinc.com>
To: Thinh Nguyen <Thinh.Nguyen@...opsys.com>,
Greg Kroah-Hartman
<gregkh@...uxfoundation.org>,
Jack Pham <quic_jackp@...cinc.com>, <kernel@....qualcomm.com>,
Wesley Cheng <quic_wcheng@...cinc.com>
CC: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio
<konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski
<krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
"Vijayavardhan
Vennapusa" <quic_vvreddy@...cinc.com>,
<linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Akash Kumar <quic_akakum@...cinc.com>
Subject: [PATCH 15/18] arm64: dts: qcom: x1e80100: Enable high bandwidth for hs isoc eps
It is observed while testing multiple audio devices,
a glitch is observed during testing.
As per dwc datasheet,By default, HC reserves 80% of the bandwidth for
periodic EPs.
Add quirk to set GUCTL BIT 16 to accommodate higher bandwidth for
2 isoc eps.
If this bit is set, the bandwidth is relaxed to 85% to
accommodate two high speed, high bandwidth ISOC EPs.
USB 2.0 required 80% bandwidth allocated for ISOC traffic. If
two High-bandwidth ISOC devices (HD Webcams) are
connected, and if each requires 1024-bytes X 3 packets per
Micro-Frame, then the bandwidth required is around 82%. If
this bit is set, then it is possible to connect two Webcams of
1024bytes X 3 paylod per Micro-Frame each. Otherwise, you
may have to reduce the resolution of the Webcams.
This bit is valid in Host and DRD configuration and is used in
host mode operation only.
USe this quirk to set bit for host mode uvc uac usecases where two
isoc eps are used and flicker is seen.
Signed-off-by: Akash Kumar <quic_akakum@...cinc.com>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index 4936fa5b98ff..69b767d0fb18 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -4725,6 +4725,7 @@
snps,usb3_lpm_capable;
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
+ snps,dwc3_guctl_resbwhseps_quirk;
dma-coherent;
@@ -4813,6 +4814,7 @@
maximum-speed = "high-speed";
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
+ snps,dwc3_guctl_resbwhseps_quirk;
ports {
#address-cells = <1>;
@@ -4911,6 +4913,7 @@
snps,usb3_lpm_capable;
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
+ snps,dwc3_guctl_resbwhseps_quirk;
dma-coherent;
};
@@ -4984,6 +4987,7 @@
snps,usb3_lpm_capable;
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
+ snps,dwc3_guctl_resbwhseps_quirk;
dma-coherent;
@@ -5084,6 +5088,7 @@
snps,usb3_lpm_capable;
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
+ snps,dwc3_guctl_resbwhseps_quirk;
dma-coherent;
--
2.17.1
Powered by blists - more mailing lists