Browse Source

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>
Tomi Valkeinen 11 years ago
parent
commit
c9d2c79944
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/video/fbdev/omap2/dss/hdmi.h

+ 2 - 0
drivers/video/fbdev/omap2/dss/hdmi.h

@@ -193,6 +193,8 @@ struct hdmi_video_format {
 struct hdmi_config {
 struct hdmi_config {
 	struct omap_video_timings timings;
 	struct omap_video_timings timings;
 	struct hdmi_cm cm;
 	struct hdmi_cm cm;
+	struct hdmi_avi_infoframe infoframe;
+	enum hdmi_core_hdmi_dvi hdmi_dvi_mode;
 };
 };
 
 
 /* HDMI PLL structure */
 /* HDMI PLL structure */