summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
diff options
context:
space:
mode:
authorTiecheng Zhou <Tiecheng.Zhou@amd.com>2020-04-02 16:49:36 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-04-03 17:03:54 -0400
commit764a21cb085b8d7d754b5d74e2ecc6adc064e3e7 (patch)
tree8051b24029f268f370755ff24b6e4e0e44325c41 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
parent567c8fc4a0d28b63f81549af2f77ee9b5c260b80 (diff)
downloadlinux-764a21cb085b8d7d754b5d74e2ecc6adc064e3e7.tar.bz2
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions