[Intel-gfx] [PULL] topic/drm-misc

Daniel Vetter daniel.vetter at ffwll.ch
Thu Apr 21 09:31:44 UTC 2016


Hi Dave,

misc pull req all over. Biggest thing is the
drm_connector_(un)register_all cleanup from Alexey for drivers without the
load/unload midlayer hooks. I.e. all the new ones, and a bunch of the
pending new atomic drivers depend upon this. Or at least I asked them to
rebase ;-)

For 4.7 I'd like to get the defio stuff in still (getting into shape),
plus there's a bunch of dp aux hacks that Lyude ported from i915 to drm
helpers to fix up mst issues. I discussed those with Jani and we agreed
that given how long they took to get into shape, the size and trickiness,
and that 4.6 is fairly late already, a good soaking in -next is called
for.

Cheers, Daniel


The following changes since commit d00b39c17573ece6f5fb1385314877d29f540db8:

  Merge branch 'drm-next-analogix-dp-v2' of github.com:yakir-Yang/linux into drm-next (2016-04-06 09:57:33 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2016-04-21

for you to fetch changes up to 6dc3e22ee197095eb6a6b3119f04f9dc6c2bbf91:

  drm: Make drm.debug parameter description more helpful (2016-04-21 09:45:12 +0200)

----------------------------------------------------------------
Alexey Brodkin (3):
      drm: Introduce drm_connector_register_all() helper
      drm: atmel_hldc: Use generic drm_connector_register_all() helper
      drm: rcar-du: Use generic drm_connector_register_all() helper

Chris Wilson (1):
      drm: Release driver references to handle before making it available again

Daniel Vetter (2):
      drm/bochs: Drop fake gamma support
      drm/virtio: Drop dummy gamma table support

Ezequiel Garcia (2):
      drm: probe_helper: Hide ugly ifdef
      drm: Make drm.debug parameter description more helpful

Jim Bride (3):
      drm/edid: Add drm_edid_get_monitor_name()
      drm/dp/mst: Enhance DP MST debugfs output
      drm/i915/dp/mst: Add source port info to debugfs output

Laurent Pinchart (1):
      drm: Remove warning from drm_connector_unregister_all()

Lionel Landwerlin (1):
      drm: fix lut value extraction function

Liu Ying (1):
      drm/crtc_helper: Reset empty plane state in drm_helper_crtc_mode_set_base()

Lyude (1):
      drm/dp/mst: Restore primary hub guid on resume

Maarten Lankhorst (1):
      drm/core: Fix ordering in drm_mode_config_cleanup.

Robert Foss (1):
      include/drm: Reword debug categories comment.

Ville Syrjälä (1):
      drm/atomic-helper: Print an error if vblank wait times out

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 30 +-------------
 drivers/gpu/drm/bochs/bochs_fbdev.c          | 15 -------
 drivers/gpu/drm/bochs/bochs_kms.c            |  7 ----
 drivers/gpu/drm/drm_atomic_helper.c          |  2 +
 drivers/gpu/drm/drm_crtc.c                   | 60 +++++++++++++++++++++++-----
 drivers/gpu/drm/drm_crtc_helper.c            |  8 ++--
 drivers/gpu/drm/drm_dp_mst_topology.c        | 41 ++++++++++++++++---
 drivers/gpu/drm/drm_drv.c                    | 20 ++++++++--
 drivers/gpu/drm/drm_edid.c                   | 51 ++++++++++++++++++-----
 drivers/gpu/drm/drm_gem.c                    | 16 ++++----
 drivers/gpu/drm/drm_probe_helper.c           |  2 -
 drivers/gpu/drm/i915/i915_debugfs.c          |  3 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c        |  9 +----
 drivers/gpu/drm/virtio/virtgpu_display.c     |  9 -----
 include/drm/drmP.h                           |  2 +-
 include/drm/drm_crtc.h                       | 13 ++++--
 include/drm/drm_edid.h                       |  8 ++++
 17 files changed, 183 insertions(+), 113 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list