]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: fix double_offchip_lds_buf for gfx v6
authorJunwei Zhang <Jerry.Zhang@amd.com>
Thu, 23 Feb 2017 03:01:40 +0000 (11:01 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Apr 2017 21:32:40 +0000 (17:32 -0400)
Was incorrect for SI.

Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c

index 4c4874fdf59f72aa15a29dd3a51c25e94390d104..0ce9777839439b1da4018c8f1f5a2e17c2c6dec0 100644 (file)
@@ -1579,7 +1579,7 @@ static void gfx_v6_0_setup_spi(struct amdgpu_device *adev)
 
 static void gfx_v6_0_config_init(struct amdgpu_device *adev)
 {
-       adev->gfx.config.double_offchip_lds_buf = 1;
+       adev->gfx.config.double_offchip_lds_buf = 0;
 }
 
 static void gfx_v6_0_gpu_init(struct amdgpu_device *adev)