diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-08-05 01:44:13 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-08-15 15:18:25 +0300 |
commit | 4569ab757f09b9b6a3dd4eda2b0b37c7f5535e6d (patch) | |
tree | 089da5b60db9f3e61d8ca6c92680ad0a82537950 /drivers/gpu/drm/omapdrm/dss/dss_features.h | |
parent | d178e034d5653edfbd16d0c71eeeed467e33c96f (diff) | |
download | linux-4569ab757f09b9b6a3dd4eda2b0b37c7f5535e6d.tar.gz linux-4569ab757f09b9b6a3dd4eda2b0b37c7f5535e6d.tar.xz |
drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structure
The FEAT_LCD_CLK_SRC feature is specific to the DSS, move it from the
omap_dss_features structure to the dss_features structure.
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/dss_features.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dss_features.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss_features.h b/drivers/gpu/drm/omapdrm/dss/dss_features.h index 5c6658782dda..0f0bd092e80a 100644 --- a/drivers/gpu/drm/omapdrm/dss/dss_features.h +++ b/drivers/gpu/drm/omapdrm/dss/dss_features.h @@ -38,7 +38,6 @@ enum dss_feat_id { FEAT_RESIZECONF, /* Independent core clk divider */ FEAT_CORE_CLK_DIV, - FEAT_LCD_CLK_SRC, FEAT_HANDLE_UV_SEPARATE, FEAT_ATTR2, FEAT_CPR, |