]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Changed CU reservation golden settings
authorOak Zeng <Oak.Zeng@amd.com>
Fri, 1 Jun 2018 21:25:06 +0000 (17:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 May 2020 14:00:09 +0000 (10:00 -0400)
commit56b71f6175cd078eb6257d6e6655b5c62077f781
tree7616c1c0c887ae003b7317a4649693e47516a389
parentf5c70b3be043e62e4462d215e58535e8497f8026
drm/amdgpu: Changed CU reservation golden settings

With previous golden settings, compute task can't use
reserved LDS (32K) on CU0 and CU1. On 64K LDS system,
if compute work group allocate more than 32K LDS, then
it can't be dispatched to CU0 and CU1 because of the
reservation. This enables compute task to use reserved
LDS on CU0 and CU1.

Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c