aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/cik.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c
index 7da688b0d27d..c4d4b35e54ec 100644
--- a/drivers/gpu/drm/amd/amdgpu/cik.c
+++ b/drivers/gpu/drm/amd/amdgpu/cik.c
@@ -1176,6 +1176,7 @@ static int cik_gpu_pci_config_reset(struct amdgpu_device *adev)
1176 if (RREG32(mmCONFIG_MEMSIZE) != 0xffffffff) { 1176 if (RREG32(mmCONFIG_MEMSIZE) != 0xffffffff) {
1177 /* enable BM */ 1177 /* enable BM */
1178 pci_set_master(adev->pdev); 1178 pci_set_master(adev->pdev);
1179 adev->has_hw_reset = true;
1179 r = 0; 1180 r = 0;
1180 break; 1181 break;
1181 } 1182 }
@@ -1722,8 +1723,8 @@ static int cik_common_early_init(void *handle)
1722 AMD_PG_SUPPORT_GFX_SMG | 1723 AMD_PG_SUPPORT_GFX_SMG |
1723 AMD_PG_SUPPORT_GFX_DMG |*/ 1724 AMD_PG_SUPPORT_GFX_DMG |*/
1724 AMD_PG_SUPPORT_UVD | 1725 AMD_PG_SUPPORT_UVD |
1725 /*AMD_PG_SUPPORT_VCE | 1726 AMD_PG_SUPPORT_VCE |
1726 AMD_PG_SUPPORT_CP | 1727 /* AMD_PG_SUPPORT_CP |
1727 AMD_PG_SUPPORT_GDS | 1728 AMD_PG_SUPPORT_GDS |
1728 AMD_PG_SUPPORT_RLC_SMU_HS | 1729 AMD_PG_SUPPORT_RLC_SMU_HS |
1729 AMD_PG_SUPPORT_ACP | 1730 AMD_PG_SUPPORT_ACP |