mbox series

[0/7] drm/omap: misc improvements

Message ID 20190902125359.18001-1-tomi.valkeinen@ti.com
Headers show
Series drm/omap: misc improvements | expand

Message

Tomi Valkeinen Sept. 2, 2019, 12:53 p.m. UTC
Hi,

Misc improvements to omapdrm which have been lying around for a long
time, and I've missed upstreaming them.

And one new one, which makes the DSS5 HDMI pick up the color range
automatically.

 Tomi

Alejandro Hernandez (1):
  drm/omap: tweak HDMI DDC timings

Jyri Sarha (3):
  drm/omap: Implement CTM property for CRTC using OVL managers CPR
    matrix
  drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes
  drm/omap: dss: platform_register_drivers() to dss.c and remove core.c

Tomi Valkeinen (3):
  drm/omap: drop unneeded locking from mgr_fld_write()
  drm/omap: fix missing scaler pixel fmt limitations
  drm/omap: hdmi5: automatically choose limited/full range output

 drivers/gpu/drm/omapdrm/dss/Makefile     |   2 +-
 drivers/gpu/drm/omapdrm/dss/core.c       |  55 --------
 drivers/gpu/drm/omapdrm/dss/dispc.c      | 160 +++++++++++++++++------
 drivers/gpu/drm/omapdrm/dss/dss.c        |  37 ++++++
 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c | 125 ++++++++++--------
 drivers/gpu/drm/omapdrm/dss/omapdss.h    |   4 +
 drivers/gpu/drm/omapdrm/omap_crtc.c      |  39 +++++-
 drivers/gpu/drm/omapdrm/omap_plane.c     |  30 +++++
 8 files changed, 295 insertions(+), 157 deletions(-)
 delete mode 100644 drivers/gpu/drm/omapdrm/dss/core.c