rellla

Results 35 comments of rellla

I had a look into the kernel bits and found https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/staging/media/meson/vdec/vdec_helpers.c?id=876f123b8956b455a89a172b905f9ecbb6fc5b67 which seems related to the issue. There are offsets, which slightly differ and aren't found anymore. I have to...

Update: This most likely is a kernel bug: https://pastebin.com/raw/4XDz6xDF seems to fix it. So I think, we can close this issue. I need to find the right path to get...

As we can see in https://github.com/allwinner-zh/bootloader/blob/master/u-boot-2011.09/drivers/video_sun7i/de_bsp/de/ebios/de_fe.c#L1849 this piece of code is nonsense and should be mostly like that: ``` bright = bright*64/100; saturaion = saturaion*64/100; // Notice their "typo" contrast...

https://github.com/rellla/linux-sunxi/commit/3d0fb7c69f4fa3e26d183752a47da505d2eb124b should be a way in the right direction.

You'll have to make a pull request to lemakers linux-sunxi kernel branch, as mentioned in the thread of lemakers forum. Pull requests on github.com/linux-sunxi will most likely not been proceeded....