linux/drivers/gpu/drm/amd/powerplay
Kevin Wang 67194518cb drm/amd/powerplay: sort feature status index by asic feature id for smu
before this change, the pp_feature sysfs show feature enable state by
logic feature id, it is not easy to read.
this change will sort pp_features show index by asic feature id.

before:
features high: 0x00000623 low: 0xb3cdaffb
00. DPM_PREFETCHER       ( 0) : enabeld
01. DPM_GFXCLK           ( 1) : enabeld
02. DPM_UCLK             ( 3) : enabeld
03. DPM_SOCCLK           ( 4) : enabeld
04. DPM_MP0CLK           ( 5) : enabeld
05. DPM_LINK             ( 6) : enabeld
06. DPM_DCEFCLK          ( 7) : enabeld
07. DS_GFXCLK            (10) : enabeld
08. DS_SOCCLK            (11) : enabeld
09. DS_LCLK              (12) : disabled
10. PPT                  (23) : enabeld
11. TDC                  (24) : enabeld
12. THERMAL              (33) : enabeld
13. RM                   (35) : disabled
......

after:
features high: 0x00000623 low: 0xb3cdaffb
00. DPM_PREFETCHER       ( 0) : enabeld
01. DPM_GFXCLK           ( 1) : enabeld
02. DPM_GFX_PACE         ( 2) : disabled
03. DPM_UCLK             ( 3) : enabeld
04. DPM_SOCCLK           ( 4) : enabeld
05. DPM_MP0CLK           ( 5) : enabeld
06. DPM_LINK             ( 6) : enabeld
07. DPM_DCEFCLK          ( 7) : enabeld
08. MEM_VDDCI_SCALING    ( 8) : enabeld
09. MEM_MVDD_SCALING     ( 9) : enabeld
10. DS_GFXCLK            (10) : enabeld
11. DS_SOCCLK            (11) : enabeld
12. DS_LCLK              (12) : disabled
13. DS_DCEFCLK           (13) : enabeld
......

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-08-02 10:17:05 -05:00
..
hwmgr drm/amd/powerplay: support VCN powergate status retrieval on Raven 2019-07-30 23:48:34 -05:00
inc drm/amd/powerplay: make power limit retrieval as asic specific 2019-07-30 23:48:35 -05:00
smumgr drm/amdgpu: remove memset after kzalloc 2019-07-16 13:09:05 -05:00
amd_powerplay.c drm/amdgpu/powerplay: return success if set_mp1_state is not set 2019-07-30 23:24:25 -05:00
amdgpu_smu.c drm/amd/powerplay: sort feature status index by asic feature id for smu 2019-08-02 10:17:05 -05:00
arcturus_ppt.c drm/amd/powerplay: determine the features to enable by pptable only 2019-07-30 23:48:35 -05:00
arcturus_ppt.h drm/amd/powerplay: update arcturus_ppt.c/h V3 2019-07-30 23:48:33 -05:00
Makefile drm/amdgpu/powerplay: add arcturus ppt functions 2019-07-18 14:18:05 -05:00
navi10_ppt.c drm/amd/powerplay: make power limit retrieval as asic specific 2019-07-30 23:48:35 -05:00
navi10_ppt.h drm/amd/powerplay: custom peak clock freq for navi10 2019-07-22 14:57:06 -05:00
smu_v11_0.c drm/amd/powerplay: make power limit retrieval as asic specific 2019-07-30 23:48:35 -05:00
vega20_ppt.c drm/amd/powerplay: implment sysfs feature status function in smu 2019-07-30 23:48:32 -05:00
vega20_ppt.h drm/amd/powerplay: simplified od_settings for each asic 2019-06-21 18:59:32 -05:00