From: Sebastian Reichel Date: Tue, 15 Dec 2020 10:46:05 +0000 (+0200) Subject: drm/omap: dsi: convert to drm_panel X-Git-Tag: accepted/tizen/unified/20230118.172025~6402^2~28^2~1129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cac9ba2526ff53838165b48005cf7e876f610e6;p=platform%2Fkernel%2Flinux-rpi.git drm/omap: dsi: convert to drm_panel This converts the DSI module to expect common drm_panel display drivers instead of dssdev based ones. Signed-off-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen Link: https://patchwork.freedesktop.org/patch/msgid/20201215104657.802264-33-tomi.valkeinen@ti.com --- diff --git a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c index da925d2..72dce2f 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c @@ -6,8 +6,6 @@ * Author: Tomi Valkeinen */ -/* #define DEBUG */ - #include #include #include @@ -19,11 +17,14 @@ #include #include +#include +#include +#include +#include