summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2014-10-23 07:17:52 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:55 -0400
commit8c5b39353e7353b358c0da9d0de8691922e1179d (patch)
tree636e8bec07230737d5c5df525259fbde5af4e4bb /drivers/gpu/nvgpu/Kconfig
parent2d5ff668cbc6a932df2c9cf79627d1d340e5c2c0 (diff)
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 <kholtta@nvidia.com> Reviewed-on: http://git-master/r/562855 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig8
1 files changed, 0 insertions, 8 deletions
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
12 help 12 help
13 Default timeout for jobs in milliseconds. Set to zero for no timeout. 13 Default timeout for jobs in milliseconds. Set to zero for no timeout.
14 14
15config GK20A_CDE
16 depends on GK20A
17 bool "Support compression bit switzzling through CDE"
18 default n
19 help
20 Say Y to allow compression bit swizzling
21 using pre-compiled shader.
22
23config GK20A_PMU 15config GK20A_PMU
24 bool "Support GK20A PMU" 16 bool "Support GK20A PMU"
25 depends on GK20A 17 depends on GK20A