summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2020-07-28 15:35:56 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-08-04 17:29:29 -0400
commit7438ae6e522f1c4df5f067fd82aaa4e82917b7a8 (patch)
tree97dad7574d5aa2522a04c19fe29aed4fbf736e2e /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
parent14b18937cb60a4970c52cd954a643ed9c09d2eaf (diff)
downloadlinux-stable-7438ae6e522f1c4df5f067fd82aaa4e82917b7a8.tar.gz
linux-stable-7438ae6e522f1c4df5f067fd82aaa4e82917b7a8.tar.bz2
linux-stable-7438ae6e522f1c4df5f067fd82aaa4e82917b7a8.zip
drm/amdgpu/gmc: disable keep_stolen_vga_memory on arcturus
I suspect the only reason this was set was to avoid touching the display related registers on arcturus. Someone should double check this on arcturus with S3. Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index fc9e18aaa76e..0bd7b3797534 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -448,7 +448,6 @@ void amdgpu_gmc_get_vbios_allocations(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_VEGA10:
case CHIP_RAVEN:
- case CHIP_ARCTURUS:
case CHIP_RENOIR:
adev->gmc.keep_stolen_vga_memory = true;
break;