-
Notifications
You must be signed in to change notification settings - Fork 5k
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
More imports from 4.9.y #2374
More imports from 4.9.y #2374
Conversation
"bcm2835-camera: Correct port_parameter_get return value" not required. |
I think we want all of those. We should probably double check that vc4 probes well with and without panel attached with that overlay change. |
It works OK without a DSI panel, but running with it (and no HDMI) I get a crash:
I'll merge the other commits and leave the overlay until you've had time to look at it, unless you have a suggestion now. |
I think it's crashing here (https://github.com/raspberrypi/linux/blob/rpi-4.14.y/drivers/gpu/drm/drm_atomic_helper.c#L156) because connector->state (r3) is NULL. |
Signed-off-by: Eric Anholt <eric@anholt.net>
Are we still paying attention to 4.9? Should I look into this? |
4.9 is still the release kernel, although we should be moving to 4.14 soon. But I believe we will only backport bug fixes now, and probably not fixes for this driver, since its beta anyway, but only for other areas (i.e. we just backported a network driver fix). |
@anholt This PR is pulling patches that are in the 4.9 branch but missing from 4.14, so popcornmix's reported issue is on 4.14 with these patches. |
@anholt @6by9 Can you confirm that your respective commits in this PR are still required and correctly ported?