]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Apr 2024 09:23:42 +0000 (11:23 +0200)
commit14dd86ab24f5b30436aa5c31bc20d801b820de19
tree1e04ec936dd42216b97b872fe0c8ed98f090fd36
parent8fa8b86d0a40e6ee34adf3e8e4e4011cd001bed3
drm/amdgpu: fix incorrect number of active RBs for gfx11

commit bbca7f414ae9a12ea231cdbafd79c607e3337ea8 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c