<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:MingLiU;
        panose-1:2 2 5 9 0 0 0 0 0 0;}
@font-face
        {font-family:MingLiU;
        panose-1:2 2 5 9 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@MingLiU";
        panose-1:2 2 5 9 0 0 0 0 0 0;}
@font-face
        {font-family:"\@MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">An upcoming GPU generation (Vega).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org]
<b>On Behalf Of </b>Mike Lothian<br>
<b>Sent:</b> Monday, December 19, 2016 10:49 PM<br>
<b>To:</b> Liu, Monk; amd-gfx@lists.freedesktop.org<br>
<b>Subject:</b> Re: [PATCH 02/23] drm/amdgpu: add kiq into compiling<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I'd be curious to know what AI stands for in this context<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal">On Mon, 19 Dec 2016 at 07:28 Liu, Monk <<a href="mailto:Monk.Liu@amd.com">Monk.Liu@amd.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">Sorry, NAK for the KIQ implement patches.<br>
<br>
KIQ is just another compute queue, and each  generation of compute queue initialization is different, so there is no need of a amdgpu_kiq.c file to cover the function of kiq,<br>
<br>
Kiq is good enough to be in each gfx_x_x.c file .e.g :<br>
KIQ  for VI is in gfx_v8_0.c<br>
And KIQ for AI is in gfx_v9_0.c<br>
<br>
Most important is that the "queue_init" routine of above two chips on KIQ is different (MQD descriptor as well as registers need programing ... ), please just align with the previous patch style in amd-sriov-4.6 for KIQ part<br>
<br>
BR Monk<br>
<br>
-----<span style="font-family:MingLiU">邮件原件</span>-----<br>
<span style="font-family:MingLiU">发件人</span>: Yu, Xiangliang<br>
<span style="font-family:MingLiU">发送时间</span>: Sunday, December 18, 2016 9:47 AM<br>
<span style="font-family:"MS Gothic"">收件人</span>: dl.SRDC_SW_GPUVirtualization<br>
<span style="font-family:"MS Gothic"">主</span><span style="font-family:MingLiU">题</span>: FW: [PATCH 02/23] drm/amdgpu: add kiq into compiling<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: Xiangliang Yu [mailto:<a href="mailto:Xiangliang.Yu@amd.com" target="_blank">Xiangliang.Yu@amd.com</a>]<br>
Sent: Sunday, December 18, 2016 12:16 AM<br>
To: <a href="mailto:amd-gfx@lists.freedesktop.org" target="_blank">amd-gfx@lists.freedesktop.org</a>; dl.SRDC_SW_GPUVirtualization <<a href="mailto:dl.SRDC_SW_GPUVirtualization@amd.com" target="_blank">dl.SRDC_SW_GPUVirtualization@amd.com</a>><br>
Cc: Yu, Xiangliang <<a href="mailto:Xiangliang.Yu@amd.com" target="_blank">Xiangliang.Yu@amd.com</a>><br>
Subject: [PATCH 02/23] drm/amdgpu: add kiq into compiling<br>
<br>
Add support KIQ in Makefile to make it into module.<br>
<br>
Signed-off-by: Xiangliang Yu <<a href="mailto:Xiangliang.Yu@amd.com" target="_blank">Xiangliang.Yu@amd.com</a>><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/Makefile | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile<br>
index dd0b6db..635ff94 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/Makefile<br>
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile<br>
@@ -30,7 +30,7 @@ amdgpu-y += amdgpu_device.o amdgpu_kms.o \<br>
        atombios_encoders.o amdgpu_sa.o atombios_i2c.o \<br>
        amdgpu_prime.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \<br>
        amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \<br>
-       amdgpu_gtt_mgr.o amdgpu_vram_mgr.o<br>
+       amdgpu_gtt_mgr.o amdgpu_vram_mgr.o amdgpu_kiq.o<br>
<br>
 # add asic specific block<br>
 amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \<br>
--<br>
2.7.4<br>
<br>
_______________________________________________<br>
amd-gfx mailing list<br>
<a href="mailto:amd-gfx@lists.freedesktop.org" target="_blank">amd-gfx@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx" target="_blank">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><o:p></o:p></p>
</blockquote>
</div>
</div>
</div>
</div>
</body>
</html>