pinephone, pinetab, etc devel chat | https://gitlab.com/pine64-org/ Bridged to #pinedev on Freenode and #pine-dev:matrix.org on Matrix
[I] <Daanct12> megi: the display jags still shows up
Читать полностью…[M] <anarsoul> Are there any known issues with HDMI DDC on Rock64?
Читать полностью…[I] <Tofe> yes, I get some data via uart (after some obscure initialization sequence on the i2c bus), but it's not matching what the userland driver expects
Читать полностью…[I] <megi> I only had issues with the need for calibration of the touchscreen
Читать полностью…[I] <megi> the controller in touchlux3 is a bit different from the one you named
Читать полностью…[I] <megi> Herrie1982: my touchlux 3 pocketbook uses cypress touchscreen
Читать полностью…Was wondering if you maybe have some ideas/thoughts on what might be wrong
Читать полностью…@megi I noticed you recently toyed with some Cypress kernel driver
Читать полностью…[I] <megi> but the output clock would be slower in u-boot
Читать полностью…[I] <megi> are you sure all clocks are set up correctly on rk3566 for vop2/mipi-dsi out?
Читать полностью…[I] <megi> it's not the only parameter to be interested in... old driver is fairly good at power saving. it would be interesting to see how the new one compares.
Читать полностью…[M] <piggz> anarsoul: dsimic: have rolled out kernel 6.13 to PP (and pPP) with the new wlan driver. Seems ok to me, i had 45mbps on fast.com
Читать полностью…[I] <megi> touchlux3 support was something I was doing before pinephone
Читать полностью…[I] <megi> dunno I worked on this like 6 years ago :)
Читать полностью…Just not sure how we could debug what's wrong really at this point. Tofe get's some data but it seems to be in the "wrong format"
Читать полностью…megi: Some background: we're trying to mainline HP TouchPad (tenderloin) msm8660 which uses this exotic (and non documented touchscreen). We have downstream drivers, schematics of the tenderloin board and there is a more or less working similar board. So it could be something small in dts
Читать полностью…[I] <megi> someone removed the driver from the mainline kernel, so I just reintorduced it and re-applied my patches on top to make it compatible with DT
Читать полностью…[I] <Tofe> To be precise it's a cy8ctma395, and the generic gen3 kernel driver in 6.10 doesn't work for that chip it seems
Читать полностью…We have some obscure Gen3 that had both uart and i2c and having some issues
Читать полностью…[I] <megi> given that it's a divider and has quite a low value to begin with, it may have quite a large effect
Читать полностью…[I] <Daanct12> it shows 0x406 in linux, but 0x408 in u-boot
Читать полностью…[I] <megi> maybe the clock is too fast or slow? on PPP I configure some clocks needed for display in clk driver to a fixed values https://xff.cz/git/u-boot/commit/?h=megi-v2024.10&id=40677dba7103e214c45373fbc9961cffd650e28a
Читать полностью…