summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/nvgpu.h')
-rw-r--r--include/uapi/linux/nvgpu.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index e844a205..25c0472c 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * NVGPU Public Interface Header 2 * NVGPU Public Interface Header
3 * 3 *
4 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -536,7 +536,13 @@ struct nvgpu_gpu_alloc_vidmem_args {
536 }; 536 };
537}; 537};
538 538
539/* Main graphics core clock */
540#define NVGPU_GPU_CLK_DOMAIN_GPCCLK (0x10000000)
541/* Memory clock */
539#define NVGPU_GPU_CLK_DOMAIN_MCLK (0x00000010) 542#define NVGPU_GPU_CLK_DOMAIN_MCLK (0x00000010)
543/* Main graphics core clock x 2
544 * deprecated, use NVGPU_GPU_CLK_DOMAIN_GPCCLK instead
545 */
540#define NVGPU_GPU_CLK_DOMAIN_GPC2CLK (0x00010000) 546#define NVGPU_GPU_CLK_DOMAIN_GPC2CLK (0x00010000)
541 547
542struct nvgpu_gpu_clk_range { 548struct nvgpu_gpu_clk_range {