[PULL] drm-misc-fixes

Sean Paul seanpaul at chromium.org
Wed May 9 20:26:55 UTC 2018


Hi Dave,
This weeks fixes is a little busier than normal, due to the omap changes.
However since these aren't regressions, it shouldn't be something to be concerned about.


drm-misc-fixes-2018-05-09:
atomic: Clear state pointers on clear (Ville)
vc4: Fix oops in dpi disable (Eric)
omap: Various error-checking + uninitialized var fixes (Tomi)

Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Eric Anholt <eric at anholt.net>
Cc: Tomi Valkeinen <tomi.valkeinen at ti.com>

Cheers, Sean


The following changes since commit 75bc37fefc4471e718ba8e651aa74673d4e0a9eb:

  Linux 4.17-rc4 (2018-05-06 16:57:38 -1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-05-09

for you to fetch changes up to 9a0e9802217291e54c4dd1fc5462f189a4be14ec:

  drm/vc4: Fix scaling of uni-planar formats (2018-05-09 09:48:23 +0200)

----------------------------------------------------------------
atomic: Clear state pointers on clear (Ville)
vc4: Fix oops in dpi disable (Eric)
omap: Various error-checking + uninitialized var fixes (Tomi)

Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Eric Anholt <eric at anholt.net>
Cc: Tomi Valkeinen <tomi.valkeinen at ti.com>

----------------------------------------------------------------
Andrzej Hajda (1):
      drm/bridge/sii8620: add Kconfig dependency on extcon

Boris Brezillon (1):
      drm/vc4: Fix scaling of uni-planar formats

Dan Carpenter (1):
      drm/omap: silence unititialized variable warning

Eric Anholt (1):
      drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.

Tomi Valkeinen (6):
      drm/omap: fix uninitialized ret variable
      drm/omap: fix possible NULL ref issue in tiler_reserve_2d
      drm/omap: check return value from soc_device_match
      drm/omap: handle error if scale coefs are not found
      drm/omap: add missing linefeeds to prints
      drm/omap: handle alloc failures in omap_connector

Ville Syrjälä (2):
      drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
      drm/atomic: Clean private obj old_state/new_state in drm_atomic_state_default_clear()

 drivers/gpu/drm/bridge/Kconfig           |  1 +
 drivers/gpu/drm/drm_atomic.c             |  8 ++++++++
 drivers/gpu/drm/omapdrm/dss/dispc.c      | 20 +++++++++++++-------
 drivers/gpu/drm/omapdrm/dss/hdmi4.c      |  2 +-
 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c |  7 ++++++-
 drivers/gpu/drm/omapdrm/dss/hdmi5.c      |  2 +-
 drivers/gpu/drm/omapdrm/omap_connector.c | 10 ++++++++++
 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c |  6 +++++-
 drivers/gpu/drm/omapdrm/tcm-sita.c       |  2 +-
 drivers/gpu/drm/vc4/vc4_dpi.c            | 25 ++++++++++++++++++++++---
 drivers/gpu/drm/vc4/vc4_plane.c          |  2 +-
 11 files changed, 69 insertions(+), 16 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dim-tools mailing list