video: exynos_dp: fix wrong DPCD address during Link Training
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Jul 2012 06:10:03 +0000 (15:10 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Tue, 24 Jul 2012 20:54:03 +0000 (20:54 +0000)
commit123267aae33efd341babe42525b8db51ef32c1b8
tree590d2ddc5e80d7926b5e18b1015e71cf76b42895
parent2fe2d9f47cfe1a3e66e7d087368b3d7155b04c15
video: exynos_dp: fix wrong DPCD address during Link Training

Wrong DPCD addresses were used for clock recovery during Link Training.
The training pattern should be set by TRAINING_PATTERN_SET (0x102), while
voltage swing and pre-emphasis should be set by TRAINING_LANE0_SET (0x103).

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/exynos/exynos_dp_core.c