<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<p style="font-family:Arial;font-size:10pt;color:#317100;margin:15pt;" align="Left">
[AMD Public Use]<br>
</p>
<br>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Acked-by: Alex Deucher <alexander.deucher@amd.com><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Sundararaju, Sathishkumar <Sathishkumar.Sundararaju@amd.com><br>
<b>Sent:</b> Tuesday, May 4, 2021 5:27 AM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org><br>
<b>Cc:</b> Deucher, Alexander <Alexander.Deucher@amd.com>; Liu, Leo <Leo.Liu@amd.com>; Sundararaju, Sathishkumar <Sathishkumar.Sundararaju@amd.com><br>
<b>Subject:</b> [PATCH] drm/amdgpu: set vcn mgcg flag for picasso</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">From: Sathishkumar S <sathishkumar.sundararaju@amd.com><br>
<br>
enable vcn mgcg flag for picasso.<br>
<br>
Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com><br>
Reviewed-by: Leo Liu <leo.liu@amd.com><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/soc15.c | 3 ++-<br>
 1 file changed, 2 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c<br>
index 28e9f6b726a6..e3f42ad1e6bc 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c<br>
@@ -1401,7 +1401,8 @@ static int soc15_common_early_init(void *handle)<br>
                                 AMD_CG_SUPPORT_MC_MGCG |<br>
                                 AMD_CG_SUPPORT_MC_LS |<br>
                                 AMD_CG_SUPPORT_SDMA_MGCG |<br>
-                               AMD_CG_SUPPORT_SDMA_LS;<br>
+                               AMD_CG_SUPPORT_SDMA_LS |<br>
+                               AMD_CG_SUPPORT_VCN_MGCG;<br>
 <br>
                         adev->pg_flags = AMD_PG_SUPPORT_SDMA |<br>
                                 AMD_PG_SUPPORT_MMHUB |<br>
-- <br>
2.17.1<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>