Re: [PATCH] drm/amdgpu: move full access into amdgpu_device_ip_suspend

2018-08-22 Thread Alex Deucher
On Wed, Aug 22, 2018 at 7:26 AM Yintian Tao wrote: > > It will be more safe to make full-acess include both phase1 and phase2. > Then accessing special registeris wherever at phase1 or phase2 will not > block any shutdown and suspend process under virtualization. > > Signed-off-by: Yintian Tao

[PATCH] drm/amdgpu: move full access into amdgpu_device_ip_suspend

2018-08-22 Thread Yintian Tao
It will be more safe to make full-acess include both phase1 and phase2. Then accessing special registeris wherever at phase1 or phase2 will not block any shutdown and suspend process under virtualization. Signed-off-by: Yintian Tao --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12