Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1539165 > unrolled thread

[git pull] single drm fix

Started byDave Airlie <airlied@gmail.com>
First post2016-12-09 08:50 +0100
Last post2016-12-09 08:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] single drm fix Dave Airlie <airlied@gmail.com> - 2016-12-09 08:50 +0100

#1539165 — [git pull] single drm fix

FromDave Airlie <airlied@gmail.com>
Date2016-12-09 08:50 +0100
Subject[git pull] single drm fix
Message-ID<sMo6m-ug-27@gated-at.bofh.it>
Hi Linus,

Just a single fix for amdgpu to just suspend the gpu on "shutdown"
instead of shutting it down fully, as for some reason the hw was
getting upset in some situations.

Dave.

The following changes since commit 3e5de27e940d00d8d504dfb96625fb654f641509:

  Linux 4.9-rc8 (2016-12-04 12:50:51 -0800)

are available in the git repository at:

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

for you to fetch changes up to 4e4f3e984954143fb0b8e5035df7ff22dd07bb6a:

  Merge branch 'drm-fixes-4.9' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-12-08
10:32:27 +1000)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: just suspend the hw on pci shutdown

Dave Airlie (1):
      Merge branch 'drm-fixes-4.9' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

 drivers/gpu/drm/amd/amdgpu/amdgpu.h        | 1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c    | 5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web