This series updates arcturus support enabling powerplay and assorted bug fixes. Evan Quan (26): drm/amd/powerplay: add smcdpminfo table v4_6 support drm/amd/powerplay: add SW SMU interface for dumping pptable out (v2) drm/amd/powerplay: update smu11_driver_if_arcturus.h drm/amd/powerplay: update arcturus_ppsmc.h drm/amd/powerplay: update arcturus_ppt.c/h V3 drm/amd/powerplay: enable SW SMU routine support for arcturus drm/amd/powerplay: initialize arcturus MP1 and THM base address drm/amd/powerplay: enable arcturus powerplay drm/amdgpu: correct VCN powergate routine for acturus drm/amd/powerplay: hold on the arcturus gfx dpm support in driver drm/amd/powerplay: add new sensor type for VCN powergate status drm/amd/powerplay: support VCN powergate status retrieval on Raven drm/amd/powerplay: support VCN powergate status retrieval for SW SMU drm/amd/powerplay: correct Navi10 VCN powergate control drm/amd/powerplay: correct UVD/VCE/VCN power status retrieval drm/amd/powerplay: init arcturus SMU metrics table on bootup drm/amd/powerplay: support sensor reading on arcturus drm/amd/powerplay: support real-time clock retrieval on arcturus drm/amd/powerplay: support fan speed retrieval on arcturus drm/amd/powerplay: add missing arcturus feature maps drm/amd/powerplay: correct the bitmask used in arcturus drm/amd/powerplay: fix arcturus real-time clock frequency retrieval drm/amd/powerplay: support UMD PSTATE settings on arcturus drm/amd/powerplay: correct arcturus current clock level calculation drm/amd/powerplay: make power limit retrieval as asic specific drm/amd/powerplay: determine the features to enable by pptable only Hawking Zhang (1): drm/amdgpu: correct irq type used for sdma ecc Kevin Wang (1): drm/amd/powerplay: remove redundancy debug log in smu Le Ma (2): drm/amd/include: adjust base offset of SMUIO and THM for Arcturus drm/amdgpu: update more sdma instances irq support drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 56 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 4 +- drivers/gpu/drm/amd/amdgpu/arct_reg_init.c | 2 + drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 77 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 1 + drivers/gpu/drm/amd/include/arct_ip_offset.h | 8 +- drivers/gpu/drm/amd/include/atomfirmware.h | 86 + .../gpu/drm/amd/include/kgd_pp_interface.h | 1 + drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 57 +- drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 1727 ++++++++++++++++- drivers/gpu/drm/amd/powerplay/arcturus_ppt.h | 44 + .../gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 9 + .../gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 8 +- .../drm/amd/powerplay/inc/arcturus_ppsmc.h | 4 +- .../powerplay/inc/smu11_driver_if_arcturus.h | 58 +- drivers/gpu/drm/amd/powerplay/inc/smu_types.h | 2 +- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 77 +- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 55 +- 18 files changed, 2084 insertions(+), 192 deletions(-) -- 2.20.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx