mbox

[pull] amdgpu drm-fixes-4.9

Message ID 1478724361-2514-1-git-send-email-alexander.deucher@amd.com
State New
Headers show

Pull-request

git://people.freedesktop.org/~agd5f/linux drm-fixes-4.9

Message

Alex Deucher Nov. 9, 2016, 8:46 p.m. UTC
Hi Dave,

Just a few small bug fixes for 4.9.

The following changes since commit 020a0bbc0d89c15693e69ed2063584ef7ec2d811:

  Merge branch 'msm-fixes-4.9' of git://people.freedesktop.org/~robclark/linux into drm-fixes (2016-11-07 09:41:10 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.9

for you to fetch changes up to f20024d8ba6bc8abf8d0ec12eabfdedd9935fff2:

  drm/amd/powerplay: return false instead of -EINVAL (2016-11-08 11:43:05 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: fix crash in acp_hw_fini

Andrew Shadura (1):
      drm/amd/powerplay: return false instead of -EINVAL

Arnd Bergmann (1):
      drm/amdgpu/powerplay/smu7: fix unintialized data usage

 drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c               | 5 ++++-
 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c | 2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c      | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)