drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU
authorPhilip Yang <Philip.Yang@amd.com>
Fri, 15 Sep 2023 19:13:48 +0000 (15:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2023 20:54:51 +0000 (16:54 -0400)
commitbcfb9cee61207b80f37663ffa08c135657a27ad5
treeec171d5f9e2be49a858b72963cd03399c8bedc77
parentc45e38f21754b7cf0043618ebc2c145a23ecccaf
drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU

On GFX v9.4.3 dGPU, applications have random timeout failure when XNACK
on, dmesg log has "amdgpu: IH soft ring buffer overflow 0x900, 0x900",
because dGPU mode has 272 cam entries. After increasing IH soft ring
to 512 entries, no more IH soft ring overflow message and application
passed.

Fixes: bf80d34b6c58 ("drm/amdgpu: Increase soft IH ring size")
Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h