<cengiz_io>
daniels I'm trying both cards card0 and card1
<cengiz_io>
will try to compile drm_info now. thanks. the worst part is I've tried every example devicetree definition I could ever find over the last two weeks
<cengiz_io>
none of them helped
<cengiz_io>
can panel-simple work with drm?
<pcercuei>
yes
<pcercuei>
I believe you use a custom (non-upstream) device tree?
<daniels>
yeah, no connectors and no encoders makes me think that you're either missing some modules (bridge, power regulator, panel, etc) or missing the device tree
<pcercuei>
it could be that the panel driver does not probe. Did you check dmesg?
<pcercuei>
this is for another SoC and another driver btw, which expects the IPU to be at port 8
<pcercuei>
in your case it's port 0
<cengiz_io>
oh ok
lynxeye has quit [Quit: Leaving.]
adjtm has joined #etnaviv
berton has quit [Quit: Leaving]
adjtm has quit [Quit: Leaving]
<cengiz_io>
is there any other requirement to probe panel-simple other than using a matching compatible string in devicetree and enabling CONFIG_DRM_PANEL_SIMPLE?