From 8c5b39353e7353b358c0da9d0de8691922e1179d Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Thu, 23 Oct 2014 14:17:52 +0300 Subject: gpu: nvgpu: cde: move GK20A_CDE to platform data CONFIG_GK20A_CDE has not even been used for enabling CDE, just for initializing it at boot time, and it was disabled; initialization has been done late when the engine is first used. Remove the config setting and add information about CDE support in gk20a platform data, forcing the initialization at boot time. Boot time init removes rare race conditions when CDE would be initialized by first user. Bug 200046882 Change-Id: I85d5fb73dc27acbbe203138d25f6e342de030d93 Signed-off-by: Konsta Holtta Reviewed-on: http://git-master/r/562855 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/gpu/nvgpu/Kconfig') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index 6797a719..5ebb96e3 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -12,14 +12,6 @@ config GK20A_DEFAULT_TIMEOUT help Default timeout for jobs in milliseconds. Set to zero for no timeout. -config GK20A_CDE - depends on GK20A - bool "Support compression bit switzzling through CDE" - default n - help - Say Y to allow compression bit swizzling - using pre-compiled shader. - config GK20A_PMU bool "Support GK20A PMU" depends on GK20A -- cgit v1.2.2