RE: [PATCH] drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table

2020-11-03 Thread Quan, Evan
/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table On Tue, Nov 3, 2020 at 8:12 PM Quan, Evan wrote: > > [AMD Official Use Only - Internal Distribution Only] > > Hi Alex, > > Where is the other place the smu_set_default_dpm_table get called? > smu_late_init()? > I

Re: [PATCH] drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table

2020-11-03 Thread Alex Deucher
On Tue, Nov 3, 2020 at 8:12 PM Quan, Evan wrote: > > [AMD Official Use Only - Internal Distribution Only] > > Hi Alex, > > Where is the other place the smu_set_default_dpm_table get called? > smu_late_init()? > If yes, you probably need to leave the one from smu_smc_hw_setup but drop > another

RE: [PATCH] drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table

2020-11-03 Thread Quan, Evan
[AMD Official Use Only - Internal Distribution Only] Hi Alex, Where is the other place the smu_set_default_dpm_table get called? smu_late_init()? If yes, you probably need to leave the one from smu_smc_hw_setup but drop another one from smu_late_init(). BR Evan -Original Message-