From: Sebastian Reichel Date: Tue, 15 Dec 2020 10:46:13 +0000 (+0200) Subject: drm/omap: dsi: Register a drm_bridge X-Git-Tag: v5.12-rc1~132^2~24^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af1110cb6f92f698cc4af50cdff24d1f6b2628c4;p=thirdparty%2Fkernel%2Flinux.git drm/omap: dsi: Register a drm_bridge In order to integrate with a chain of drm_bridge, the internal DSI output has to expose its operations through the drm_bridge API. Register a bridge at initialisation time to do so and remove the omap_dss_device operations that are now unused. Signed-off-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart Link: https://patchwork.freedesktop.org/patch/msgid/20201215104657.802264-41-tomi.valkeinen@ti.com --- diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c b/drivers/gpu/drm/omapdrm/dss/dsi.c index 6f66ef0be1660..9eae61ddbda91 100644 --- a/drivers/gpu/drm/omapdrm/dss/dsi.c +++ b/drivers/gpu/drm/omapdrm/dss/dsi.c @@ -35,6 +35,7 @@ #include #include +#include #include #include #include