diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-06-18 11:21:08 (GMT) |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-07-04 08:17:58 (GMT) |
commit | c9d2c799447c2f51866fb1e7e88eb5061d11ac43 (patch) | |
tree | ad9fb4d625fc130801fb9cc6ca6e93b0203f42ca /drivers/video/fbdev | |
parent | 9fb1737dffa542d61b2e708eee109d3783849dc3 (diff) | |
download | linux-c9d2c799447c2f51866fb1e7e88eb5061d11ac43.tar.xz |
OMAPDSS: HDMI: add infoframe and hdmi_dvi_mode fields
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>
Diffstat (limited to 'drivers/video/fbdev')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index e20fe5f..e3956de 100644 --- 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 */ |