<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 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;}
span.EmailStyle20
{mso-style-type:personal-reply;
font-family:"Courier New";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;
mso-ligatures:none;}
@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" style="word-wrap:break-word">
<p style="font-family:Arial;font-size:10pt;color:#0000FF;margin:5pt;font-style:normal;font-weight:normal;text-decoration:none;" align="Left">
[AMD Official Use Only - General]<br>
</p>
<br>
<div>
<div class="WordSection1">
<p class="MsoNormal"><span style="font-family:"Courier New"">Does this read well.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-family:"Courier New"">drm/amdkfd: Access gpuvm_export_dmabuf() API to get Dmabuf<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-family:"Courier New"">Directly invoking the function amdgpu_gem_prime_export() from within<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-family:"Courier New"">KFD is not correct. By utilizing the KFD API to obtain Dmabuf, the<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-family:"Courier New"">implementation can prevent the creation of multiple instances of<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-family:"Courier New"">struct dma_buf.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">Ramesh<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Francis, David <David.Francis@amd.com> <br>
<b>Sent:</b> Wednesday, June 28, 2023 2:50 PM<br>
<b>To:</b> Errabolu, Ramesh <Ramesh.Errabolu@amd.com>; amd-gfx@lists.freedesktop.org<br>
<b>Cc:</b> Kuehling, Felix <Felix.Kuehling@amd.com>; Bhardwaj, Rajneesh <Rajneesh.Bhardwaj@amd.com><br>
<b>Subject:</b> Re: [patch V2] drm/amdkfd: Access gpuvm_export_dmabuf() api<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<pre>On 2023-06-22 17:10, Ramesh Errabolu wrote:<o:p></o:p></pre>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre><o:p> </o:p></pre>
<pre>Call KFD api to get Dmabuf instead of calling GEM Prime API<o:p></o:p></pre>
</blockquote>
<pre>Would appreciate a more detailed commit message to explain why the<o:p></o:p></pre>
<pre>KFD API is preferred over the GEM API.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>With or without that change, this is<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Reviewed-by: David Francis <a href="mailto:David.Francis@amd.com"><David.Francis@amd.com></a><o:p></o:p></pre>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre><o:p> </o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Signed-off-by: Ramesh Errabolu <a href="mailto:Ramesh.Errabolu@amd.com"><Ramesh.Errabolu@amd.com></a><o:p></o:p></pre>
<pre>---<o:p></o:p></pre>
<pre> drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 11 +++++------<o:p></o:p></pre>
<pre> 1 file changed, 5 insertions(+), 6 deletions(-)<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c<o:p></o:p></pre>
<pre>index cf1db0ab3471..40ac093b5035 100644<o:p></o:p></pre>
<pre>--- a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c<o:p></o:p></pre>
<pre>+++ b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c<o:p></o:p></pre>
<pre>@@ -1852,15 +1852,14 @@ static uint32_t get_process_num_bos(struct kfd_process *p)<o:p></o:p></pre>
<pre> return num_of_bos;<o:p></o:p></pre>
<pre> }<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>-static int criu_get_prime_handle(struct drm_gem_object *gobj, int flags,<o:p></o:p></pre>
<pre>+static int criu_get_prime_handle(struct kgd_mem *mem, int flags,<o:p></o:p></pre>
<pre> u32 *shared_fd)<o:p></o:p></pre>
<pre> {<o:p></o:p></pre>
<pre> struct dma_buf *dmabuf;<o:p></o:p></pre>
<pre> int ret;<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>- dmabuf = amdgpu_gem_prime_export(gobj, flags);<o:p></o:p></pre>
<pre>- if (IS_ERR(dmabuf)) {<o:p></o:p></pre>
<pre>- ret = PTR_ERR(dmabuf);<o:p></o:p></pre>
<pre>+ ret = amdgpu_amdkfd_gpuvm_export_dmabuf(mem, &dmabuf);<o:p></o:p></pre>
<pre>+ if (ret) {<o:p></o:p></pre>
<pre> pr_err("dmabuf export failed for the BO\n");<o:p></o:p></pre>
<pre> return ret;<o:p></o:p></pre>
<pre> }<o:p></o:p></pre>
<pre>@@ -1940,7 +1939,7 @@ static int criu_checkpoint_bos(struct kfd_process *p,<o:p></o:p></pre>
<pre> }<o:p></o:p></pre>
<pre> if (bo_bucket->alloc_flags<o:p></o:p></pre>
<pre> & (KFD_IOC_ALLOC_MEM_FLAGS_VRAM | KFD_IOC_ALLOC_MEM_FLAGS_GTT)) {<o:p></o:p></pre>
<pre>- ret = criu_get_prime_handle(&dumper_bo->tbo.base,<o:p></o:p></pre>
<pre>+ ret = criu_get_prime_handle(kgd_mem,<o:p></o:p></pre>
<pre> bo_bucket->alloc_flags &<o:p></o:p></pre>
<pre> KFD_IOC_ALLOC_MEM_FLAGS_WRITABLE ? DRM_RDWR : 0,<o:p></o:p></pre>
<pre> &bo_bucket->dmabuf_fd);<o:p></o:p></pre>
<pre>@@ -2402,7 +2401,7 @@ static int criu_restore_bo(struct kfd_process *p,<o:p></o:p></pre>
<pre> /* create the dmabuf object and export the bo */<o:p></o:p></pre>
<pre> if (bo_bucket->alloc_flags<o:p></o:p></pre>
<pre> & (KFD_IOC_ALLOC_MEM_FLAGS_VRAM | KFD_IOC_ALLOC_MEM_FLAGS_GTT)) {<o:p></o:p></pre>
<pre>- ret = criu_get_prime_handle(&kgd_mem->bo->tbo.base, DRM_RDWR,<o:p></o:p></pre>
<pre>+ ret = criu_get_prime_handle(kgd_mem, DRM_RDWR,<o:p></o:p></pre>
<pre> &bo_bucket->dmabuf_fd);<o:p></o:p></pre>
<pre> if (ret)<o:p></o:p></pre>
<pre> return ret;<o:p></o:p></pre>
<pre>--<o:p></o:p></pre>
<pre>2.25.1<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
</blockquote>
</div>
</div>
</body>
</html>