Re: [PATCH] drm/amdgpu: Fix S3 test issue

2019-05-09 Thread Alex Deucher
On Wed, May 8, 2019 at 4:47 PM Zhu, James wrote: > > During S3 test, when system wake up and resume, ras interface > is already allocated. Move workaround before ras jumps to resume > step in gfx_v9_0_ecc_late_init, and make sure workaround applied > during resume. Also remove unused mmGB_EDC_MODE

[PATCH] drm/amdgpu: Fix S3 test issue

2019-05-08 Thread Zhu, James
During S3 test, when system wake up and resume, ras interface is already allocated. Move workaround before ras jumps to resume step in gfx_v9_0_ecc_late_init, and make sure workaround applied during resume. Also remove unused mmGB_EDC_MODE clearing. Signed-off-by: James Zhu --- drivers/gpu/drm/a