video: tegra: attempt HDCP on DVI
authorErik Gilling <konkers@android.com>
Thu, 7 Apr 2011 17:33:55 +0000 (10:33 -0700)
committerErik Gilling <konkers@android.com>
Thu, 7 Apr 2011 17:35:11 +0000 (10:35 -0700)
Change-Id: If9efc63de3427f263b121e102cd0168883a236a3
Signed-off-by: Erik Gilling <konkers@android.com>
drivers/video/tegra/dc/hdmi.c

index 1c3f55449b421a29edc24ca53cf68205b828fa30..8ae17f97ab6fc6db28700369b8e4559ed8092f34 100644 (file)
@@ -1128,8 +1128,7 @@ static void tegra_dc_hdmi_enable(struct tegra_dc *dc)
        tegra_dc_writel(dc, GENERAL_ACT_REQ << 8, DC_CMD_STATE_CONTROL);
        tegra_dc_writel(dc, GENERAL_ACT_REQ, DC_CMD_STATE_CONTROL);
 
-       if (!hdmi->dvi)
-               tegra_nvhdcp_set_plug(hdmi->nvhdcp, 1);
+       tegra_nvhdcp_set_plug(hdmi->nvhdcp, 1);
 }
 
 static void tegra_dc_hdmi_disable(struct tegra_dc *dc)