summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index f5c70f2d..1dce8803 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -537,14 +537,12 @@ struct nvgpu_gpu_alloc_vidmem_args {
537 }; 537 };
538}; 538};
539 539
540/* Main graphics core clock */
541#define NVGPU_GPU_CLK_DOMAIN_GPCCLK (0x10000000)
542/* Memory clock */ 540/* Memory clock */
543#define NVGPU_GPU_CLK_DOMAIN_MCLK (0x00000010) 541#define NVGPU_GPU_CLK_DOMAIN_MCLK (0)
544/* Main graphics core clock x 2 542#define NVGPU_GPU_CLK_DOMAIN_MCLK_ALIAS (0x00000010)
545 * deprecated, use NVGPU_GPU_CLK_DOMAIN_GPCCLK instead 543/* Main graphics core clock */
546 */ 544#define NVGPU_GPU_CLK_DOMAIN_GPCCLK (1)
547#define NVGPU_GPU_CLK_DOMAIN_GPC2CLK (0x00010000) 545#define NVGPU_GPU_CLK_DOMAIN_GPCCLK_ALIAS (0x10000000)
548 546
549struct nvgpu_gpu_clk_range { 547struct nvgpu_gpu_clk_range {
550 548