drm/amdgpu: drop redundant csb init for gfx943
authorLe Ma <le.ma@amd.com>
Thu, 25 Aug 2022 07:51:43 +0000 (15:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:46:42 +0000 (09:46 -0400)
commit9cd51d53695e1df134301c1bdb8a8f965506e35b
treeefa580902f7335b51dd700a926b264535a337163
parent58bd8023752f3d7e6888d5cbb27387853b04c431
drm/amdgpu: drop redundant csb init for gfx943

It's not required for compute pipeline and will cause soft lockup on emulation
due to long-time writing.

Signed-off-by: Le Ma <le.ma@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_3.c