[PULL] topic/core-stuff

Daniel Vetter daniel.vetter at ffwll.ch
Mon May 5 02:19:19 PDT 2014


Hi Dave,

Update pull request with drm core patches. Mostly some polish for the
primary plane stuff and a pile of patches all over from Thierry. Has
survived a few days in drm-intel-nightly without causing ill.

I've frobbed my scripts a bit to also tag my topic branches so that you
have something stable to pull - I've accidentally pushed a bunch more
patches onto this branch before you've taken the old pull request.

Cheers, Daniel


The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/topic/core-stuff-2014-05-05

for you to fetch changes up to a74591d781a8e445e8d5aec8a8bb9ec43a31138b:

  drm: Make drm_crtc_helper_disable() return void (2014-04-29 12:34:33 +0200)

----------------------------------------------------------------
Andrzej Hajda (1):
      drm: make mode_valid callback optional

Daniel Vetter (4):
      drm/plane_helper: don't disable plane in destroy function
      drm/crtc-helper: gc usless connector loop in disable_unused_functions
      drm: Simplify fb refcounting rules around ->update_plane
      drm: Handle ->disable_plane failures correctly

Ilija Hadzic (1):
      drm: remove unused argument from drm_open_helper

Matt Roper (1):
      drm/plane-helper: Fix primary plane scaling check

Thierry Reding (8):
      drm: Try to acquire modeset lock on panic or sysrq
      drm/edid: Drop revision argument for drm_mode_std()
      drm/edid: Cleanup kerneldoc
      drm/fb: Fix typos
      drm: Fixup flip-work kerneldoc
      drm/dp: Fix typo in comment
      drm: Fix indentation of closing brace
      drm: Make drm_crtc_helper_disable() return void

Vandana Kannan (1):
      drm/edid: Fill PAR in AVI infoframe based on CEA mode list

 Documentation/DocBook/drm.tmpl             |   6 +-
 drivers/gpu/drm/ast/ast_mode.c             |   7 --
 drivers/gpu/drm/bridge/ptn3460.c           |   7 --
 drivers/gpu/drm/cirrus/cirrus_mode.c       |   8 --
 drivers/gpu/drm/drm_bufs.c                 |   2 +-
 drivers/gpu/drm/drm_crtc.c                 |  27 +++--
 drivers/gpu/drm/drm_crtc_helper.c          |  13 +--
 drivers/gpu/drm/drm_dp_helper.c            |   2 +-
 drivers/gpu/drm/drm_edid.c                 | 161 +++++++++++++++++++----------
 drivers/gpu/drm/drm_fb_helper.c            |  17 ++-
 drivers/gpu/drm/drm_fops.c                 |   9 +-
 drivers/gpu/drm/drm_plane_helper.c         |  13 +--
 drivers/gpu/drm/drm_probe_helper.c         |   2 +-
 drivers/gpu/drm/exynos/exynos_dp_core.c    |   7 --
 drivers/gpu/drm/exynos/exynos_drm_dpi.c    |   7 --
 drivers/gpu/drm/exynos/exynos_drm_vidi.c   |   7 --
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c  |   7 --
 drivers/gpu/drm/rcar-du/rcar_du_vgacon.c   |   7 --
 drivers/gpu/drm/shmobile/shmob_drm_crtc.c  |   7 --
 drivers/staging/imx-drm/imx-drm-core.c     |   7 --
 drivers/staging/imx-drm/imx-drm.h          |   2 -
 drivers/staging/imx-drm/imx-hdmi.c         |   1 -
 drivers/staging/imx-drm/imx-ldb.c          |   1 -
 drivers/staging/imx-drm/imx-tve.c          |   4 -
 drivers/staging/imx-drm/parallel-display.c |   1 -
 include/drm/drm_crtc.h                     |   1 +
 include/drm/drm_crtc_helper.h              |   2 +-
 include/drm/drm_flip_work.h                |   1 +
 28 files changed, 153 insertions(+), 183 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch


More information about the dri-devel mailing list