RE: [PATCH] drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3

2024-02-06 Thread Errabolu, Ramesh
4 1:06 PM > To: amd-gfx@lists.freedesktop.org > Cc: Joshi, Mukul ; Russell, Kent > > Subject: [PATCH] drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3 > > Its currently incorrectly multiplied by number of XCCs in the > partition > > Signed-off-by: Kent Russell

RE: [PATCH] drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3

2024-02-06 Thread Joshi, Mukul
top.org > Cc: Joshi, Mukul ; Russell, Kent > > Subject: [PATCH] drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3 > > Its currently incorrectly multiplied by number of XCCs in the partition > > Signed-off-by: Kent Russell > --- > drivers/gpu/drm/amd/amdkfd/kfd_t

[PATCH] drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3

2024-02-06 Thread Kent Russell
Its currently incorrectly multiplied by number of XCCs in the partition Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c