summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2017-06-22 12:41:18 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-11-29 15:04:51 +0100
commit22e0897658b3250d50dd7f37b80ff3e35c9518a2 (patch)
tree529c478f191e2c0e05f825ab7d86d0b70c7e8342 /drivers/video/tegra/dc/ext/tegra_dc_ext_priv.h
parenta9e9e4234b68eb45fd5f4cf01b16df35afbd505e (diff)
tegra: align graphics drivers with android binariesApalis-TK1_LXDE-Image_2.7b5-20171201
Some functionality used by android binary drivers were missing. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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;