<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">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Applied.  thanks!</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Alex<br>
</p>
</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> kbuild test robot <fengguang.wu@intel.com><br>
<b>Sent:</b> Wednesday, August 15, 2018 12:45:08 AM<br>
<b>To:</b> Xu, Feifei<br>
<b>Cc:</b> kbuild-all@01.org; dri-devel@lists.freedesktop.org; Deucher, Alexander; Zhang, Hawking<br>
<b>Subject:</b> [RFC PATCH radeon-alex] drm/amdgpu: nbio_v7_4_hdp_flush_reg can be static</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
Fixes: 24048ee665f3 ("drm/amdgpu: Add nbio 7.4 support for vega20 (v2)")<br>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com><br>
---<br>
 nbio_v7_4.c |    2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c b/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c<br>
index 623ffde..89ea920 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c<br>
@@ -188,7 +188,7 @@ static u32 nbio_v7_4_get_pcie_data_offset(struct amdgpu_device *adev)<br>
         return SOC15_REG_OFFSET(NBIO, 0, mmPCIE_DATA2);<br>
 }<br>
 <br>
-const struct nbio_hdp_flush_reg nbio_v7_4_hdp_flush_reg = {<br>
+static const struct nbio_hdp_flush_reg nbio_v7_4_hdp_flush_reg = {<br>
         .ref_and_mask_cp0 = GPU_HDP_FLUSH_DONE__CP0_MASK,<br>
         .ref_and_mask_cp1 = GPU_HDP_FLUSH_DONE__CP1_MASK,<br>
         .ref_and_mask_cp2 = GPU_HDP_FLUSH_DONE__CP2_MASK,<br>
</div>
</span></font></div>
</body>
</html>