From 78a5e6fc74144cb4162a31fe4914616de9425873 Mon Sep 17 00:00:00 2001 From: Kasin Lee Date: Wed, 11 Dec 2013 18:49:56 +0800 Subject: [PATCH] Add m6 bug fix config --- mali/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mali/Kconfig b/mali/Kconfig index e8eff30..6bc7b1a 100644 --- a/mali/Kconfig +++ b/mali/Kconfig @@ -96,6 +96,14 @@ config MALI_SHARED_INTERRUPTS works when the GPU is not using shared interrupts, but might have a slight performance impact. +if ARCH_MESON6 +config MESON6_GPU_EXTRA + bool "M6 fix" + depends on MALI400 + default y + select MALI_SHARED_INTERRUPTS +endif + config MALI_PMU_PARALLEL_POWER_UP bool "Power up Mali PMU domains in parallel" depends on MALI400 -- 2.20.1