Hi,
I am trying to bring-up my display panel on a imx8mn hardware with the mainline kernel version 6.13.
I have enabled the following drivers,
IMX_IPUV3_CORE=m
DRM=m
DRM_IMX=m
DRM_ETNAVIV=m
DRM_ETNAVIV_THERMAL=m
DRM_IMX_LCDIF=m
DRM_SAMSUNG_DSIM=m
Even though I am able to see the DSI devices enumerated in the drm filesystem, Running a modetest with imx-lcdif gives me a kernel crash. But the backlight has turned on.
If i enable DRM_IMX_MXSFB, I do not see a kernel crash. But no image comes on the display. The backlight turns on.
Is there other dependencies for IMX8mn, to have the display working on a mainline linux kernel 6.13?