From edd2d658096a2c6058d86de7fa8b12d3831c7fda Mon Sep 17 00:00:00 2001 From: Oded Gabbay Date: Mon, 8 Dec 2014 10:04:31 +0200 Subject: [PATCH] set thunk-kfd version to match stg Signed-off-by: Oded Gabbay [ROCm/ROCR-Runtime commit: 0a8bc868b58a4d6ef0e1420bd6ca0be65749eef7] --- projects/rocr-runtime/include/linux/kfd_ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/include/linux/kfd_ioctl.h b/projects/rocr-runtime/include/linux/kfd_ioctl.h index af94f31e33..35f28b2010 100644 --- a/projects/rocr-runtime/include/linux/kfd_ioctl.h +++ b/projects/rocr-runtime/include/linux/kfd_ioctl.h @@ -27,7 +27,7 @@ #include #define KFD_IOCTL_MAJOR_VERSION 1 -#define KFD_IOCTL_MINOR_VERSION 0 +#define KFD_IOCTL_MINOR_VERSION 2 struct kfd_ioctl_get_version_args { uint32_t major_version; /* from KFD */