summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2016-11-17 20:11:20 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2016-12-02 03:42:25 -0500
commitf4171ac3588946d2783085fe1428eacaf740c199 (patch)
tree67165db720d85a172f685e8d1aa6bbcd33c4ef1d /drivers
parent53a9eceab74738a750e693301c5e5998aa18e89a (diff)
gpu: nvgpu: enable FECS traces by default
Compile FECS ctxsw tracing code by default. GPU that support this feature implement ops.fecs_trace.init() function Bug 1739908 Change-Id: Ie347524e788614bc94fc119cd48f740e2998c2be Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: http://git-master/r/1255941 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/Kconfig.nvgpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig.nvgpu b/drivers/gpu/nvgpu/Kconfig.nvgpu
index b572dd58..b5c04c21 100644
--- a/drivers/gpu/nvgpu/Kconfig.nvgpu
+++ b/drivers/gpu/nvgpu/Kconfig.nvgpu
@@ -57,7 +57,7 @@ config GK20A_CYCLE_STATS
57config GK20A_CTXSW_TRACE 57config GK20A_CTXSW_TRACE
58 bool "Support GK20A Context Switch tracing" 58 bool "Support GK20A Context Switch tracing"
59 depends on GK20A 59 depends on GK20A
60 default n 60 default y
61 help 61 help
62 Enable support for the GK20A Context Switch Tracing. In this mode, 62 Enable support for the GK20A Context Switch Tracing. In this mode,
63 FECS collects timestamps for contexts loaded on GR engine. This 63 FECS collects timestamps for contexts loaded on GR engine. This