Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf20f0ab authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/pp: remove duplicate assignment



is_dpm_running callback was assigned to the same value
twice.  Drop the duplicate.

Reviewed-by: default avatarMichel Dänzer <michel.daenzer@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 52bf20f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2379,6 +2379,5 @@ const struct pp_smumgr_func vegam_smu_funcs = {
	.update_sclk_threshold = vegam_update_sclk_threshold,
	.is_hw_avfs_present = vegam_is_hw_avfs_present,
	.thermal_avfs_enable = vegam_thermal_avfs_enable,
	.is_dpm_running = vegam_is_dpm_running,
	.thermal_setup_fan_table = vegam_thermal_setup_fan_table,
};