summaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2012-05-04 10:49:46 +0900
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-05-08 17:00:53 +0000
commit982cfa2f0e58d51d77e03f7faeac8dba89f1cb76 (patch)
tree335e378ccf1ab4062b6aa12e7087203f959954ae /include/video
parent9f5610e20b322347ce3e55e75a78965717a62412 (diff)
downloadop-kernel-dev-982cfa2f0e58d51d77e03f7faeac8dba89f1cb76.zip
op-kernel-dev-982cfa2f0e58d51d77e03f7faeac8dba89f1cb76.tar.gz
video: exynos_dp: fix max loop count in EQ sequence of link training
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>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/exynos_dp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/exynos_dp.h b/include/video/exynos_dp.h
index 8847a9d..bd8cabd 100644
--- a/include/video/exynos_dp.h
+++ b/include/video/exynos_dp.h
@@ -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,
OpenPOWER on IntegriCloud