[PATCH v2 10/15] drm/amdgpu: fix to miss adding thermal controller
Huang Rui
ray.huang at amd.com
Wed Aug 31 05:23:22 UTC 2016
Thermal controller isn't inited during si dpm sw_init phase.
Acked-by: Christian König <christian.koenig at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
Signed-off-by: Huang Rui <ray.huang at amd.com>
---
drivers/gpu/drm/amd/amdgpu/si_dpm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 5269c33..ece2527 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -7281,6 +7281,8 @@ static int si_parse_power_table(struct amdgpu_device *adev)
return -EINVAL;
power_info = (union power_info *)(mode_info->atom_context->bios + data_offset);
+ amdgpu_add_thermal_controller(adev);
+
state_array = (struct _StateArray *)
(mode_info->atom_context->bios + data_offset +
le16_to_cpu(power_info->pplib.usStateArrayOffset));
--
2.7.4
More information about the amd-gfx
mailing list