Skip to content

Commit 692996f

Browse files
rajbharalexdeucher
authored andcommitted
drm/amdkfd: Bump up KFD API version for CRIU
- Change KFD minor version to 7 for CRIU Proposed userspace changes: https://github.com/RadeonOpenCompute/criu Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 2a909ae commit 692996f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/uapi/linux/kfd_ioctl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
* - 1.4 - Indicate new SRAM EDC bit in device properties
3333
* - 1.5 - Add SVM API
3434
* - 1.6 - Query clear flags in SVM get_attr API
35+
* - 1.7 - Checkpoint Restore (CRIU) API
3536
*/
3637
#define KFD_IOCTL_MAJOR_VERSION 1
37-
#define KFD_IOCTL_MINOR_VERSION 6
38+
#define KFD_IOCTL_MINOR_VERSION 7
3839

3940
struct kfd_ioctl_get_version_args {
4041
__u32 major_version; /* from KFD */

0 commit comments

Comments
 (0)