drm/amdkfd: update the cwsr area size for gfx950
authorLe Ma <le.ma@amd.com>
Wed, 7 Aug 2024 09:33:00 +0000 (17:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:51 +0000 (10:26 -0500)
commit5a7c8c579dd1d35dc385724fd34ffe94f90d872f
treedc337a41834ff96f046df05112ecd1ae6e3ba733
parent5690011a7006f8a2ce1dbf32d733c3b1454af6da
drm/amdkfd: update the cwsr area size for gfx950

Update cwsr area size for gfx950 to fit the new user queue buffer validation.
The size of LDS calculation is referred from gfx950 thunk implementation.

Signed-off-by: Le Ma <le.ma@amd.com>
Acked-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_queue.c