From 8dc75c172567ce81819b75cd9714fc887174583b Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Wed, 14 Jun 2017 16:11:35 +0300 Subject: gpu: nvgpu: only support TSC time correlation info Remove the two other unnecessary options based on jiffies and gettimeofday, leaving only the time stamp counter clocksource. Jira NVGPU-83 Change-Id: I289951aba832eda36cb9cb68b7e41e6061ec3a03 Signed-off-by: Konsta Holtta Reviewed-on: http://git-master/r/1503000 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: svccoveritychecker --- include/uapi/linux/nvgpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/uapi/linux/nvgpu.h') diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h index 00081c64..065aaece 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h @@ -427,8 +427,6 @@ struct nvgpu_gpu_get_buffer_info_args { #define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_MAX_COUNT 16 #define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_TSC 1 -#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_JIFFIES 2 -#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_TIMEOFDAY 3 struct nvgpu_gpu_get_cpu_time_correlation_sample { /* gpu timestamp value */ -- cgit v1.2.2