<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 style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Reviewed-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> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Zhan Liu <zhan.liu@amd.com><br>
<b>Sent:</b> Wednesday, November 20, 2019 2:43 PM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; Liu, Zhan <Zhan.Liu@amd.com>; Li, Dennis <Dennis.Li@amd.com>; Zhang, Hawking <Hawking.Zhang@amd.com>; Zhou1, Tao <Tao.Zhou1@amd.com><br>
<b>Subject:</b> [PATCH] drm/amd/display: Change mmhub_9_4_0_ headers to mmhub_1_0_ ones.</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">[Why]<br>
Kernal won't compile without this patch. That is because<br>
mmhub_9_4_0_ headers are obsolete. All contents within<br>
mmhub_9_4_0_ headers are inherited by their corresponding<br>
mmhub_1_0_ ones.<br>
<br>
[How]<br>
Change mmhub_9_4_0_ headers to their corresponding mmhub_1_0_ ones.<br>
<br>
Signed-off-by: Zhan Liu <zhan.liu@amd.com><br>
---<br>
 drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c b/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c<br>
index 305bb0841563..53ab88ef71f5 100644<br>
--- a/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c<br>
+++ b/drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c<br>
@@ -63,8 +63,8 @@<br>
 #include "soc15_hw_ip.h"<br>
 #include "vega10_ip_offset.h"<br>
 #include "nbio/nbio_6_1_offset.h"<br>
-#include "mmhub/mmhub_9_4_0_offset.h"<br>
-#include "mmhub/mmhub_9_4_0_sh_mask.h"<br>
+#include "mmhub/mmhub_1_0_offset.h"<br>
+#include "mmhub/mmhub_1_0_sh_mask.h"<br>
 #include "reg_helper.h"<br>
 <br>
 #include "dce100/dce100_resource.h"<br>
-- <br>
2.17.1<br>
<br>
_______________________________________________<br>
amd-gfx mailing list<br>
amd-gfx@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a></div>
</span></font></div>
</body>
</html>