mbox series

[00/24] drm/omap: misc patches

Message ID 1518428694-18018-1-git-send-email-tomi.valkeinen@ti.com
Headers show
Series drm/omap: misc patches | expand

Message

Tomi Valkeinen Feb. 12, 2018, 9:44 a.m. UTC
Hi,

Here's a bunch of misc patches I forward ported from TI's kernel. I think some
of the patches have already been sent for review earlier (Peter's), but I've
included them all here.

 Tomi

Benoit Parrot (2):
  drm/omap: dispc: disp_wb_setup to check return code
  drm/omap: Add pclk setting case when channel is DSS_WB

Jyri Sarha (1):
  drm/omap: Allow HDMI audio setup even if we do not have video
    configured

Peter Ujfalusi (8):
  drm/omap: Use devm_kzalloc() to allocate omap_drm_private
  drm/omap: Allocate drm_device earlier and unref it as last step
  drm/omap: Manage the usable omap_dss_device list within
    omap_drm_private
  drm/omap: Separate the dssdevs array setup from the connect function
  drm/omap: Do dss_device (display) ordering in omap_drv.c
  drm/omap: dss: Remove display ordering from dss/display.c
  drm/omap: Add kernel parameter to specify the desired display order
  drm/omap: Init fbdev emulation only when we have displays

Tomi Valkeinen (13):
  drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't called
  drm/omap: cleanup fbdev init/free
  drm/omap: add HPD support to connector-dvi
  dt-bindings: display: add HPD gpio to DVI connector
  drm/omap: remove leftover enums
  drm/omap: set WB channel-in in wb_setup()
  drm/omap: fix WBDELAYCOUNT for HDMI
  drm/omap: fix WBDELAYCOUNT with interlace
  drm/omap: fix WB height with interlace
  drm/omap: fix scaling limits for WB
  drm/omap: add writeback funcs to dispc_ops
  drm/omap: fix maximum sizes
  drm/omap: cleanup color space conversion

 .../bindings/display/connector/dvi-connector.txt   |   1 +
 drivers/gpu/drm/omapdrm/displays/connector-dvi.c   | 114 +++++++++
 drivers/gpu/drm/omapdrm/dss/dispc.c                | 161 +++++++++----
 drivers/gpu/drm/omapdrm/dss/display.c              |  15 +-
 drivers/gpu/drm/omapdrm/dss/dss.h                  |  18 --
 drivers/gpu/drm/omapdrm/dss/hdmi4.c                |  33 ++-
 drivers/gpu/drm/omapdrm/dss/hdmi5.c                |  37 ++-
 drivers/gpu/drm/omapdrm/dss/omapdss.h              |  37 +--
 drivers/gpu/drm/omapdrm/omap_drv.c                 | 260 +++++++++++++++------
 drivers/gpu/drm/omapdrm/omap_drv.h                 |   3 +
 drivers/gpu/drm/omapdrm/omap_fbdev.c               |  16 +-
 drivers/gpu/drm/omapdrm/omap_fbdev.h               |   5 +-
 12 files changed, 483 insertions(+), 217 deletions(-)