From f4171ac3588946d2783085fe1428eacaf740c199 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Thu, 17 Nov 2016 17:11:20 -0800 Subject: 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 Reviewed-on: http://git-master/r/1255941 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Kconfig.nvgpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 config GK20A_CTXSW_TRACE bool "Support GK20A Context Switch tracing" depends on GK20A - default n + default y help Enable support for the GK20A Context Switch Tracing. In this mode, FECS collects timestamps for contexts loaded on GR engine. This -- cgit v1.2.2