summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2017-06-14 09:11:35 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-19 13:45:29 -0400
commit8dc75c172567ce81819b75cd9714fc887174583b (patch)
tree84be44015187bc03daf88e57df179dfe05f48096 /include/uapi
parent077d4c6da3f27c7cb2096fed26eb8e8c77fca77f (diff)
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 <kholtta@nvidia.com> Reviewed-on: http://git-master/r/1503000 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 0 insertions, 2 deletions
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 {
427 427
428#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_MAX_COUNT 16 428#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_MAX_COUNT 16
429#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_TSC 1 429#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_TSC 1
430#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_JIFFIES 2
431#define NVGPU_GPU_GET_CPU_TIME_CORRELATION_INFO_SRC_ID_TIMEOFDAY 3
432 430
433struct nvgpu_gpu_get_cpu_time_correlation_sample { 431struct nvgpu_gpu_get_cpu_time_correlation_sample {
434 /* gpu timestamp value */ 432 /* gpu timestamp value */