]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: fix incorrect number of active RBs for gfx11
authorTim Huang <Tim.Huang@amd.com>
Wed, 3 Apr 2024 09:28:44 +0000 (17:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Apr 2024 03:30:30 +0000 (23:30 -0400)
commitbbca7f414ae9a12ea231cdbafd79c607e3337ea8
tree6acb31b4e336caa2c51e08e6eabb1dabfcd8bbb0
parent2cc69a10d83180f3de9f5afe3a98e972b1453d4c
drm/amdgpu: fix incorrect number of active RBs for gfx11

The RB bitmap should be global active RB bitmap &
active RB bitmap based on active SA.

Signed-off-by: Tim Huang <Tim.Huang@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c