diff options
author | Huang Rui <ray.huang@amd.com> | 2017-05-30 22:35:42 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-06-06 16:59:30 -0400 |
commit | 916910ad916a5c63dcd724a557bab092abdb9e7b (patch) | |
tree | 21dbd68c9b48a82917ff6b57901f39e7eb059884 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | a0bae3577f46f6b61ccfa4cb0772fd804be1de96 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 96cbe028d537..ef34ff214083 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -607,6 +607,7 @@ struct amdgpu_mc { | |||
607 | uint32_t srbm_soft_reset; | 607 | uint32_t srbm_soft_reset; |
608 | struct amdgpu_mode_mc_save save; | 608 | struct amdgpu_mode_mc_save save; |
609 | bool prt_warning; | 609 | bool prt_warning; |
610 | uint64_t stolen_size; | ||
610 | /* apertures */ | 611 | /* apertures */ |
611 | u64 shared_aperture_start; | 612 | u64 shared_aperture_start; |
612 | u64 shared_aperture_end; | 613 | u64 shared_aperture_end; |