]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
video: tegra: dp: WAR to disable hdcp for dp
authorSantosh Reddy Galma <galmar@nvidia.com>
Mon, 17 Aug 2015 11:51:40 +0000 (17:21 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Sat, 5 Sep 2015 09:20:41 +0000 (02:20 -0700)
Change-Id: Iee25c4486f530ac53b4d5ceab8d6279d793e7abe
Signed-off-by: Santosh Reddy Galma <galmar@nvidia.com>
Reviewed-on: http://git-master/r/784761
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Shu Zhong <shuz@nvidia.com>
Tested-by: Shu Zhong <shuz@nvidia.com>
Reviewed-by: Mitch Luban <mluban@nvidia.com>
drivers/video/tegra/dc/dp.c

index ed7b13e9446e69599cff578a1a419457712a95f3..b5e595dae38aef27ab76681a8b86b9e7a42d699b 100644 (file)
@@ -2081,11 +2081,11 @@ static void tegra_dc_dp_enable(struct tegra_dc *dc)
                                dp->link_cfg.lane_count);
                tegra_dc_sor_attach(dp->sor);
        }
-
+       #if 0
        if (tegra_dc_is_ext_dp_panel(dc) &&
                dc->out->type != TEGRA_DC_OUT_FAKE_DP)
                tegra_dphdcp_set_plug(dp->dphdcp, true);
-
+       #endif
        dc->connected = true;
        tegra_dc_io_end(dc);
 
@@ -2138,11 +2138,11 @@ static void tegra_dc_dp_disable(struct tegra_dc *dc)
        dp->enabled = false;
 
        tegra_dc_io_start(dc);
-
+       #if 0
        if (tegra_dc_is_ext_dp_panel(dc) &&
                dc->out->type != TEGRA_DC_OUT_FAKE_DP)
                tegra_dphdcp_set_plug(dp->dphdcp, false);
-
+       #endif
        cancel_delayed_work_sync(&dp->irq_evt_dwork);
 
        if (dc->out->type != TEGRA_DC_OUT_FAKE_DP) {