projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4211651
)
OMAPDSS: HDMI: add missing core irq
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 28 Oct 2013 09:47:28 +0000
(11:47 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 13 Jan 2014 10:19:53 +0000
(12:19 +0200)
HDMI_IRQ_CORE was not defined in the hdmi.h.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.h
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/dss/hdmi.h
b/drivers/video/omap2/dss/hdmi.h
index
e523c2b
..
e25681f
100644
(file)
--- a/
drivers/video/omap2/dss/hdmi.h
+++ b/
drivers/video/omap2/dss/hdmi.h
@@
-48,7
+48,7
@@
#define HDMI_WP_AUDIO_DATA 0x8C
/* HDMI WP IRQ flags */
-
+#define HDMI_IRQ_CORE (1 << 0)
#define HDMI_IRQ_OCP_TIMEOUT (1 << 4)
#define HDMI_IRQ_AUDIO_FIFO_UNDERFLOW (1 << 8)
#define HDMI_IRQ_AUDIO_FIFO_OVERFLOW (1 << 9)