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)
commit25f43a322725f933d9fcc1204a6f4e7f45c44126
tree7616c1c0c887ae003b7317a4649693e47516a389
parent3e58e95acef5a49038e61570100764bb483c4034
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