drm/amdgpu: fix incorrect active rb bitmap for gfx11
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 20 Feb 2023 01:06:53 +0000 (09:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Feb 2023 22:35:58 +0000 (17:35 -0500)
commitf9c35f4fffc6cb5bbb23f546f48c045aef012518
treecec77db252d1c90fe3690cd21a09aafd8e797fbe
parent2866cc09617991cb4f9f36fbebdbba966fe5a21a
drm/amdgpu: fix incorrect active rb bitmap for gfx11

GFX v11 changes RB_BACKEND_DISABLE related registers
from per SA to global ones. The approach to query active
rb bitmap needs to be changed accordingly. Query per
SE setting returns wrong active RB bitmap especially
in the case when some of SA are disabled. With the new
approach, driver will generate the active rb bitmap
based on active SA bitmap and global active RB bitmap.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c