PabloPL

Results 39 comments of PabloPL

Made a test using mali binary driver - it rendered an empty screen (dumped using mali syscall tracker). Will do the same with intel in a few minutes (since this...

Working implementation (for both zero and non zero scissor) in https://github.com/yuq/mesa-lima/pull/15. > Then we can just skip draws when scissor=0 for now. It turns out that we can't skip drawing....

TODO - we should set scissor (non zero case) only for the first draw that enabled the scissor and for latter draw only if scissor is dirty - check why...

Work done on **for-upstream/cpuidle** Tested by checking /sys/devices/system/cpu/cpu0/cpuidle/state0/usage and it looks like it's working. Not sure if it should be in dts (we need pmu_syscon access) - other drivers are...

It looks like upstream won't accept new cpuidle driver (which handles only WFI state). Tried to go with cpuidle-arm but it's mostly used for arm64. We should extend current exynos...

Ok, i think i'll send onenand patches in 3 parts: - first which adds device tree support - patch which adds 8Gb datasize onenand can be send separate (need to...

Branch rebased on current upstream.

FYI 8Gb datasize OneNAND patch was accepted in upstream Edit 1: Merged into upstream

I'm going to split "unify resource order for controller variants" patch like they suggested and send whole onenand to upstream.

https://github.com/fourkbomb/linux/tree/modem There is some rewritten samsung ipc driver for mainline. We would need to implement onedram driver.