projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb1737
)
OMAPDSS: HDMI: add infoframe and hdmi_dvi_mode fields
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 18 Jun 2014 11:21:08 +0000
(14:21 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 4 Jul 2014 08:17:58 +0000
(11:17 +0300)
Add infoframe and hdmi_dvi_mode fields to 'struct hdmi_config' which
will be used in the following patches for OMAP4 and OMAP5 HDMI.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/hdmi.h
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/omap2/dss/hdmi.h
b/drivers/video/fbdev/omap2/dss/hdmi.h
index e20fe5f704794a980e2d7e92a92c997d97ef396a..e3956defc1c3cd95e49c630920f7a989850c802c 100644
(file)
--- a/
drivers/video/fbdev/omap2/dss/hdmi.h
+++ b/
drivers/video/fbdev/omap2/dss/hdmi.h
@@
-193,6
+193,8
@@
struct hdmi_video_format {
struct hdmi_config {
struct omap_video_timings timings;
struct hdmi_cm cm;
+ struct hdmi_avi_infoframe infoframe;
+ enum hdmi_core_hdmi_dvi hdmi_dvi_mode;
};
/* HDMI PLL structure */