mbox series

[pull] amdgpu drm-fixes-4.19

Message ID 1538668374-22334-1-git-send-email-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu drm-fixes-4.19 | expand

Pull-request

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

Message

Alex Deucher Oct. 4, 2018, 3:52 p.m. UTC
Hi Dave,

Just two small fixes for 4.19:
- Fix an ordering issue in DC with respect to atomic flips that could result
  in a crash
- Fix incorrect use of process->mm in KFD

The following changes since commit d8938c981f58ee344687b7910a611ac345960045:

  Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes (2018-10-04 10:32:14 +1000)

are available in the git repository at:

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

for you to fetch changes up to 11b29c9e25788d0afb2ddb67bcd89424bd25f2f7:

  drm/amdkfd: Fix incorrect use of process->mm (2018-10-04 11:37:25 -0400)

----------------------------------------------------------------
Felix Kuehling (1):
      drm/amdkfd: Fix incorrect use of process->mm

Shirish S (1):
      drm/amd/display: Signal hw_done() after waiting for flip_done()

 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 37 +++++++++++++++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 10 ++++--
 2 files changed, 37 insertions(+), 10 deletions(-)