Skip to content

Commit 8c44390

Browse files
fxkamdalexdeucher
authored andcommitted
drm/amdkfd: Bump KFD API version
Indicate the availability reliable SRAM EDC state in the new bit in the device properties. Proposed userspace changes: ROCm/ROCT-Thunk-Interface@7cdd634 Signed-off-by: Felix Kuehling <[email protected]> Reviewed-by: Kent Russell <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b162568 commit 8c44390

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
@@ -29,9 +29,10 @@
2929
/*
3030
* - 1.1 - initial version
3131
* - 1.3 - Add SMI events support
32+
* - 1.4 - Indicate new SRAM EDC bit in device properties
3233
*/
3334
#define KFD_IOCTL_MAJOR_VERSION 1
34-
#define KFD_IOCTL_MINOR_VERSION 3
35+
#define KFD_IOCTL_MINOR_VERSION 4
3536

3637
struct kfd_ioctl_get_version_args {
3738
__u32 major_version; /* from KFD */

0 commit comments

Comments
 (0)