You don't actually say what your problem is.
would imply that the panel driver has registered with the rp1-dsi host controller, and I would expect that to have completed the initialisation of the DRM device and created a /dev/dri/cardN device.
What does "kmsprint" report? (You may need to add "--device /dev/dri/card2" or similar)
If you are wanting the DSI interface in a defined LP-11 state before trying to initialise the panel, then you'll want to add a "ctx->panel.prepare_prev_first = true;" after the drm_panel_init.
Code:
drm-rp1-dsi 1f00130000.dsi: rp1dsi_host_attach: Attach DSI device name=ek79202d channel=0 lanes=4 format=0 flags=0x15 hs_rate=0 lp_rate=0What does "kmsprint" report? (You may need to add "--device /dev/dri/card2" or similar)
If you are wanting the DSI interface in a defined LP-11 state before trying to initialise the panel, then you'll want to add a "ctx->panel.prepare_prev_first = true;" after the drm_panel_init.
Statistics: Posted by 6by9 — Wed Apr 02, 2025 4:11 pm