diff options
| author | 2020-01-27 16:35:24 +0530 | |
|---|---|---|
| committer | 2020-02-25 11:01:26 -0500 | |
| commit | c2ecd79bec4ecc7f4fa52d91ea9bd3d69e3f54d5 (patch) | |
| tree | b07fa7bd83cb7780968b2742af9647e3340c88d8 /drivers/gpu/drm/amd/include | |
| parent | drm/amdgpu/discovery: make the discovery code less chatty (diff) | |
| download | linux-dev-c2ecd79bec4ecc7f4fa52d91ea9bd3d69e3f54d5.tar.xz linux-dev-c2ecd79bec4ecc7f4fa52d91ea9bd3d69e3f54d5.zip | |
amdgpu/gmc_v9: save/restore sdpif regs during S3
fixes S3 issue with IOMMU + S/G enabled @ 64M VRAM.
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
| -rw-r--r-- | drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_offset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_offset.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_offset.h index b6f74bf4af02..27bb8c1ab858 100644 --- a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_offset.h +++ b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_12_0_offset.h @@ -7376,6 +7376,8 @@ #define mmCRTC4_CRTC_DRR_CONTROL 0x0f3e #define mmCRTC4_CRTC_DRR_CONTROL_BASE_IDX 2 +#define mmDCHUBBUB_SDPIF_MMIO_CNTRL_0 0x395d +#define mmDCHUBBUB_SDPIF_MMIO_CNTRL_0_BASE_IDX 2 // addressBlock: dce_dc_fmt4_dispdec // base address: 0x2000 |
