ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
jhovold has joined #aarch64-laptops
calebccff has quit [Remote host closed the connection]
calebccff_ has joined #aarch64-laptops
<steev>
qzed: you can take a look at bamse's latest work towards sc8180x at https://github.com/andersson/kernel - sc8180x-next-20220502 is the branch (newer next has some dpu changes that are incompatible with a couple of patches, i haven't yet looked to see if the changes are integrated or applicable yet)
<qzed>
thanks, yeah that's what I've meant with "latest patches"
<qzed>
but I've figured out that it's (at least in part) a config thing
<qzed>
turns out my old kernel also had the same issue when adapting the newer config for it
<steev>
you do need some 8150 things and 8250 things to be enabled
<qzed>
even though I thought I had used the older config as base for the newer one...
<qzed>
so I'm trying to figure out which options I need for the old one to work right now and then use those to hopefully get the new ones working as well
<steev>
well from 5.13 to newer, i do believe the panel options changed
<steev>
CONFIG_DRM_PANEL_SIMPLE=m
<steev>
CONFIG_DRM_PANEL_EDP=m
<qzed>
very much possible, thanks for the hints!
<qzed>
probably a good time to make an attempt at a smaller config too... and not just "enable everything and hopes it works"
flowriser has joined #aarch64-laptops
<qzed>
Okay, so the display clock controller seems to be one part of the equation
<qzed>
SM_DISPCC_8250=y leads to the black screen
<qzed>
but I can still SSH into the machine, so nothing seems to crash
<qzed>
me not specifying the panel in the DSDT is probably part of the problem I guess
<qzed>
(haven't gotten around to that yet)
<qzed>
that's all still for 5.13... so I'll have to see how that applies to the latest patches