summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
authorXianzhong <xianzhong.li@nxp.com>2020-08-20 13:57:14 +0800
committerElla Feng <ella.feng@nxp.com>2020-08-22 02:05:35 +0800
commit1d1356c052e56a3943c1a54603fb5d425d592ed2 (patch)
treeb10bcd73594656ad141da5be121e4427b49511b7 /drivers/mxc
parent9e259c937528ce98f910d256c2f2fddea258a694 (diff)
MGS-5943 [#imx-2089] 0079-CL290440-KERNEL-SPACE-6.4.x-Always-enable-gcdIGNORE_
6.4.x: Always enable gcdIGNORE_DRIVER_VERSION_MISMATCH for NXP tree. Signed-off-by: Ke Feng <ke.feng@verisilicon.com> Signed-off-by: Xianzhong <xianzhong.li@nxp.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r--drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h
index f01085718831..7284e658913b 100644
--- a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h
+++ b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h
@@ -1389,7 +1389,7 @@ This define enables the use of VM for gckCommand and fence buffers.
When enabled, driver will ignore user and kernel driver version mismatch.
*/
#ifndef gcdIGNORE_DRIVER_VERSIONS_MISMATCH
-# define gcdIGNORE_DRIVER_VERSIONS_MISMATCH 0
+# define gcdIGNORE_DRIVER_VERSIONS_MISMATCH 1
#endif
/*