diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-05-21 11:16:28 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-24 11:07:55 -0400 |
commit | bf20f0ab544d8982af375c87e3d870d45237eecc (patch) | |
tree | 48ce014f07c07ad04b4477598a1dd9839ecd3733 | |
parent | 52bf20f414bc34899203307034227ccc95d6adb3 (diff) |
drm/amdgpu/pp: remove duplicate assignment
is_dpm_running callback was assigned to the same value
twice. Drop the duplicate.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c index a40f7141131c..2de48959ac93 100644 --- a/drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c +++ b/drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | |||
@@ -2379,6 +2379,5 @@ const struct pp_smumgr_func vegam_smu_funcs = { | |||
2379 | .update_sclk_threshold = vegam_update_sclk_threshold, | 2379 | .update_sclk_threshold = vegam_update_sclk_threshold, |
2380 | .is_hw_avfs_present = vegam_is_hw_avfs_present, | 2380 | .is_hw_avfs_present = vegam_is_hw_avfs_present, |
2381 | .thermal_avfs_enable = vegam_thermal_avfs_enable, | 2381 | .thermal_avfs_enable = vegam_thermal_avfs_enable, |
2382 | .is_dpm_running = vegam_is_dpm_running, | ||
2383 | .thermal_setup_fan_table = vegam_thermal_setup_fan_table, | 2382 | .thermal_setup_fan_table = vegam_thermal_setup_fan_table, |
2384 | }; | 2383 | }; |