[pull] amdgpu drm-fixes-5.4

Alex Deucher alexdeucher at gmail.com
Thu Oct 24 03:18:09 UTC 2019


Hi Dave, Daniel,

Fixes for 5.4 for amdgpu.

The following changes since commit 5c1e34b5159ec65bf33e2c1a62fa7158132c10cf:

  Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-10-18 06:40:28 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-23

for you to fetch changes up to ee027828c40faa92a7ef4c2b0641bbb3f4be95d3:

  drm/amdgpu/vce: fix allocation size in enc ring test (2019-10-17 17:12:34 -0400)

----------------------------------------------------------------
drm-fixes-5.4-2019-10-23:

amdgpu:
- Fix suspend/resume issue related to multi-media engines
- Fix memory leak in user ptr code related to hmm conversion
- Fix possible VM faults when allocating page table memory
- Fix error handling in bo list ioctl

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
      drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
      drm/amdgpu/vcn: fix allocation size in enc ring test
      drm/amdgpu/vce: fix allocation size in enc ring test

Christian König (2):
      drm/amdgpu: fix potential VM faults
      drm/amdgpu: fix error handling in amdgpu_bo_list_create

Philip Yang (1):
      drm/amdgpu: user pages array memory leak fix

 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c |  7 +++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c      |  8 ++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c  |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c     | 20 ++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h     |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c     | 35 +++++++++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c       | 31 ++++++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c       | 33 ++++++++++++++++++---------
 8 files changed, 92 insertions(+), 46 deletions(-)


More information about the amd-gfx mailing list