summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu.h
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2017-01-20 20:40:11 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-03-02 05:03:35 -0500
commit09504cdbc3e1c37ca1bb846f647a1d67c21b0818 (patch)
tree914ed38db1b174e59b8b22ee88df72dac6ad117a /include/uapi/linux/nvgpu.h
parent0a3e5941ffed3239661ea48381ebece2c7a707f2 (diff)
gpu: nvgpu: remove clock domain aliases
Remove MCLK and GPCCLK domain aliases, now that userspace has swithed to new enumerations. Jira DNVGPU-211 Change-Id: I2af2fd67dbed47088d7161ba0605e13dd7c674a5 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: http://git-master/r/1292609 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Richard Zhao <rizhao@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
Diffstat (limited to 'include/uapi/linux/nvgpu.h')
-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 1853f667..6101774f 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -541,10 +541,8 @@ struct nvgpu_gpu_alloc_vidmem_args {
541 541
542/* Memory clock */ 542/* Memory clock */
543#define NVGPU_GPU_CLK_DOMAIN_MCLK (0) 543#define NVGPU_GPU_CLK_DOMAIN_MCLK (0)
544#define NVGPU_GPU_CLK_DOMAIN_MCLK_ALIAS (0x00000010)
545/* Main graphics core clock */ 544/* Main graphics core clock */
546#define NVGPU_GPU_CLK_DOMAIN_GPCCLK (1) 545#define NVGPU_GPU_CLK_DOMAIN_GPCCLK (1)
547#define NVGPU_GPU_CLK_DOMAIN_GPCCLK_ALIAS (0x10000000)
548 546
549struct nvgpu_gpu_clk_range { 547struct nvgpu_gpu_clk_range {
550 548