aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-03-21 20:52:31 +1100
committerSimon Shields <keepcalm444@gmail.com>2016-03-22 22:13:39 +1100
commit0fc0548f98b6a525087caae453835a9ace22f447 (patch)
treef3fba006231c6b949ccb6d2c0f4019becd47052b /arch
parent9393c919cefaca29c13f5725492b8181d2358a2e (diff)
downloadkernel_samsung_smdk4412-0fc0548f98b6a525087caae453835a9ace22f447.zip
kernel_samsung_smdk4412-0fc0548f98b6a525087caae453835a9ace22f447.tar.gz
kernel_samsung_smdk4412-0fc0548f98b6a525087caae453835a9ace22f447.tar.bz2
mfc5x: update from n7100 source drop
* include a few fixes for weird samsung mistakes in mfc_open Change-Id: Icad82feac58c07f6af4c014e7dc967c70c6d1405
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/include/mach/busfreq_exynos4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/busfreq_exynos4.h b/arch/arm/mach-exynos/include/mach/busfreq_exynos4.h
index f8f377d..ab75f55 100644
--- a/arch/arm/mach-exynos/include/mach/busfreq_exynos4.h
+++ b/arch/arm/mach-exynos/include/mach/busfreq_exynos4.h
@@ -27,6 +27,11 @@
#define PRIME_DMC_MAX_THRESHOLD 30
#define EXYNOS4412_DMC_MAX_THRESHOLD 30
#define EXYNOS4212_DMC_MAX_THRESHOLD 30
+#if defined(CONFIG_MACH_P4NOTE) || defined(CONFIG_MACH_SP7160LTE) || defined(CONFIG_MACH_M0) || defined(CONFIG_MACH_C1) || defined(CONFIG_MACH_T0)
+#define DECODING_LOAD 5
+#else
+#define DECODING_LOAD 10
+#endif
extern unsigned int up_threshold;
extern unsigned int ppmu_threshold;