Hi Dave, Daniel,
Fixes for 5.3. Nothing too major bug-wise. I'm reverting the kfd GWS ioctl that was added this cycle. After working with it for a while the kfd team decided it wasn't quite right. I should have been stricter with it in the beginning. Revert it.
The following changes since commit 9c8c9c7cdb4c8fb48a2bc70f41a07920f761d2cd:
Merge tag 'exynos-drm-fixes-for-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2019-08-02 17:10:17 +0200)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.3-2019-08-07
for you to fetch changes up to 4b3e30ed3ec7864e798403a63ff2e96bd0c19ab0:
Revert "drm/amdkfd: New IOCTL to allocate queue GWS" (2019-08-07 10:21:38 -0500)
---------------------------------------------------------------- drm-fixes-5.3-2019-08-07:
amdgpu: - Fixes VCN to handle the latest navi10 firmware - Fixes for fan control on navi10 - Properly handle SMU metrics table on navi10 - Fix a resume regression on Stoney
amdkfd: - Revert new GWS ioctl. It's not ready.
---------------------------------------------------------------- Alex Deucher (1): Revert "drm/amdkfd: New IOCTL to allocate queue GWS"
Evan Quan (1): drm/amd/powerplay: correct navi10 vcn powergate
Kevin Wang (1): drm/amd/powerplay: honor hw limit on fetching metrics data for navi10
Likun Gao (1): drm/amdgpu: pin the csb buffer on hw init for gfx v8
Marek Olšák (1): Revert "drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)"
Matt Coffin (1): drm/amd/powerplay: Allow changing of fan_control in smu_v11_0
Thong Thai (2): drm/amd/amdgpu/vcn_v2_0: Mark RB commands as KMD commands drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0
drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 + drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 12 +--- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 40 +++++++++++++ drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 44 +++++++++++--- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 28 --------- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 4 +- drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 1 + drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 79 +++++++++++++++++--------- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 2 +- include/uapi/linux/kfd_ioctl.h | 20 +------ 11 files changed, 138 insertions(+), 94 deletions(-)
dri-devel@lists.freedesktop.org