OSDN Git Service

drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Nov 2020 23:22:07 +0000 (18:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 Nov 2020 01:40:25 +0000 (20:40 -0500)
commite69251e7dc0b967e11811578389297f3b52052c3
tree8ff25f9c2f6efba382437dd5f634d679ba6fb838
parent3e269eeea42736fda3054fb3747b6286691b25a3
drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table

For kernel 5.10, this function was called twice right next to each
other in the same function due to what looks like a mis-merge.

Remove one of them.

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c