linux icon indicating copy to clipboard operation
linux copied to clipboard

DSI on cm3 not working

Open cahz opened this issue 6 years ago • 2 comments

I am trying to get a DSI display working on the Raspberry Pi Compute Module 3 (cm3). I have added the display to the device tree and enabled vc4 as a dt overlay. However, vc4 is failing on boot. I have tried raspberrypi@b839be4 (rpi-4.14.y) and raspberrypi@c2f4561 (rpi-4.19.y). On 4.14 there is a NULL Pointer occuring in [0], on 4.19 vc4 fails on unbinding the hdmi interface.

On which branch can I expect a working DSI interface for the standard rpi display?

[0] https://github.com/raspberrypi/linux/blob/rpi-4.14.y/drivers/gpu/drm/drm_atomic_helper.c#L156

cahz avatar Oct 20 '18 16:10 cahz

Please always report the exact kernel version and full stacktrace in case of a serious error.

Did you try this pull request and the referenced issue?

lategoodbye avatar Oct 22 '18 18:10 lategoodbye

Thanks for pointing out the PR. I looked through some PRs, but must have missed this one.

Booting up and loading the driver seems better now and there are no errors in the logs. As I don't have the display here at the moment, I cannot confirm functionality yet.

cahz avatar Oct 23 '18 15:10 cahz