Skip to content

Commit

Permalink
video: exynos_dp: fix max loop count in EQ sequence of link training
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed May 8, 2012
1 parent 9f5610e commit 982cfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/video/exynos_dp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 982cfa2

Please sign in to comment.