From 09504cdbc3e1c37ca1bb846f647a1d67c21b0818 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Fri, 20 Jan 2017 17:40:11 -0800 Subject: 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 Reviewed-on: http://git-master/r/1292609 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Richard Zhao Reviewed-by: Vijayakumar Subbu 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 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 { /* Memory clock */ #define NVGPU_GPU_CLK_DOMAIN_MCLK (0) -#define NVGPU_GPU_CLK_DOMAIN_MCLK_ALIAS (0x00000010) /* Main graphics core clock */ #define NVGPU_GPU_CLK_DOMAIN_GPCCLK (1) -#define NVGPU_GPU_CLK_DOMAIN_GPCCLK_ALIAS (0x10000000) struct nvgpu_gpu_clk_range { -- cgit v1.2.2