From c1c1226264680e02adfdb7ed3a30351f4070a5a7 Mon Sep 17 00:00:00 2001 From: Santosh Reddy Galma Date: Mon, 17 Aug 2015 17:21:40 +0530 Subject: [PATCH] video: tegra: dp: WAR to disable hdcp for dp Change-Id: Iee25c4486f530ac53b4d5ceab8d6279d793e7abe Signed-off-by: Santosh Reddy Galma Reviewed-on: http://git-master/r/784761 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Shu Zhong Tested-by: Shu Zhong Reviewed-by: Mitch Luban --- drivers/video/tegra/dc/dp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/tegra/dc/dp.c b/drivers/video/tegra/dc/dp.c index ed7b13e9446..b5e595dae38 100644 --- a/drivers/video/tegra/dc/dp.c +++ b/drivers/video/tegra/dc/dp.c @@ -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) { -- 2.39.2