<ungeskriptet>
Does anyone know what could be causing the panel driver to only run the probe function? I'm working on a SM8250 tablet with a dual DSI non-DSC panel. For some reason only the probe function will run and the reset pin is left active without any errors
marvin24_ has quit [Ping timeout: 480 seconds]
<ungeskriptet>
I tried the panel driver on the panel-exclusives branch from Marijn[m], -next and v6.9-rc2 and all have the same outcome
<Marijn[m]>
ungeskriptet: none of the two drivers probe and attach DSI1. Something in the stack will block and wait until something is attached there.
<Marijn[m]>
ungeskriptet: there's an almost copy-pasteable example in the samsung-ana6707 driver on my branch
<Marijn[m]>
I'd like to figure out what it is that blocks though, maybe we can make it a bit more obvious (i.e. a timeout and thing in the logs). It's probably something simple because both dsis are expected to be used in sync
marvin24 has quit [Ping timeout: 480 seconds]
<ungeskriptet>
Marijn[m]: Thanks so much, that was the missing piece!