Re: [PATCH 3/5] drm/amdgpu: save and restore gc hub regs

2022-07-25 Thread Andrey Grodzovsky
Acked-by: Andrey Grodzovsky Andrey On 2022-07-22 03:34, Victor Zhao wrote: Save and restore gfxhub regs as they will be reset during mode 2 Signed-off-by: Victor Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h| 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 26 +++ dri

[PATCH 3/5] drm/amdgpu: save and restore gc hub regs

2022-07-22 Thread Victor Zhao
Save and restore gfxhub regs as they will be reset during mode 2 Signed-off-by: Victor Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfxhub.h| 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 26 +++ drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c | 72 +++ drivers/gpu/dr