summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h')
-rw-r--r--drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h b/drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h
index cb34047768f3..7c549c9875d9 100644
--- a/drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h
+++ b/drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h
@@ -86,13 +86,14 @@ struct tegra_dc_ext {
} cursor;
bool enabled;
+ bool vblank_enabled;
};
#define TEGRA_DC_EXT_EVENT_MASK_ALL \
(TEGRA_DC_EXT_EVENT_HOTPLUG | TEGRA_DC_EXT_EVENT_BANDWIDTH_INC | \
TEGRA_DC_EXT_EVENT_BANDWIDTH_DEC)
-#define TEGRA_DC_EXT_EVENT_MAX_SZ 8
+#define TEGRA_DC_EXT_EVENT_MAX_SZ 16
struct tegra_dc_ext_event_list {
struct tegra_dc_ext_event event;