]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove GPRs init for ALDEBARAN in gpu reset (v3)
authorTao Zhou <tao.zhou1@amd.com>
Tue, 26 Oct 2021 09:17:38 +0000 (17:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Oct 2021 18:26:13 +0000 (14:26 -0400)
commit416a5153939103bd8016c7f90544800c27efa1e4
tree956a1e2db6fa8cbfd9f177e2c63ea950387befc2
parentcc36758b2557dc2994af14cddb0a6a6a585a7c33
drm/amdgpu: remove GPRs init for ALDEBARAN in gpu reset (v3)

Remove GPRs init for ALDEBARAN in gpu reset temporarily, will add the init once the
algorithm is stable.

v2: Only remove GPRs init in gpu reset.
v3: Suspend needs it, only skip it in gpu reset.

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c