]> www.infradead.org Git - users/dwmw2/linux.git/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 02:14:55 +0000 (22:14 -0400)
commitd6d6561f936bc8066537c3fa5fa352f2ea025d55
treeda4f10781ecdce370a62e3dfdfb5cb3dd321892e
parentaf1c41858da107eba7e0cf7b23b08c1957014d70
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>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c