]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix the gart table cleared issue for S3
authorHuang Rui <ray.huang@amd.com>
Wed, 31 May 2017 02:35:42 +0000 (10:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Jun 2017 20:59:30 +0000 (16:59 -0400)
commitf56ce681f8579493abe355af7ad3cab13a6be47b
tree21dbd68c9b48a82917ff6b57901f39e7eb059884
parent56b5e229fbaf6f6b4d6a9359f3cefa81fd1fcf82
drm/amdgpu: fix the gart table cleared issue for S3

Something writes over the first 8 MB so reserve this
on vega10 until we root cause it.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c