<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Jerry,<br>
<br>
fell free to use this patch internally, but the upstream copy of
include/drm/amdgpu_drm.h should be updated when the kernel change
land.<br>
<br>
Emil usually points out how to do this correctly whenever we try
to add changes manually.<br>
<br>
Christian.<br>
<br>
Am 16.03.2017 um 15:05 schrieb Zhang, Jerry:<br>
</div>
<blockquote
cite="mid:DM5PR12MB18189A8887495F5EB83831FEFF260@DM5PR12MB1818.namprd12.prod.outlook.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Christian,<br>
<br>
May I get a RB for this patch?<br>
<br>
Regards,<br>
Jerry(Junwei Zhang)<br>
<br>
________________________________________<br>
From: amd-gfx <a class="moz-txt-link-rfc2396E" href="mailto:amd-gfx-bounces@lists.freedesktop.org"><amd-gfx-bounces@lists.freedesktop.org></a>
on behalf of Junwei Zhang <a class="moz-txt-link-rfc2396E" href="mailto:Jerry.Zhang@amd.com"><Jerry.Zhang@amd.com></a><br>
Sent: Thursday, March 16, 2017 11:56<br>
To: <a class="moz-txt-link-abbreviated" href="mailto:amd-gfx@lists.freedesktop.org">amd-gfx@lists.freedesktop.org</a><br>
Cc: Zhang, Jerry<br>
Subject: [PATCH 1/4] amdgpu: add new VA operations CLEAR and
REPLACE<br>
<br>
Signed-off-by: Junwei Zhang <a class="moz-txt-link-rfc2396E" href="mailto:Jerry.Zhang@amd.com"><Jerry.Zhang@amd.com></a><br>
---<br>
include/drm/amdgpu_drm.h | 2 ++<br>
1 file changed, 2 insertions(+)<br>
<br>
diff --git a/include/drm/amdgpu_drm.h
b/include/drm/amdgpu_drm.h<br>
index 69a7340..34f8282 100644<br>
--- a/include/drm/amdgpu_drm.h<br>
+++ b/include/drm/amdgpu_drm.h<br>
@@ -410,6 +410,8 @@ struct drm_amdgpu_gem_op {<br>
<br>
#define AMDGPU_VA_OP_MAP 1<br>
#define AMDGPU_VA_OP_UNMAP 2<br>
+#define AMDGPU_VA_OP_CLEAR 3<br>
+#define AMDGPU_VA_OP_REPLACE 4<br>
<br>
/* Delay the page table update till the next CS */<br>
#define AMDGPU_VM_DELAY_UPDATE (1 << 0)<br>
--<br>
1.9.1<br>
<br>
_______________________________________________<br>
amd-gfx mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:amd-gfx@lists.freedesktop.org">amd-gfx@lists.freedesktop.org</a><br>
<a moz-do-not-send="true"
href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><br>
</div>
</span></font>
</blockquote>
<p><br>
</p>
</body>
</html>