Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSI on cm3 not working #143

Open
cahz opened this issue Oct 20, 2018 · 2 comments
Open

DSI on cm3 not working #143

cahz opened this issue Oct 20, 2018 · 2 comments

Comments

@cahz
Copy link

cahz commented Oct 20, 2018

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/linux@b839be4 (rpi-4.14.y) and raspberrypi/linux@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

@lategoodbye
Copy link

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?

@cahz
Copy link
Author

cahz commented Oct 23, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants