summaryrefslogtreecommitdiffstats
path: root/drivers/video/tegra/dc/dp.c
diff options
context:
space:
mode:
authorAnimesh Kishore <ankishore@nvidia.com>2014-05-16 10:05:50 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:09 -0400
commit8014f64f889f0a19ce3833aacca413da0134b8d6 (patch)
tree32d5ea8bc1eed8691f9c477e8f344a2e3e41ebac /drivers/video/tegra/dc/dp.c
parent89d6c9ae0dbdf67b1282bfa42ce06b0b671331d8 (diff)
video: tegra: hdmi: Implement sor hdmi driver
Bug 1468989 Change-Id: I1e735e49a8e66b171bfd2d026965e4ab2aa2026c Signed-off-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-on: http://git-master/r/410892 Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/dc/dp.c')
-rw-r--r--drivers/video/tegra/dc/dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/dp.c b/drivers/video/tegra/dc/dp.c
index 2cf77e0d5..2a4b27560 100644
--- a/drivers/video/tegra/dc/dp.c
+++ b/drivers/video/tegra/dc/dp.c
@@ -1097,7 +1097,7 @@ static int tegra_dp_set_lane_count(struct tegra_dc_dp_data *dp, u8 lane_cnt)
1097{ 1097{
1098 int ret; 1098 int ret;
1099 1099
1100 tegra_sor_power_dp_lanes(dp->sor, lane_cnt, true); 1100 tegra_sor_power_lanes(dp->sor, lane_cnt, true);
1101 1101
1102 CHECK_RET(tegra_dp_dpcd_write_field(dp, NV_DPCD_LANE_COUNT_SET, 1102 CHECK_RET(tegra_dp_dpcd_write_field(dp, NV_DPCD_LANE_COUNT_SET,
1103 NV_DPCD_LANE_COUNT_SET_MASK, 1103 NV_DPCD_LANE_COUNT_SET_MASK,