AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdkfd: bump KFD version for unified ctx save/restore memory
@ 2022-07-11 18:41 Eric Huang
  2022-07-11 18:41 ` [PATCH 2/3] libhsakmt: add new flag for svm Eric Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Huang @ 2022-07-11 18:41 UTC (permalink / raw)
  To: amd-gfx; +Cc: Eric Huang, felix.kuehling

To expose unified memory for ctx save/resotre area feature
availablity to libhsakmt.

Signed-off-by: Eric Huang <jinhuieric.huang@amd.com>
---
 include/uapi/linux/kfd_ioctl.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h
index 7a423855a86e..afd8ff29c74f 100644
--- a/include/uapi/linux/kfd_ioctl.h
+++ b/include/uapi/linux/kfd_ioctl.h
@@ -36,9 +36,10 @@
  * - 1.8 - CRIU - Support for SDMA transfers with GTT BOs
  * - 1.9 - Add available memory ioctl
  * - 1.10 - Add SMI profiler event log
+ * - 1.11 - Add unified memory for ctx save/restore area
  */
 #define KFD_IOCTL_MAJOR_VERSION 1
-#define KFD_IOCTL_MINOR_VERSION 10
+#define KFD_IOCTL_MINOR_VERSION 11
 
 struct kfd_ioctl_get_version_args {
 	__u32 major_version;	/* from KFD */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-13  1:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 18:41 [PATCH] drm/amdkfd: bump KFD version for unified ctx save/restore memory Eric Huang
2022-07-11 18:41 ` [PATCH 2/3] libhsakmt: add new flag for svm Eric Huang
2022-07-11 18:41 ` [PATCH 3/3] libhsakmt: allocate unified memory for ctx save restore area Eric Huang
2022-07-11 18:50 ` [PATCH] drm/amdkfd: bump KFD version for unified ctx save/restore memory Felix Kuehling
2022-07-12 13:57 ` Deucher, Alexander
2022-07-12 14:30   ` Eric Huang
2022-07-12 22:57   ` Felix Kuehling
2022-07-13  1:47     ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox