summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/bandwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/dc/bandwidth.c')
-rw-r--r--drivers/video/tegra/dc/bandwidth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/bandwidth.c b/drivers/video/tegra/dc/bandwidth.c
index df4f4d686243..bf7b26b6cf52 100644
--- a/drivers/video/tegra/dc/bandwidth.c
+++ b/drivers/video/tegra/dc/bandwidth.c
@@ -917,7 +917,8 @@ long tegra_dc_calc_min_bandwidth(struct tegra_dc *dc)
pclk = KHZ2PICOS(150000); /* 150MHz max */
#endif
} else if ((dc->out->type == TEGRA_DC_OUT_DP) ||
- (dc->out->type == TEGRA_DC_OUT_NVSR_DP)) {
+ (dc->out->type == TEGRA_DC_OUT_NVSR_DP) ||
+ (dc->out->type == TEGRA_DC_OUT_LVDS)) {
if (dc->mode.pclk)
pclk = KHZ2PICOS(dc->mode.pclk / 1000);
else