drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
[ Upstream commit 85597bc0d70c287ba41f17d14d3d857a38a3d727 ] 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 <dmitry.baryshkov@linaro.org> Signed-off-by: Hermes Wu <hermes.wu@ite.com.tw> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20241230-v7-upstream-v7-4-e0fdd4844703@ite.corp-partner.google.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d76dc02531
commit
3a047075b4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user