Tool/software:
Hello,
I am working on getting a new MIPI DSI display working with a custom board using the AM67. Our software is based on the ti-linux-kernel 11.01.02 tag, v6.12.33, with the addition of this patch stack https://lore.kernel.org/dri-devel/20250414-cdns-dsi-impro-v3-0-4e52551d4f07@ideasonboard.com/. There is no driver for this specific panel so we have been modifying another MIPI DSI driver to work with this display. Currently we get no video output on the display. We have been able to probe the clock and the data 0 lane and we are able to see the clock and the initialization sequence commands being sent in low power mode. The initialization sequence for this panel is a DCS 0x11 command then a DCS 0x29 command. Here is an image of part of the data capture from data 0 during the initialization sequence (channel 2 in blue):
After the initialization sequence is done, we do not see anymore data but the clock continues.
We also used kmsgrab to see what was in the frame buffer, and it is the image we expect to see. We do not see video data being sent to the display at any point. What could be preventing the driver from ever sending the video data to the panel?
Regards,
Nathan