drm/amdgpu: fix incorrect number of active RBs for gfx12
authorTim Huang <tim.huang@amd.com>
Mon, 6 Jan 2025 05:30:06 +0000 (13:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Jan 2025 21:02:56 +0000 (16:02 -0500)
commit6b34d0328b51b7bc226290916c56242549062983
tree755d3a84ef71ad724ac2eebe7b22c4dc27ce9e51
parent4a60c55b3b0f147acc95c350c11f2db4d4828d36
drm/amdgpu: fix incorrect number of active RBs for gfx12

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: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c