ChanServ changed the topic of #linux-cros-arm to:
hexdump01 has joined #linux-cros-arm
hexdump0815 has quit [Ping timeout: 480 seconds]
hexdump01 has quit []
hexdump0815 has joined #linux-cros-arm
<hexdump0815> jenneron[m]: i build v6.1.52 based on pmos v6.1.56 changes and hdmi works as expected, but usb3 is broken
<jenneron[m]> interesting
<jenneron[m]> i'm wondering which of our patches breaks it
<hexdump0815> as it worked with my v6.1.51 kernel i checked the diff of v6.1.51 to 52 and nothing really looks like potentially causing that breakage
<hexdump0815> i'll now build v6.1.51 with the new patches and see if usb3 is still broken and if that is the case i'll simply diff the trees with old and new patches and we can see what in the diff might cause the problem - kernel config was the same for all kernels
<hexdump0815> quick update also regarding the kukui dp alt over type-c i looked at some weeks ago: did not get anything to work yet
<hexdump0815> with the mt8183-cadmium-kukui.enable-ite.patch i have in my kernel tree something seems to work, i.e. connection and disconnection of monitor gets detected, but everything else seems broken around that
<hexdump0815> that patch seems like simply taking the cros dts stuff to mainline, but cros has quite a few changes in the type-c code as well i think
<hexdump0815> there is also some patch on the lists, which seems to do the dp alt handling the new and proper way (if i understood it correctly), but it seems to be against drm-next or something, so very hard to patch against any other tree
<hexdump0815> so i gave up on that for now as well ... will pick it up again at a leter time maybe
<hexdump0815> it would be very nice to get external monitor support working on kukui as well - even as limited as it is at hw level
<hexdump0815> jenneron[m]: interesting - v6.1.51 with the v6.1.56 pmos changes has working usb3 - so looks like really something between v6.1.51 and v6.1.52 seems to break it ...