[git pull] drm fixes

Dave Airlie airlied at linux.ie
Tue Aug 9 05:24:41 UTC 2016


Hi Linus,

I thought I should dequeue this, some of these could have made -rc1 if I'd 
had less illness. This contains a bunch of amdgpu fixes, and some i915
regression fixes.

It also contains some fixes for an older regression with some EDID 
changes and some 6bpc panels.

Then there are the lockdep, cirrus and rcar-du regression fixes from this 
window.

Dave.

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 36e9d08b58f44c3a02974c405ccaaa6ecfaf05b8:

  drm/cirrus: Fix NULL pointer dereference when registering the fbdev (2016-08-09 13:01:47 +1000)

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/gmc7: add missing mullins case
      drm/amdgpu/ci: add mullins to default case for smc ucode

Boris Brezillon (1):
      drm/cirrus: Fix NULL pointer dereference when registering the fbdev

Chris Wilson (1):
      drm/i915/fbdev: Check for the framebuffer before use

Daniel Vetter (1):
      drm: Paper over locking inversion after registration rework

Dave Airlie (2):
      Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/drm-intel into drm-next
      Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-next

Eric Huang (1):
      drm/amd/amdgpu: change pptable output format from ASCII to binary

Huang Rui (5):
      drm/amdgpu: update golden setting of iceland
      drm/amdgpu: update golden setting of carrizo
      drm/amdgpu: update golden setting of polaris11
      drm/amdgpu: update golden setting of stoney
      drm/amdgpu: update golden setting of polaris10

Laurent Pinchart (1):
      drm: rcar-du: Link HDMI encoder with bridge

Mario Kleiner (3):
      drm/edid: Add 6 bpc quirk for display AEO model 0.
      drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is unknown"
      drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".

Michel Dänzer (1):
      drm/ttm: Wait for a BO to become idle before unbinding it from GTT

Ville Syrjälä (2):
      drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL
      drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c    |  7 ++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c   |  4 ++--
 drivers/gpu/drm/amd/amdgpu/ci_dpm.c       |  1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c     | 12 ++++++++----
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c     |  1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c     |  8 ++++++++
 drivers/gpu/drm/cirrus/cirrus_main.c      | 13 +++++++++++--
 drivers/gpu/drm/drm_crtc.c                |  8 +++-----
 drivers/gpu/drm/drm_edid.c                | 22 ++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_display.c      | 30 ++++++------------------------
 drivers/gpu/drm/i915/intel_fbdev.c        | 25 +++++++++++--------------
 drivers/gpu/drm/i915/intel_pm.c           |  3 ++-
 drivers/gpu/drm/nouveau/nouveau_bo.c      |  4 ++--
 drivers/gpu/drm/radeon/radeon_ttm.c       |  4 ++--
 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c |  1 +
 drivers/gpu/drm/ttm/ttm_bo.c              |  3 ++-
 drivers/gpu/drm/ttm/ttm_bo_util.c         | 10 +++++++++-
 include/drm/ttm/ttm_bo_driver.h           |  3 ++-
 18 files changed, 95 insertions(+), 64 deletions(-)


More information about the dri-devel mailing list