[PATCH 00/36] drm/omap: miscallaneous improvements

Tomi Valkeinen tomi.valkeinen at ti.com
Wed Nov 30 11:17:02 UTC 2016


Hi,

Here's a series containing miscallaneous improvements for omapdrm from TI's
kernel.

The main things here are probably IRQ based HDMI hotplug and the refactoring of
dispc to expose dispc_ops. The dispc_ops are needed for DSS6 work, which I have
not yet sent.

 Tomi

Hemant Hariyani (1):
  drm/omap: Add support for render nodes

Peter Ujfalusi (11):
  drm/omap: Init fbdev emulation only when we have displays
  drm/omap: dss: Functions to check components in the display/output
    list
  drm/omap: dss: Support for detecting display stack readiness
  drm/omap: Use omapdss_stack_is_ready() to check that the display stack
    is up
  drm/omap: display: Add displays in sorted order to the panel_list
  drm/omap: Create fbdev emulation only for the first DRM connector
  drm/omap: poll only connectors where the connect/disconnect can be
    checked
  drm/omap: Support for HDMI hot plug detection
  drm/omap: displays: connector-hdmi: Support for hot plug detection
  drm/omap: displays: encoder-tpd12s015: Support for hot plug detection
  drm/omap: displays: panel-dpi: Support for handling backlight devices

Tomi Valkeinen (24):
  drm/omap: work-around for errata i886
  drm/omap: subclass drm_crtc_state
  drm/omap: add crtc background property
  drm/omap: remove divider constraint from hsdiv
  drm/omap: decrease min width & height
  drm/omap: improve DPI clock selection on DRA7xx
  drm/omap: fix HDMI sync polarities
  drm/omap: add omapdss_of_get_endpoint() helper
  drm/omap: add omapdss-base.ko
  drm/omap: move dss_initialized to omapdss-base
  drm/omap: output: use dev_err instead of DSSERR
  drm/omap: display: don't use dsi_get_pixel_size()
  drm/omap: move display, dss-of, output to omapdss-base
  drm/omap: move dispc related dss-feat funcs to dispc
  drm/omap: add dispc_ops
  drm/omap: fill dispc_ops
  drm/omap: use dispc_ops
  drm/omap: remove all EXPORT_SYMBOLs from dispc.c
  drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabled
  drm/omap: fix replication logic
  drm/omap: fix plane update warning when crtc is disabled
  drm/omap: fix max fb width
  drm/omap: dispc: improve debug print of display flags
  drm/omap: fix display SYNC/DE flags

 drivers/gpu/drm/omapdrm/displays/connector-hdmi.c  |  63 +++++++
 .../gpu/drm/omapdrm/displays/encoder-tpd12s015.c   |  55 ++++++
 drivers/gpu/drm/omapdrm/displays/panel-dpi.c       |  37 +++-
 drivers/gpu/drm/omapdrm/dss/Kconfig                |   4 +
 drivers/gpu/drm/omapdrm/dss/Makefile               |   8 +-
 drivers/gpu/drm/omapdrm/dss/base.c                 | 140 +++++++++++++++
 drivers/gpu/drm/omapdrm/dss/dispc.c                | 177 +++++++++++--------
 drivers/gpu/drm/omapdrm/dss/display.c              |  36 +++-
 drivers/gpu/drm/omapdrm/dss/dpi.c                  |  55 ++++--
 drivers/gpu/drm/omapdrm/dss/dsi.c                  |   2 +-
 drivers/gpu/drm/omapdrm/dss/dss-of.c               |  64 ++++++-
 drivers/gpu/drm/omapdrm/dss/dss.c                  |  13 +-
 drivers/gpu/drm/omapdrm/dss/dss.h                  |  17 +-
 drivers/gpu/drm/omapdrm/dss/dss_features.c         |   3 -
 drivers/gpu/drm/omapdrm/dss/dss_features.h         |   4 +
 drivers/gpu/drm/omapdrm/dss/hdmi_wp.c              |  12 +-
 drivers/gpu/drm/omapdrm/dss/omapdss.h              | 113 +++++++++----
 drivers/gpu/drm/omapdrm/dss/output.c               |  27 ++-
 drivers/gpu/drm/omapdrm/dss/pll.c                  |   4 +-
 drivers/gpu/drm/omapdrm/omap_connector.c           |  40 ++++-
 drivers/gpu/drm/omapdrm/omap_crtc.c                | 187 +++++++++++++++++----
 drivers/gpu/drm/omapdrm/omap_drv.c                 |  59 ++++---
 drivers/gpu/drm/omapdrm/omap_drv.h                 |   7 +-
 drivers/gpu/drm/omapdrm/omap_fbdev.c               |   7 +-
 drivers/gpu/drm/omapdrm/omap_irq.c                 |  33 ++--
 drivers/gpu/drm/omapdrm/omap_plane.c               |  19 ++-
 26 files changed, 928 insertions(+), 258 deletions(-)
 create mode 100644 drivers/gpu/drm/omapdrm/dss/base.c

-- 
2.7.4



More information about the dri-devel mailing list