On 11/12/2019 00:57, Laurent Pinchart wrote:
The TPD12S015, OPA362 and analog and HDMI connectors are now supported
by DRM bridge drivers, and the omapdrm HDMI and VENC outputs can be
handled through the drm_bridge API. Switch the outputs to drm_bridge by
making the next bridge mandatory and removing the related
omapdrm-specific display drivers.

Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>
---
  drivers/gpu/drm/omapdrm/displays/Kconfig      |  22 --
  drivers/gpu/drm/omapdrm/displays/Makefile     |   4 -
  .../omapdrm/displays/connector-analog-tv.c    |  97 --------
  .../gpu/drm/omapdrm/displays/connector-hdmi.c | 183 ---------------
  .../gpu/drm/omapdrm/displays/encoder-opa362.c | 137 -----------
  .../drm/omapdrm/displays/encoder-tpd12s015.c  | 217 ------------------
  drivers/gpu/drm/omapdrm/dss/hdmi4.c           |   4 +-
  drivers/gpu/drm/omapdrm/dss/hdmi5.c           |   4 +-
  .../gpu/drm/omapdrm/dss/omapdss-boot-init.c   |   5 -
  drivers/gpu/drm/omapdrm/dss/output.c          |   5 +
  drivers/gpu/drm/omapdrm/dss/venc.c            |   4 +-
  11 files changed, 11 insertions(+), 671 deletions(-)
  delete mode 100644 drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c
  delete mode 100644 drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
  delete mode 100644 drivers/gpu/drm/omapdrm/displays/encoder-opa362.c
  delete mode 100644 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c

I think it would be good to also change the omap2plus_defconfig in the same commit, to keep everything working.

Other than that:

Reviewed-by: Tomi Valkeinen <tomi.valkei...@ti.com>

 Tomi

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to