From 662c441467c4f251d65840f2097ac4e58ec234ff Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 24 Jan 2018 12:42:57 -0800 Subject: gpu: nvgpu: Allow disabling CDE functionality CDE is a Tegra SoC specific feature. Add new config option CONFIG_NVGPU_SUPPORT_CDE and #ifdef all CDE specific code with it. JIRA NVGPU-4 Change-Id: I6f0b0047d6ba2b5c36c2eb9b8a1514776741f5b5 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1648002 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c') diff --git a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c index ad56167a..407cd27f 100644 --- a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c +++ b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c @@ -211,9 +211,6 @@ static int gv11b_tegra_suspend(struct device *dev) struct gk20a_platform gv11b_tegra_platform = { .has_syncpoints = true, - /* no cde. use sysmem compression */ - .has_cde = false, - /* ptimer src frequency in hz*/ .ptimer_src_freq = 31250000, -- cgit v1.2.2