[PULL] topic/core-stuff for 3.20

Daniel Vetter daniel.vetter at ffwll.ch
Fri Dec 19 01:20:14 PST 2014


Hi Dave,

A bit early for 3.20, but I'm out the next 2 weeks so figured I'll send
you my pull request already.

Misc drm patches with mostly polish patches from Thierry, with a bit of
generic mode validation from Ville and a few other oddball things.

Cheers, Daniel


The following changes since commit a18c0af171bfb875012da26f23df051004726973:

  drm: Zero out DRM object memory upon cleanup (2014-12-10 12:05:56 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7552e7dd9527c41f891c87854418896eaf309c20:

  drm: Include drm_crtc_helper.h in DocBook (2014-12-17 22:04:53 +0100)

----------------------------------------------------------------
Ben Widawsky (1):
      drm/cache: Use wbinvd helpers

Laurent Pinchart (1):
      drm/doc: Document drm_add_modes_noedid() usage

Matt Roper (1):
      drm/plane-helper: Test for plane disable earlier

Rob Clark (1):
      drm: bit of spell-check / editorializing.

Thierry Reding (18):
      drm/armada: Remove dummy ->load_lut() implementation
      drm/bochs: Remove dummy ->load_lut() implementation
      drm/msm: Remove dummy ->load_lut() implementation
      drm/sti: Remove dummy ->load_lut() implementation
      drm/tegra: Remove dummy ->load_lut() implementation
      drm: Miscellaneous checkpatch whitespace cleanups
      drm: Prefer kcalloc() over kzalloc() with multiply
      drm: Prefer kmalloc_array() over kmalloc() with multiply
      drm: Do not assign in if condition
      drm: Remove unneeded braces for single statement blocks
      drm: Remove useless else block
      drm: Prefer sizeof(type) over sizeof type
      drm/info: Remove unused code
      drm/doc: Remove duplicate "by"
      drm: Remove stale comment
      drm: Move IRQ related fields to proper section
      drm: Make drm_crtc_helper.h standalone includible
      drm: Include drm_crtc_helper.h in DocBook

Ville Syrjälä (3):
      drm: Reorganize probed mode validation
      drm: Perform basic sanity checks on probed modes
      drm: Do basic sanity checks for user modes

 Documentation/DocBook/drm.tmpl           |  27 ++++++--
 drivers/gpu/drm/armada/armada_crtc.c     |   5 --
 drivers/gpu/drm/bochs/bochs_kms.c        |   5 --
 drivers/gpu/drm/drm_cache.c              |  13 ++--
 drivers/gpu/drm/drm_crtc.c               | 103 ++++++++++++++++---------------
 drivers/gpu/drm/drm_info.c               |  24 -------
 drivers/gpu/drm/drm_internal.h           |   1 -
 drivers/gpu/drm/drm_irq.c                |  11 ++--
 drivers/gpu/drm/drm_modes.c              |  56 +++++++++++++----
 drivers/gpu/drm/drm_plane_helper.c       |  16 +++--
 drivers/gpu/drm/drm_probe_helper.c       |  43 +++++++------
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c |   5 --
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c |   5 --
 drivers/gpu/drm/sti/sti_drm_crtc.c       |   6 --
 drivers/gpu/drm/tegra/dc.c               |   5 --
 include/drm/drmP.h                       |   4 +-
 include/drm/drm_crtc.h                   |   2 +-
 include/drm/drm_crtc_helper.h            |  32 ++++++++--
 include/drm/drm_modes.h                  |   6 +-
 include/uapi/drm/drm_mode.h              |   8 +--
 20 files changed, 198 insertions(+), 179 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