Joel Wirāmu Pauling

Results 21 comments of Joel Wirāmu Pauling

Hrm - I've had a look I have a number of waveshare clone 3.5 screens which all use the xpt2046 and ads7846 overlay as the driver for the touch panel....

Any way you could map spi0.1 to spi1.0 within fbcp-ili9341 or through up a fake spi as a bitbanged implementation. The touch need not be fast; am just trying to...

The current rpi 4.14 kernel overlays have an sp1-cs3 overlay that loads the spi1 bus; and I can confirm with this loaded and fbcp-ili9431 running I don't hit any conflicts.

Currently looking to add the ili9486 to this project which is kinda a mashup of your approach + fbcp but has touch support https://github.com/bitbank2/BB-CP So far your driver gives the...

Implementing individual cert for IPSEC and OpenVPN is IMNSHO more important. On Jun 12, 2016 06:24, "AlexCatch" [email protected] wrote: > IKEv2 would be good for mobile applications, would open up...

Thanks - i've had good results with it so far in testing and I certainly see boost states being more responsive and subsequently better performance whilst using PBO curve optimizer...

As an related aside - there has been a screed of PBO2 Ryzen optimization threads in various places and forums. As you can see from the test sequence https://openbenchmarking.org/result/2110228-TJ-AMDPSTATE42,2110227-TJ-AMDPSTATE84,2110221-TJ-AMDPSTATE95,2110221-TJ-AMDPSTATE95,2110222-TJ-AMDPSTATE16,2110229-TJ-AMDPSTATE54,2110226-TJ-AMDPSTATE39,2110213-TJ-PBO25AUTO59,2110191-TJ-PBO25THER16,2110213-TJ-PBO30018056,2110219-TJ-PBO50THER12,2110226-TJ-AMDPSTATE62&hgv=pbo50-therm76-x8&ppt=D&swl=1&hgv=pbo50-therm76-x8&ppt=D&swl=1&hgv=amdpstate-pbo50-therm760-x8&ppt=D&swl=1&hgv=amdpstate-pbo50-therm76-autoscal-ondemand&ppt=D&swl=1&hgv=amdpstate-pbo50-autosc-therm81&ppt=D&swl=1&hgv=amdpstate-pbo25-therm76-autos&ppt=D&swl=1&hgv=amdpstate-pbo25-therm76-autos-ondemand&ppt=D&swl=1&hgv=amdpstate-pbo200-autos-therm76&ppt=D&swl=1&hgv=amdpstate-pbo200-autos-therm76&ppt=D&swl=1&hgv=amdpstate-pbo75-therm76-autos&ppt=D The...

I tried; because in xm2 the acpi_cpufreq is built in even adding kernel grub option to blacklist it fail to allow amd_pstate to 'grab' it; and as there isn't an...

Just to further clarify, acpi_cpufreq generally should not be configured as a built-in module as it will supercede the ability to use other frequency schedulers. This is the default in...

the AD8232 just returns a reading over Analog ; ideally I just want a data structure where this reading can be returned into and then the rest of the code...