From: Laurent Pinchart Date: Sat, 5 Aug 2017 01:44:10 +0300 Subject: drm: omapdrm: Move FEAT_DSI_* features to dsi driver Git-commit: 44d8ca10789759f73bee50e7bb1695e7b8b8d22f Patch-mainline: v4.14-rc1 References: FATE#326289 FATE#326079 FATE#326049 FATE#322398 FATE#326166 The FEAT_DSI_* features are specific to the DSI, move them from the omap_dss_features structure to the dsi driver. Signed-off-by: Laurent Pinchart Signed-off-by: Tomi Valkeinen Acked-by: Petr Tesarik --- drivers/gpu/drm/omapdrm/dss/dsi.c | 137 ++++++++++++++++++----------- drivers/gpu/drm/omapdrm/dss/dss_features.c | 16 --- drivers/gpu/drm/omapdrm/dss/dss_features.h | 7 - 3 files changed, 88 insertions(+), 72 deletions(-) --- a/drivers/gpu/drm/omapdrm/dss/dsi.c +++ b/drivers/gpu/drm/omapdrm/dss/dsi.c @@ -44,6 +44,7 @@ #include #include #include +#include #include