summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2018-06-12 19:57:32 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-28 14:13:32 -0400
commit2dda362e6395a6d486ba3d1a75e707933690023e (patch)
tree6c1d4d6094d7e7c3ef12144113a482d3491966c2 /drivers/gpu/nvgpu/Kconfig
parent641c208948e899483106ab5c1798c060d9b66fc7 (diff)
gpu: nvgpu: kconfig: remove GK20A_PERFMON config
Removed de-funct GK20A_PERFMON config from Kconfig, since code related to this functionality removed long ago and DEVFREQ is getting used for gpu frequency scaling. Change-Id: Ic6828117a06f09446b64c789a1475c520ca520f8 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1747883 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> 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/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index ac0fa261..84c30666 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -15,19 +15,11 @@ config GK20A_PMU
15choice 15choice
16 depends on GK20A 16 depends on GK20A
17 prompt "Enable GK20A frequency scaling" 17 prompt "Enable GK20A frequency scaling"
18 default GK20A_PERFMON 18 default GK20A_DEVFREQ
19 optional 19 optional
20 help 20 help
21 Select this entry to enable gk20a scaling 21 Select this entry to enable gk20a scaling
22 22
23config GK20A_PERFMON
24 bool "Use Perfmon"
25 help
26 Select this to enable built-in perfmon scaling.
27 The built-in scaling option uses simplistic
28 scaling mechanism (if busy, increase frequency and
29 decrease frequency if idle).
30
31config GK20A_DEVFREQ 23config GK20A_DEVFREQ
32 depends on COMMON_CLK 24 depends on COMMON_CLK
33 bool "Use Devfreq" 25 bool "Use Devfreq"