[git pull] drm fixes for v4.12-rc7

From: Dave Airlie
Date: Fri Jun 23 2017 - 01:24:51 EST


Hi Linus,

A varied bunch of fixes, one for an API regression with connectors,
otherwise amdgpu and i915 have
a bunch of varied fixes, the shrinker ones being the most important.

Dave.

The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:

Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.12-rc7

for you to fetch changes up to 33ce7563a4858430fdf38bb867513d3fbc3dda65:

Merge tag 'drm-misc-fixes-2017-06-22' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes (2017-06-23
11:44:51 +1000)

----------------------------------------------------------------
i915, amdgpu and one core regression fix

----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
drm/amdgpu: adjust default display clock
drm/radeon: add a PX quirk for another K53TK variant
drm/radeon: add a quirk for Toshiba Satellite L20-183

Chris Wilson (3):
drm/i915: Differentiate between sw write location into ring and
last hw read
drm/i915: Encourage our shrinker more when our shmemfs allocations fails
drm/i915: Remove __GFP_NORETRY from our buffer allocator

Daniel Vetter (1):
drm: Fix GETCONNECTOR regression

Dave Airlie (3):
Merge tag 'drm-intel-fixes-2017-06-20' of
git://anongit.freedesktop.org/git/drm-intel into drm-fixes
Merge branch 'drm-fixes-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2017-06-22' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes

Dhinakaran Pandiyan (1):
drm/i915: Don't enable backlight at setup time.

Junshan Fang (1):
drm/amdgpu: add Polaris12 DID

Ville SyrjÃlà (2):
drm/i915: Fix deadlock witha the pipe A quirk during resume
drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()

drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 +
drivers/gpu/drm/amd/amdgpu/atombios_crtc.c | 4 +-
drivers/gpu/drm/drm_connector.c | 38 ++++++++--------
drivers/gpu/drm/i915/i915_gem.c | 63 ++++++++++++++++++---------
drivers/gpu/drm/i915/i915_gem_request.c | 2 +-
drivers/gpu/drm/i915/i915_guc_submission.c | 4 +-
drivers/gpu/drm/i915/intel_display.c | 30 +++++++------
drivers/gpu/drm/i915/intel_dp_aux_backlight.c | 2 -
drivers/gpu/drm/i915/intel_lrc.c | 6 +--
drivers/gpu/drm/i915/intel_ringbuffer.c | 41 +++++++++++------
drivers/gpu/drm/i915/intel_ringbuffer.h | 19 +++++++-
drivers/gpu/drm/radeon/radeon_combios.c | 7 +++
drivers/gpu/drm/radeon/radeon_device.c | 4 ++
14 files changed, 145 insertions(+), 80 deletions(-)