hi i need a little help. i am trying to use your war2 kernel source on liquidsmooth lp.but i had always non-gpl error on mali drivers. how can i solve this?Just use Raw TW. I don't plan to support Touchwiz ROMs anymore.
hi i need a little help. i am trying to use your war2 kernel source on liquidsmooth lp.but i had always non-gpl error on mali drivers. how can i solve this?Just use Raw TW. I don't plan to support Touchwiz ROMs anymore.
I don't understand your questionhi i need a little help. i am trying to use your war2 kernel source on liquidsmooth lp.but i had always non-gpl error on mali drivers. how can i solve this?
sorry for bad english. im trying to compile a rom using your kernel source. and im getting errors saying this "/home/er/liq/kernel/samsung/raw/drivers/gpu/mali400/r3p2/mali/Kbuild:53: *** Runtime PM is incompatible with non-GPL license. Stop." or " *** Linux Device integration is incompatible with non-GPL license***I don't understand your question
Oh that's a weird error you have there. Just look at Kbuild, there's a check for Mali license files. For some reason the GPL file drivers/gpu/mali400/r3p2/mali/linux/license/gpl/mali_kernel_license.h is not found so that triggers it. You can remove the check safely I guess. Have you modified anything?sorry for bad english. im trying to compile a rom using your kernel source. and im getting errors saying this "/home/er/liq/kernel/samsung/raw/drivers/gpu/mali400/r3p2/mali/Kbuild:53: *** Runtime PM is incompatible with non-GPL license. Stop." or " *** Linux Device integration is incompatible with non-GPL license***
how can i find out the error reason?
i only add .cpio files in usr/ that you said too. i didnt modify anything another. im using .cpio files for twrp recovery of bauner's. so i will remove the check. thanks for the help.Oh that's a weird error you have there. Just look at Kbuild, there's a check for Mali license files. For some reason the GPL file drivers/gpu/mali400/r3p2/mali/linux/license/gpl/mali_kernel_license.h is not found so that triggers it. You can remove the check safely I guess. Have you modified anything?
If you want to build from source you'll also have to add boot.cpio and recovery.cpio in usr/galaxys2_initramfs_files/ extracted from NightOwl. EDIT: you won't need them since you're building for the rom, okay
It can be used on RR- 5.5.9?So, can anyone report on the battery life for War r2?
For me its also working better then R1. Thx 4 your great job geeckodevFor me it is better
Sent from my GT-N7000 using XDA Free mobile app
No idea, but you can always try and flash the original kernel back if anything goes wrongIt can be used on RR- 5.5.9?
Looks good to me.So, can anyone report on the battery life for War r2?
Is it happening with War r1? Also do you know your phone's voltage group?im on nightowl cyanogenmod 12.1 20151030 version ,using this kernel since last three day's ,the problem with this kernel is phone get switch off certain times and have to manually start the phone what could be the problem?
Is it happening with War r1? Also do you know your phone's voltage group?
EDIT: @bauner I spotted a typo in the Mali platform file exynos4_pmm.c that sets the GPU at 200MHz with a very low voltage when the clocks are enabled (when it goes out of sleep I guess). That could be the cause of some instabilities. It was introduced when we migrated to r3p2 drivers.
Yes.It can be used on RR- 5.5.9?
I already installed, but after two days to see how it goes.Yes.
It is also the same in r3p1... But maybe we should tryIs it happening with War r1? Also do you know your phone's voltage group?
EDIT: @bauner I spotted a typo in the Mali platform file exynos4_pmm.c that sets the GPU at 200MHz with a very low voltage when the clocks are enabled (when it goes out of sleep I guess). That could be the cause of some instabilities. It was introduced when we migrated to r3p2 drivers.
#if defined(CONFIG_CPU_EXYNOS4212) || defined(CONFIG_CPU_EXYNOS4412)
mali_runtime_resume_table mali_runtime_resume = {266, 900000, 1};
#else
mali_runtime_resume_table mali_runtime_resume = {267, 1000000, 1};
#endif
Keep in mind that r3p1 drivers have never been shipped in any 4210 device. JB was using r2p4It is also the same in r3p1... But maybe we should try
Code:#if defined(CONFIG_CPU_EXYNOS4212) || defined(CONFIG_CPU_EXYNOS4412) mali_runtime_resume_table mali_runtime_resume = {266, 900000, 1}; #else mali_runtime_resume_table mali_runtime_resume = {267, 1000000, 1}; #endif