summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv
diff options
context:
space:
mode:
authorElla Feng <ella.feng@nxp.com>2019-05-29 21:15:51 +0800
committerElla Feng <ella.feng@nxp.com>2019-05-29 21:17:40 +0800
commitba2ba3927b898ff71a9c204aba2e64a51c8906b0 (patch)
tree140a0a3767ecb83d91bf819320696cb8b39936af /drivers/mxc/gpu-viv
parent30b2c71af654c15cec72a056f86b56bd6ee244b2 (diff)
Revert "MGS-4881 [#ccc] Disable TX CLOCK GATING in GPU driver for"
Should disable TX CLOCK GATING only for GC7000UL chip. This reverts commit bddcb2c61297f5100208ff927976653f43eaaeb9.
Diffstat (limited to 'drivers/mxc/gpu-viv')
-rw-r--r--drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware.c b/drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware.c
index 1e5b89fe3cd5..7778da4999df 100644
--- a/drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware.c
+++ b/drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware.c
@@ -484,7 +484,7 @@ OnError:
*/
#define gcdDEBUG_MODULE_CLOCK_GATING 0
/* Set to 1 to disable module clock gating of all modules. */
-#define gcdDISABLE_MODULE_CLOCK_GATING 1
+#define gcdDISABLE_MODULE_CLOCK_GATING 0
/* Set to 1 to disable module clock gating of each module. */
#define gcdDISABLE_STARVE_MODULE_CLOCK_GATING 0
#define gcdDISABLE_FE_CLOCK_GATING 0
@@ -495,7 +495,7 @@ OnError:
#define gcdDISABLE_RA_CLOCK_GATING 0
#define gcdDISABLE_RA_EZ_CLOCK_GATING 0
#define gcdDISABLE_RA_HZ_CLOCK_GATING 0
-#define gcdDISABLE_TX_CLOCK_GATING 1
+#define gcdDISABLE_TX_CLOCK_GATING 0
#define gcdDISABLE_TFB_CLOCK_GATING 0
#define gcdDISABLE_GPIPE_CLOCK_GATING 0
#define gcdDISABLE_BLT_CLOCK_GATING 0