Re: [PATCH 3/3] drm/amdgpu: Allow changing to BOOTUP profile on smu7

2019-03-25 Thread Russell, Kent
To: Russell, Kent; amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: RE: [PATCH 3/3] drm/amdgpu: Allow changing to BOOTUP profile on smu7 As I know, BOOTUP profile is only available for Vega10 and later ASICs. The BOOTUP profile for SMU7 has only some dummy settings and is not expected

RE: [PATCH 3/3] drm/amdgpu: Allow changing to BOOTUP profile on smu7

2019-03-25 Thread Quan, Evan
On Behalf Of > Russell, Kent > Sent: 2019年3月25日 20:42 > To: amd-gfx@lists.freedesktop.org > Cc: Russell, Kent > Subject: [PATCH 3/3] drm/amdgpu: Allow changing to BOOTUP profile on > smu7 > > With SMU7 using case statements, against vega10/20 only checking for the > CU

[PATCH 3/3] drm/amdgpu: Allow changing to BOOTUP profile on smu7

2019-03-25 Thread Russell, Kent
With SMU7 using case statements, against vega10/20 only checking for the CUSTOM profile, SMU7 can't set the power profile back to the BOOTUP_DEFAULT, while newer HWMGRs can. Add the case statement in to align functionality with other ASICs Change-Id: Ibc7df3b94b1a9dabcb88934e534c91209fc75967