diff options
| author | 2014-06-09 13:09:00 +0300 | |
|---|---|---|
| committer | 2014-07-04 11:17:58 +0300 | |
| commit | db85ca7ca51ca886e8cd127368e09a7955bb041c (patch) | |
| tree | 8f896c094cc7ce449e9506eaae0214a7e0771dc3 /drivers/video/fbdev/omap2/dss/hdmi.h | |
| parent | OMAPDSS: Kconfig: select HDMI (diff) | |
| download | linux-dev-db85ca7ca51ca886e8cd127368e09a7955bb041c.tar.xz linux-dev-db85ca7ca51ca886e8cd127368e09a7955bb041c.zip | |
OMAPDSS: HDMI4: use common AVI infoframe support
Instead of using OMAP specific AVI infoframe structs, use the common one
from include/linux/hdmi.h.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/hdmi.h')
| -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 1a62dc3fe54e..6cd4a755b0ac 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h @@ -22,6 +22,7 @@ #include <linux/delay.h> #include <linux/io.h> #include <linux/platform_device.h> +#include <linux/hdmi.h> #include <video/omapdss.h> #include "dss.h" @@ -360,6 +361,7 @@ struct hdmi_core_data { void __iomem *base; struct hdmi_core_infoframe_avi avi_cfg; + struct hdmi_avi_infoframe avi_infoframe; }; static inline void hdmi_write_reg(void __iomem *base_addr, const u32 idx, |
