[git pull] drm fixes for rc4 or 5

Dave Airlie airlied at linux.ie
Sun Aug 28 21:00:03 UTC 2016


Hi,

I probably missed -rc4 by minutes, but maybe pointless GPL enforcement 
debates are distracting you enough!

Anyways, a bunch of fixes covering i915, amdgpu, one tegra and some
core DRM ones. Nothing too strange at this point.

Dave.

The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468:

  Linux 4.8-rc3 (2016-08-21 16:14:10 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-4.8-rc4

for you to fetch changes up to add1fa75101263ab4d74240f93000998d4325624:

  drm/atomic: Don't potentially reset color_mgmt_changed on successive property updates. (2016-08-29 06:55:47 +1000)

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: avoid a possible array overflow
      drm/amdgpu: skip TV/CV in display parsing

Chris Wilson (1):
      drm/i915: Unconditionally flush any chipset buffers before execbuf

Christian König (6):
      drm/radeon: only apply the SS fractional workaround to RS[78]80
      drm/radeon: fix radeon_move_blit on 32bit systems
      drm/amdgpu: fix amdgpu_move_blit on 32bit systems
      drm/amdgpu: fix sdma_v2_4_ring_test_ib
      drm/amdgpu: fix timeout value check in amd_sched_job_recovery
      drm/amdgpu: fix lru size grouping v2

Daniel Vetter (2):
      drm: Reject page_flip for !DRIVER_MODESET
      drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION

Dave Airlie (3):
      Merge tag 'drm/tegra/for-4.8-rc4' of git://anongit.freedesktop.org/tegra/linux into drm-fixes
      Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2016-08-25' of git://anongit.freedesktop.org/drm-intel into drm-fixes

Dave Gordon (1):
      drm/i915: Reattach comment, complete type specification

Lyude (3):
      drm/i915/gen6+: Interpret mailbox error flags
      drm/i915/skl: Add support for the SAGV, fix underrun hangs
      drm/i915/skl: Ensure pipes with changed wms get added to the state

Maarten Lankhorst (1):
      drm/i915: Fix botched merge that downgrades CSR versions.

Mario Kleiner (1):
      drm/atomic: Don't potentially reset color_mgmt_changed on successive property updates.

Matt Roper (3):
      drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)
      drm/i915/gen9: Drop invalid WARN() during data rate calculation
      drm/i915/gen9: Only copy WM results for changed pipes to skl_hw

Thierry Reding (1):
      drm/tegra: dsi: Enhance runtime power management

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c  |  13 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c       |  12 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c        |   2 +-
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c |   2 +-
 drivers/gpu/drm/drm_atomic.c                  |   6 +-
 drivers/gpu/drm/drm_crtc.c                    |   3 +
 drivers/gpu/drm/i915/i915_drv.h               |  13 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c    |  13 +-
 drivers/gpu/drm/i915/i915_reg.h               |  13 ++
 drivers/gpu/drm/i915/intel_csr.c              |   8 +-
 drivers/gpu/drm/i915/intel_display.c          |  11 ++
 drivers/gpu/drm/i915/intel_drv.h              |   3 +
 drivers/gpu/drm/i915/intel_pm.c               | 270 +++++++++++++++++++++++++-
 drivers/gpu/drm/qxl/qxl_fb.c                  |   4 +
 drivers/gpu/drm/radeon/atombios_crtc.c        |   4 +-
 drivers/gpu/drm/radeon/radeon_ttm.c           |   4 +-
 drivers/gpu/drm/tegra/dsi.c                   |  43 +++-
 drivers/gpu/drm/udl/udl_fb.c                  |   4 +
 drivers/gpu/host1x/mipi.c                     |  63 +++---
 include/linux/host1x.h                        |   2 +
 21 files changed, 424 insertions(+), 71 deletions(-)


More information about the dri-devel mailing list