From 4838f6e740e65ed45f6a092d7f2737b577c08de0 Mon Sep 17 00:00:00 2001 From: Harish Kasiviswanathan Date: Tue, 22 Nov 2016 09:44:22 -0500 Subject: [PATCH] kfd ioctl. Remove unused definitions Sync the file with Kernel header file Change-Id: I52d52a38fb38bd4b37d8210ce79775b88c8a985d --- include/linux/kfd_ioctl.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/linux/kfd_ioctl.h b/include/linux/kfd_ioctl.h index 613a2c7b8c..74823bd893 100644 --- a/include/linux/kfd_ioctl.h +++ b/include/linux/kfd_ioctl.h @@ -301,16 +301,6 @@ struct kfd_ioctl_set_process_dgpu_aperture_args { uint64_t dgpu_limit; }; -struct kfd_ioctl_eviction_args { - uint64_t size; - uint64_t type; -}; - -enum evict_type { - EVICT_FIRST_PDD = 0, - EVICT_BIGGEST_PDD -}; - /* * GPU Memory allocation flags */ @@ -482,8 +472,6 @@ struct kfd_ioctl_get_tile_config_args { #define AMDKFD_IOC_GET_PROCESS_APERTURES_NEW \ AMDKFD_IOWR(0x1d, struct kfd_ioctl_get_process_apertures_new_args) -#define AMDKFD_IOC_EVICT_MEMORY \ - AMDKFD_IOWR(0x1e, struct kfd_ioctl_eviction_args) #define AMDKFD_IOC_GET_DMABUF_INFO \ AMDKFD_IOWR(0x1f, struct kfd_ioctl_get_dmabuf_info_args)