[git pull] drm fixes for v.4.9

Dave Airlie airlied at gmail.com
Sat Dec 3 20:46:29 UTC 2016


Hi Linus,

I awoke this morning to realise I hadn't sent my -fixes pull, I then
discovered the office where my build and sign
tags machine had a power cut, and since nobody will be in until
tomorrow I can't restart my desktop. So this tag is
unsigned due to that and the realisation I don't keep my gpg private
key stored at home.

Otherwise it's a pretty small pull request, couple of AMD powerxpress
regression fixes and a power management fix,
a couple of i915 fixes and one hdlcd fix, along with one core don't
oops because of incorrect API usage fix.

(and I did use capital letters even for the unsigned tag!)

Dave.

The following changes since commit e5517c2a5a49ed5e99047008629f1cd60246ea0e:

  Linux 4.9-rc7 (2016-11-27 13:08:04 -0800)

are available in the git repository at:

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

for you to fetch changes up to ab7cd8d83e5dba13027de66f1b008b08b30b71a4:

  Merge tag 'drm-intel-fixes-2016-12-01' of
git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2016-12-04
06:31:26 +1000)

----------------------------------------------------------------
Alex Deucher (1):
      drm/radeon: fix check for port PM availability

Chris Wilson (1):
      drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() error

Dave Airlie (4):
      Merge branch 'drm-fixes-4.9' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge branch 'for-upstream/hdlcd' of
git://linux-arm.org/linux-ld into drm-fixes
      Merge tag 'drm-misc-fixes-2016-11-30' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2016-12-01' of
git://anongit.freedesktop.org/git/drm-intel into drm-fixes

Matthew Auld (1):
      drm/i915: drop the struct_mutex when wedged or trying to reset

Michel Dänzer (1):
      drm: Don't call drm_for_each_crtc with a non-KMS driver

Peter Wu (1):
      drm/amdgpu: fix check for port PM availability

Rex Zhu (1):
      drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgr

Robin Murphy (1):
      drm: hdlcd: Fix cleanup order

 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c     | 11 +++++++++--
 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c |  5 ++++-
 drivers/gpu/drm/arm/hdlcd_drv.c                      |  2 +-
 drivers/gpu/drm/drm_ioctl.c                          | 10 ++++++----
 drivers/gpu/drm/i915/i915_gem.c                      |  5 +++--
 drivers/gpu/drm/i915/intel_display.c                 |  3 ++-
 drivers/gpu/drm/radeon/radeon_atpx_handler.c         | 11 +++++++++--
 7 files changed, 34 insertions(+), 13 deletions(-)


More information about the dri-devel mailing list