summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
diff options
context:
space:
mode:
authorJunwei Zhang <Jerry.Zhang@amd.com>2017-02-23 11:01:40 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-04-28 17:32:40 -0400
commitad2fed9ad5907c35e132e43420a0e47ab22350f0 (patch)
tree3b2d7ec8fa1bed718c62be24c5821f238f3707f6 /drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
parent2211a787dee798131a4774ee7df9aa758ebe07aa (diff)
downloadop-kernel-dev-ad2fed9ad5907c35e132e43420a0e47ab22350f0.zip
op-kernel-dev-ad2fed9ad5907c35e132e43420a0e47ab22350f0.tar.gz
drm/amdgpu: fix double_offchip_lds_buf for gfx v6
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
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
index 4c4874f..0ce9777 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
@@ -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)
OpenPOWER on IntegriCloud