summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-11-29 18:53:24 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-12-08 18:53:35 -0500
commit5121bd4b6f2a41b3db045cca7246f9b1832c8648 (patch)
tree68183487f09347b6827e1ae4fa3887ff730d9303 /drivers/gpu/nvgpu/Kconfig
parentee0bc391e047bc11611323fb4d30d0be4389be6b (diff)
gpu: nvpgu: Move GR IDLE timeout definition to header
GR IDLE timeout is defined as Kconfig. Instead of that introduce a new header file defaults.h which encapsulates any generic defaults we use in nvgpu, and move the definition there. Change-Id: I78ff1d2790d7ee3dff6df42bbd11cf683a85bf79 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1612650 GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index cab717bb..01744453 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -5,13 +5,6 @@ config GK20A
5 Choose this option if you have an SoC with integrated 5 Choose this option if you have an SoC with integrated
6 Nvidia GPU IP. 6 Nvidia GPU IP.
7 7
8config GK20A_DEFAULT_TIMEOUT
9 depends on GK20A
10 int "Default timeout for submits"
11 default 3000
12 help
13 Default timeout for jobs in milliseconds. Set to zero for no timeout.
14
15config GK20A_PMU 8config GK20A_PMU
16 bool "Support GK20A PMU" 9 bool "Support GK20A PMU"
17 depends on GK20A 10 depends on GK20A