[PATCH 1/2] drm/amdgpu: add interface amdgpu_gfx_init_spm_golden for Navi1x

2020-08-06 Thread Tianci Yin
From: "Tianci.Yin" On Navi1x, the SPM golden settings are lost after GFXOFF enter/exit, so reconfiguration is needed. Make the configuration code as an interface for future use. Change-Id: I172f3dc7f59da69b0364052dcad75a9c9aab019e Reviewed-by: Luben Tuikov Reviewed-by: Feifei Xu

Re: [PATCH 1/2] drm/amdgpu: add interface amdgpu_gfx_init_spm_golden for Navi1x

2020-07-28 Thread Yin, Tianci (Rico)
; Hesik, Christopher ; Swamy, Manjunatha ; Quan, Evan ; Feng, Kenneth Subject: Re: [PATCH 1/2] drm/amdgpu: add interface amdgpu_gfx_init_spm_golden for Navi1x On 2020-07-28 1:27 a.m., Tianci Yin wrote: > From: "Tianci.Yin" > > On Navi1x, the SPM golden settings will be lost afte

Re: [PATCH 1/2] drm/amdgpu: add interface amdgpu_gfx_init_spm_golden for Navi1x

2020-07-28 Thread Luben Tuikov
On 2020-07-28 1:27 a.m., Tianci Yin wrote: > From: "Tianci.Yin" > > On Navi1x, the SPM golden settings will be lost after GFXOFF enter/exit, Use present tense:... " are lost after " > reconfiguration is needed. Make the configuration code as an interface for Add "so a

[PATCH 1/2] drm/amdgpu: add interface amdgpu_gfx_init_spm_golden for Navi1x

2020-07-27 Thread Tianci Yin
From: "Tianci.Yin" On Navi1x, the SPM golden settings will be lost after GFXOFF enter/exit, reconfiguration is needed. Make the configuration code as an interface for future use. Change-Id: I172f3dc7f59da69b0364052dcad75a9c9aab019e Signed-off-by: Tianci.Yin ---