diff options
author | Lajos Molnar <molnar@ti.com> | 2011-08-19 21:07:16 -0500 |
---|---|---|
committer | Erik Gilling <konkers@android.com> | 2011-08-24 12:04:39 -0700 |
commit | 19c682ab1a8a45319aa6eba10615487c2ffc3870 (patch) | |
tree | 9e448f132dbe94dbc1ecc653381b51f501e047fc /include/video | |
parent | 50109bde044e7964e9e4bf9132892ecd847e69b9 (diff) | |
download | kernel_samsung_tuna-19c682ab1a8a45319aa6eba10615487c2ffc3870.zip kernel_samsung_tuna-19c682ab1a8a45319aa6eba10615487c2ffc3870.tar.gz kernel_samsung_tuna-19c682ab1a8a45319aa6eba10615487c2ffc3870.tar.bz2 |
OMAP4: HDMI: Add FRAMEDONETV interrupt handling
HDMI can generate FRAMEDONETV if TV/HDMI output is disabled. Add
this interrupt to handling GO transition events as output does not
have to be enabled for these.
Change-Id: Ie63512706c06b7c1847858978c63032b2e620b31
Signed-off-by: Lajos Molnar <molnar@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index f8204ec..7b0dabe 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -45,6 +45,7 @@ #define DISPC_IRQ_VID3_FIFO_UNDERFLOW (1 << 20) #define DISPC_IRQ_ACBIAS_COUNT_STAT2 (1 << 21) #define DISPC_IRQ_FRAMEDONE2 (1 << 22) +#define DISPC_IRQ_FRAMEDONETV (1 << 24) struct omap_dss_device; struct omap_overlay_manager; |