MGS-4715 [#imx-1413] disable gpu probe options log
authorXianzhong <xianzhong.li@nxp.com>
Fri, 19 Apr 2019 16:40:11 +0000 (00:40 +0800)
committerXianzhong <xianzhong.li@nxp.com>
Fri, 19 Apr 2019 16:50:35 +0000 (00:50 +0800)
do not show galcore parameters in default setting

Signed-off-by: Xianzhong <xianzhong.li@nxp.com>
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_driver.c

index 03e3620..968692d 100644 (file)
@@ -176,7 +176,7 @@ static uint stuckDump = 0;
 module_param(stuckDump, uint, 0644);
 MODULE_PARM_DESC(stuckDump, "Level of stuck dump content (1: Minimal, 2: Middle, 3: Maximal)");
 
-static int showArgs = 1;
+static int showArgs = 0;
 module_param(showArgs, int, 0644);
 MODULE_PARM_DESC(showArgs, "Display parameters value when driver loaded");