linux/drivers/gpu/drm/amd/powerplay
Tiecheng Zhou c520787623 drm/amd/powerplay: avoid using pm_en before it is initialized
hwmgr->pm_en is initialized at hwmgr_hw_init.
during amdgpu_device_init, there is amdgpu_asic_reset that calls to
pp_get_asic_baco_capability, while hwmgr->pm_en has not yet been initialized.

so avoid using pm_en in pp_get_asic_baco_capability.

Reviewed-by: Emily Deng <Emily.Deng@amd.com>
Signed-off-by: Tiecheng Zhou <Tiecheng.Zhou@amd.com>
Signed-off-by: Yintian Tao <yttao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-04-03 17:22:44 -04:00
..
hwmgr drm/amd/powerplay: Move fallthrough; into containing #ifdef/#endif 2020-03-13 11:52:35 -04:00
inc drm/amdgpu/swSMU: handle manual AC/DC notifications 2020-03-25 17:00:11 -04:00
smumgr drm/amdgpu: Move EEPROM I2C adapter to amdgpu_device 2020-03-16 16:21:32 -04:00
amd_powerplay.c drm/amd/powerplay: avoid using pm_en before it is initialized 2020-04-03 17:22:44 -04:00
amdgpu_smu.c drm/amdgpu/swSMU: handle manual AC/DC notifications 2020-03-25 17:00:11 -04:00
arcturus_ppt.c drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c 2020-03-31 12:26:15 -04: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 smu ip block for renoir (v2) 2019-08-22 17:36:58 -05:00
navi10_ppt.c drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c 2020-03-31 12:26:15 -04:00
navi10_ppt.h drm/amdgpu/smu: custom pstate profiling clock frequence for navi series asics 2020-01-07 12:01:09 -05:00
renoir_ppt.c drm/amd/powerplay: implement the is_dpm_running() 2020-04-03 17:22:02 -04:00
renoir_ppt.h drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK 2020-04-03 17:20:15 -04:00
smu_internal.h drm/amd/swSMU: add callback to set AC/DC power source (v2) 2020-03-25 17:00:11 -04:00
smu_v11_0.c drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c 2020-03-31 12:26:15 -04:00
smu_v12_0.c drm/amdgpu/swsmu: clean up unused header in swsmu 2020-03-13 11:52:36 -04:00
vega20_ppt.c drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c 2020-03-31 12:26:15 -04:00
vega20_ppt.h