diff options
author | Sean Paul <seanpaul@chromium.org> | 2012-10-31 21:38:49 -0400 |
---|---|---|
committer | Jingoo Han <jg1.han@samsung.com> | 2012-11-28 20:33:27 -0500 |
commit | 2c95a81032065b6f4efa4be2a9e193feb23f2435 (patch) | |
tree | 69160298f140fe4f0a02a7f537ec30c22bdcd8b9 | |
parent | 1cefc1d680c0aee01ed788373e84095af636477e (diff) |
video: exynos_dp: Remove sink control to D0
According to DP spec, it is not required in the Link Training
procedure.
[jg1.han@samsung.com: modified the commit message]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
-rw-r--r-- | drivers/video/exynos/exynos_dp_core.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c index dd63d2dcffd9..119f272deeda 100644 --- a/drivers/video/exynos/exynos_dp_core.c +++ b/drivers/video/exynos/exynos_dp_core.c | |||
@@ -278,12 +278,6 @@ static int exynos_dp_link_start(struct exynos_dp_device *dp) | |||
278 | for (lane = 0; lane < lane_count; lane++) | 278 | for (lane = 0; lane < lane_count; lane++) |
279 | dp->link_train.cr_loop[lane] = 0; | 279 | dp->link_train.cr_loop[lane] = 0; |
280 | 280 | ||
281 | /* Set sink to D0 (Sink Not Ready) mode. */ | ||
282 | retval = exynos_dp_write_byte_to_dpcd(dp, DPCD_ADDR_SINK_POWER_STATE, | ||
283 | DPCD_SET_POWER_STATE_D0); | ||
284 | if (retval) | ||
285 | return retval; | ||
286 | |||
287 | /* Set link rate and count as you want to establish*/ | 281 | /* Set link rate and count as you want to establish*/ |
288 | exynos_dp_set_link_bandwidth(dp, dp->link_train.link_rate); | 282 | exynos_dp_set_link_bandwidth(dp, dp->link_train.link_rate); |
289 | exynos_dp_set_lane_count(dp, dp->link_train.lane_count); | 283 | exynos_dp_set_lane_count(dp, dp->link_train.lane_count); |