Skip to content

Commit 85597bc

Browse files
Hermes Wulumag
authored andcommitted
drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
A HDCP source device shall support max downstream to 127 devices. Change definition MAX_HDCP_DOWN_STREAM_COUNT to 127 KSVs shall save for DRM blocked devices check. This results in struct it6505 growth by ~0.5 KiB. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Hermes Wu <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20241230-v7-upstream-v7-4-e0fdd4844703@ite.corp-partner.google.com
1 parent 235d9bf commit 85597bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/bridge/ite-it6505.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
#define MAX_LANE_COUNT 4
299299
#define MAX_LINK_RATE HBR
300300
#define AUTO_TRAIN_RETRY 3
301-
#define MAX_HDCP_DOWN_STREAM_COUNT 10
301+
#define MAX_HDCP_DOWN_STREAM_COUNT 127
302302
#define MAX_CR_LEVEL 0x03
303303
#define MAX_EQ_LEVEL 0x03
304304
#define AUX_WAIT_TIMEOUT_MS 15

0 commit comments

Comments
 (0)