diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-08-05 01:44:11 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-08-15 15:18:25 +0300 |
commit | 2c9fc9bf45f854c3bad88ffaf9c1d0fc75d02440 (patch) | |
tree | d863c4fecd4e7937788c3e0df6eca4a2a462101a /drivers/gpu/drm/omapdrm/dss/hdmi.h | |
parent | 44d8ca10789759f73bee50e7bb1695e7b8b8d22f (diff) | |
download | linux-2c9fc9bf45f854c3bad88ffaf9c1d0fc75d02440.tar.gz linux-2c9fc9bf45f854c3bad88ffaf9c1d0fc75d02440.tar.bz2 linux-2c9fc9bf45f854c3bad88ffaf9c1d0fc75d02440.zip |
drm: omapdrm: Move FEAT_HDMI_* features to hdmi4 driver
The FEAT_HDMI_* features are specific to the HDMI4, move them from the
omap_dss_features structure to the hdmi4 driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/hdmi.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/hdmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi.h b/drivers/gpu/drm/omapdrm/dss/hdmi.h index 851e5e6f6820..3738a5b397d9 100644 --- a/drivers/gpu/drm/omapdrm/dss/hdmi.h +++ b/drivers/gpu/drm/omapdrm/dss/hdmi.h @@ -261,6 +261,8 @@ struct hdmi_phy_data { struct hdmi_core_data { void __iomem *base; + bool cts_swmode; + bool audio_use_mclk; }; static inline void hdmi_write_reg(void __iomem *base_addr, const u32 idx, |