The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v4 05/11] drm/bridge: it6505: increase supports of HDCP repeater ksv devices
@ 2024-09-26  7:50 Hermes Wu
  2024-09-26  7:50 ` [PATCH v4 06/11] drm/bridge: it6505: fix HDCP Bstatus check Hermes Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Hermes Wu @ 2024-09-26  7:50 UTC (permalink / raw)
  To: hermes wu
  Cc: Kenneth Hung, Andrzej Hajda, Neil Armstrong, Robert Foss,
	Laurent Pinchart, Jonas Karlman, Jernej Skrabec,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter, Allen Chen, AngeloGioacchino Del Regno, Hermes Wu,
	open list:DRM DRIVERS, open list

From: Hermes Wu <Hermes.wu@ite.com.tw>

A HDCP source shall support max downstream device to 127.

Change definition of MAX_HDCP_DOWN_STREAM_COUNT to 127

Fixes: b5c84a9edcd4 ("drm/bridge: add it6505 driver")
Signed-off-by: Hermes Wu <Hermes.wu@ite.com.tw>
---
 drivers/gpu/drm/bridge/ite-it6505.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/ite-it6505.c b/drivers/gpu/drm/bridge/ite-it6505.c
index d1f5220e04a6..5d5ce12cd054 100644
--- a/drivers/gpu/drm/bridge/ite-it6505.c
+++ b/drivers/gpu/drm/bridge/ite-it6505.c
@@ -296,7 +296,7 @@
 #define MAX_LANE_COUNT 4
 #define MAX_LINK_RATE HBR
 #define AUTO_TRAIN_RETRY 3
-#define MAX_HDCP_DOWN_STREAM_COUNT 10
+#define MAX_HDCP_DOWN_STREAM_COUNT 127
 #define MAX_CR_LEVEL 0x03
 #define MAX_EQ_LEVEL 0x03
 #define AUX_WAIT_TIMEOUT_MS 15
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-09-27  8:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26  7:50 [PATCH v4 05/11] drm/bridge: it6505: increase supports of HDCP repeater ksv devices Hermes Wu
2024-09-26  7:50 ` [PATCH v4 06/11] drm/bridge: it6505: fix HDCP Bstatus check Hermes Wu
2024-09-26  8:09   ` Dmitry Baryshkov
2024-09-26  8:10   ` AngeloGioacchino Del Regno
2024-09-26  7:50 ` [PATCH v4 07/11] drm/bridge: it6505: fix HDCP encription not enable when R0 ready Hermes Wu
2024-09-26  7:50 ` [PATCH v4 08/11] drm/bridge: it6505: fix HDCP KSV list did not read correctly Hermes Wu
2024-09-26  8:10   ` AngeloGioacchino Del Regno
2024-09-26  7:50 ` [PATCH v4 09/11] drm/bridge: it6505: fix HDCP CTS compare V matching without retry Hermes Wu
2024-09-26  8:07 ` [PATCH v4 05/11] drm/bridge: it6505: increase supports of HDCP repeater ksv devices Dmitry Baryshkov
2024-09-27  2:18   ` Hermes.Wu
2024-09-27  8:50     ` Dmitry Baryshkov
2024-09-27  4:06   ` Hermes.Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox