diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c
index b97d48608cccf7b24ef2a4e8f16dc092d7194fc1..14c501ab5df39353f2d99bc22435fd1bc0373e63 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -615,7 +615,7 @@ static int nv_common_early_init(void *handle)
 		break;
 	case CHIP_NAVI12:
 		adev->cg_flags = 0;
-		adev->pg_flags = 0;
+		adev->pg_flags = AMD_PG_SUPPORT_VCN_DPG;
 		adev->external_rev_id = adev->rev_id + 0xa;
 		break;
 	default: