Hi Dave, Daniel,
A few fixes for 5.4. Nothing too major.
The following changes since commit 083164dbdb17c5ea4ad92c1782b59c9d75567790:
drm/amdgpu: fix memory leak (2019-10-09 11:45:59 -0500)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-16
for you to fetch changes up to d12c50857c6edc1d18aa7a60c5a4d6d943137bc0:
drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync (2019-10-11 21:32:06 -0500)
---------------------------------------------------------------- drm-fixes-5.4-2019-10-16:
amdgpu: - Powerplay fix for SMU7 parts - Bail earlier when cik/si support is not set to 1 - Fix an SDMA issue on navi
radeon: - revert a PPC fix which broken x86
---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu/powerplay: fix typo in mvdd table setup Revert "drm/radeon: Fix EEH during kexec"
Hans de Goede (1): drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1
Xiaojie Yuan (1): drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 35 ++++++++++++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 35 ---------------------- drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 2 +- .../drm/amd/powerplay/smumgr/polaris10_smumgr.c | 2 +- .../gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 2 +- drivers/gpu/drm/radeon/radeon_drv.c | 8 ----- 6 files changed, 38 insertions(+), 46 deletions(-)
dri-devel@lists.freedesktop.org