summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorJon Mayo <jmayo@nvidia.com>2012-12-18 14:57:29 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:04:03 -0700
commit2a3dbff56ced2ed558d6477d20fa9469b8248c84 (patch)
treee034d58cc6a2df47691a0f31062032d73e8e4700 /include/video
parent6c30614889433c3b0381c5b06a785e051b25e1ff (diff)
video: tegra: dc: request bandwidth from isomgr
Report event TEGRA_DC_EXT_EVENT_BANDWIDTH through tegra_dc_ctrl device when there is not enough bandwidth. Bug 1169265 Change-Id: Ia95b1ecc7eb16db6f3a709e7c9efc59ab2490ead Signed-off-by: Jon Mayo <jmayo@nvidia.com> Reviewed-on: http://git-master/r/207766 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/video')
-rw-r--r--include/video/tegra_dc_ext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/tegra_dc_ext.h b/include/video/tegra_dc_ext.h
index 05ad5d97ab3b..bc85d7eb362b 100644
--- a/include/video/tegra_dc_ext.h
+++ b/include/video/tegra_dc_ext.h
@@ -348,6 +348,10 @@ struct tegra_dc_ext_control_event_hotplug {
__u32 handle;
};
+#define TEGRA_DC_EXT_EVENT_BANDWIDTH 0x2
+struct tegra_dc_ext_control_event_bandwidth {
+ __u32 handle;
+};
#define TEGRA_DC_EXT_CAPABILITIES_CURSOR_MODE (1 << 0)
struct tegra_dc_ext_control_capabilities {