]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
video: tegra: hdmi: Enable 150 MHz
authorAly Hirani <ahirani@nvidia.com>
Mon, 15 Dec 2014 06:04:00 +0000 (22:04 -0800)
committerMitch Luban <mluban@nvidia.com>
Thu, 12 Mar 2015 21:29:53 +0000 (14:29 -0700)
The HDMI 2.0 driver was not picking up the 150 MHz tmds config. Enabling
that now that we have prod settings coming in from the HW.

Bug 1587850
Bug 1619148

Change-Id: I257e4b59fab0dc30fa3e9fe7895f05f629589e09
Signed-off-by: Aly Hirani <ahirani@nvidia.com>
Reviewed-on: http://git-master/r/663710
(cherry picked from commit c9fa6bb70b69e4cbec12be98849e1e52fc6a0995)
Reviewed-on: http://git-master/r/673497
Reviewed-by: Mitch Luban <mluban@nvidia.com>
Tested-by: Mitch Luban <mluban@nvidia.com>
drivers/video/tegra/dc/hdmi2.0.c

index fc72c88e74c87331095c907e100cba349e14a0a9..b4c5949a57cc1cf281d407009c47b1e9eb6973fc 100644 (file)
@@ -78,6 +78,10 @@ static struct tmds_prod_pair tmds_config_modes[] = {
        .clk = 75000000,
        .name = "prod_c_75M"
        },
+       { /* 150 MHz */
+       .clk = 150000000,
+       .name = "prod_c_150M"
+       },
        { /* 300 MHz */
        .clk = 300000000,
        .name = "prod_c_300M"