summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/dc_priv.h
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-11-10 15:32:58 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:36:40 -0800
commitab2e08b8e45384e10304aa8ae271720ba53d40f9 (patch)
tree9e88256eac5d0d48aa5a1594775a76cc5b7e0f5c /drivers/video/tegra/dc/dc_priv.h
parent527570b2ad59d681dcd2debb59020416a62972e8 (diff)
video: tegra: delay HDMI hotplug detection until after resume
Change-Id: I87c35dc3e1287fc1d936e554013deb2f92cbd6f4 Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'drivers/video/tegra/dc/dc_priv.h')
-rw-r--r--drivers/video/tegra/dc/dc_priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/dc_priv.h b/drivers/video/tegra/dc/dc_priv.h
index 39a03e8fb9c0..7d0e340a6ee2 100644
--- a/drivers/video/tegra/dc/dc_priv.h
+++ b/drivers/video/tegra/dc/dc_priv.h
@@ -42,6 +42,11 @@ struct tegra_dc_out_ops {
void (*enable)(struct tegra_dc *dc);
/* disable output. dc clocks are on at this point */
void (*disable)(struct tegra_dc *dc);
+
+ /* suspend output. dc clocks are on at this point */
+ void (*suspend)(struct tegra_dc *dc);
+ /* resume output. dc clocks are on at this point */
+ void (*resume)(struct tegra_dc *dc);
};
struct tegra_dc {