[git pull] drm fixes for 5.4-rc5

From: Dave Airlie
Date: Fri Oct 25 2019 - 15:31:17 EST


Hi Linus,

Quiet week this week, which I suspect means some people just didn't
get around to sending me fixes pulls in time. This has 2 komeda and a
bunch of amdgpu fixes in it.

Thanks,
Dave.

drm-fixes-2019-10-25:
drm fixes for v5.4-rc5

komeda:
- typo fixes
- flushing pipes fix

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
The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-10-25

for you to fetch changes up to 2a3608409f46e0bae5b6b1a77ddf4c42116698da:

Merge tag 'drm-fixes-5.4-2019-10-23' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-10-25
14:48:53 +1000)

----------------------------------------------------------------
drm fixes for v5.4-rc5

komeda:
- typo fixes
- flushing pipes fix

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

Dave Airlie (2):
Merge tag 'drm-misc-fixes-2019-10-23' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge tag 'drm-fixes-5.4-2019-10-23' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Mihail Atanassov (2):
drm/komeda: Don't flush inactive pipes
drm/komeda: Fix typos in komeda_splitter_validate

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 +++++++++++++-------
drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 3 +-
.../drm/arm/display/komeda/komeda_pipeline_state.c | 4 +--
10 files changed, 96 insertions(+), 49 deletions(-)