]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
video: exynos_dp: fix max loop count in EQ sequence of link training
authorJingoo Han <jg1.han@samsung.com>
Fri, 4 May 2012 01:49:46 +0000 (10:49 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Tue, 8 May 2012 17:00:53 +0000 (17:00 +0000)
This patch fixes max loop count in EQ(Channel Equalization) sequence
of link training. According to DP(displayport) specification,
the max loop count in this sequence should be 5.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
include/video/exynos_dp.h

index 8847a9d6dd42db8d878a1235eef4e92019bad883..bd8cabd344db7242dc61bb5643dee70c6d349e09 100644 (file)
@@ -14,7 +14,7 @@
 
 #define DP_TIMEOUT_LOOP_COUNT 100
 #define MAX_CR_LOOP 5
-#define MAX_EQ_LOOP 4
+#define MAX_EQ_LOOP 5
 
 enum link_rate_type {
        LINK_RATE_1_62GBPS = 0x06,