OSDN Git Service

drm/amdgpu: Changed CU reservation golden settings
authorozeng <oak.zeng@amd.com>
Tue, 27 Jun 2017 19:45:18 +0000 (14:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jul 2017 15:05:54 +0000 (11:05 -0400)
commit98b09f52db46b11fdc650dd0906ef682c5c0be63
treebb45da467cf269b423b35ef5970496fa588b54c4
parentb8e0e6e16e3ac130901111e2c503b3533f9719ee
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>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c