drm/amdgpu: fix incorrect MALL size for GFX1151
authorTim Huang <tim.huang@amd.com>
Thu, 8 May 2025 05:37:35 +0000 (13:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 May 2025 13:23:23 +0000 (09:23 -0400)
commit0a5c060b593ad152318f89e5564bfdfcff8a6ac0
tree30194eca4d5a0d54ce075536bc6f45b669fcbc21
parent4367ee3ed150d404dbafdaf930e52d2bd4157860
drm/amdgpu: fix incorrect MALL size for GFX1151

On GFX1151, the reported MALL cache size reflects only
half of its actual size; this adjustment corrects the discrepancy.

Signed-off-by: Tim Huang <tim.huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c