[PATCH v3 40/56] drm/panel: Move OMAP's DSI command mode panel driver
Tomi Valkeinen
tomi.valkeinen at ti.com
Thu Nov 5 15:27:44 UTC 2020
On 05/11/2020 14:03, Tomi Valkeinen wrote:
> From: Sebastian Reichel <sebastian.reichel at collabora.com>
>
> The panel driver is no longer using any OMAP specific APIs, so
> let's move it into the generic panel directory.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen at ti.com>
> Cc: Thierry Reding <thierry.reding at gmail.com>
> Cc: Sam Ravnborg <sam at ravnborg.org>
> ---
> drivers/gpu/drm/omapdrm/Kconfig | 1 -
> drivers/gpu/drm/omapdrm/Makefile | 1 -
> drivers/gpu/drm/omapdrm/displays/Kconfig | 10 ----------
> drivers/gpu/drm/omapdrm/displays/Makefile | 2 --
> drivers/gpu/drm/panel/Kconfig | 9 +++++++++
> drivers/gpu/drm/panel/Makefile | 1 +
> .../gpu/drm/{omapdrm/displays => panel}/panel-dsi-cm.c | 0
> 7 files changed, 10 insertions(+), 14 deletions(-)
> delete mode 100644 drivers/gpu/drm/omapdrm/displays/Kconfig
> delete mode 100644 drivers/gpu/drm/omapdrm/displays/Makefile
> rename drivers/gpu/drm/{omapdrm/displays => panel}/panel-dsi-cm.c (100%)
Just a note, I already have a few more cleanups for this driver. And I think we need to discuss how
to make this a properly generic DSI command mode driver, or should we just make this a driver for a
subset of drivers, used on OMAP platforms.
But I think that work is easier if the panel driver is in its proper place, as done in this patch.
Tomi
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
More information about the dri-devel
mailing list