drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3
authorKent Russell <kent.russell@amd.com>
Tue, 6 Feb 2024 17:45:44 +0000 (12:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 12 Feb 2024 21:06:05 +0000 (16:06 -0500)
commit172781696176eb827717cb7315c4a221135da806
treead4195e29cc5c406b795256feb02179c68df9231
parent804bf74b1683b38c1a69c1cea485dbd3900ddf94
drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3

Its currently incorrectly multiplied by number of XCCs in the partition

Fixes: be457b2252b6 ("drm/amdkfd: Update cache info for GFX 9.4.3")
Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Mukul Joshi <mukul.joshi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c