From 5121bd4b6f2a41b3db045cca7246f9b1832c8648 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 29 Nov 2017 15:53:24 -0800 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1612650 GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Kconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'drivers/gpu/nvgpu/Kconfig') 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 Choose this option if you have an SoC with integrated Nvidia GPU IP. -config GK20A_DEFAULT_TIMEOUT - depends on GK20A - int "Default timeout for submits" - default 3000 - help - Default timeout for jobs in milliseconds. Set to zero for no timeout. - config GK20A_PMU bool "Support GK20A PMU" depends on GK20A -- cgit v1.2.2