-
Notifications
You must be signed in to change notification settings - Fork 446
mesa: update to 24.3.1, wayland-protocol updated to 1.38 #1395
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
base: scarthgap
Are you sure you want to change the base?
Conversation
@leon-anavi I'm still testing the build against meta-raspberrypi scarthgap latest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work! I have just tested again this patch against branch Scarthgap with the official 7" gen 1 touchscreen display and Raspberry Pi 5. Thanks to this patch Weston uses dri_gbm.so
for both the microHDMI and the DSI.
Amazing work @leon-anavi I did test with Qt Wayland on Poky Styhead and master meta-raspberrypi too. In that case, I would say both PRs are ready for CI and merging unless anyone have more change requests. |
This Pull Request along with #1390 is becoming abandoned and neglected. |
@agherzan @kraj could you please have a look at these GitHub pull requests? With these changes @BassemMohsen has fixed the hardware acceleration for DSI displays. A lot of people have been asking/waiting for this fix. I tested it more than a moth ago, back in December. Best regards, |
Upgrade to latest official mesa release. Fixes DRM DSI linking to missing and non exisiting library drm-rp1-dsi_dri.so on mesa 24.0.7 from poky scarthgap and styhead. agherzan#1389 Signed-off-by: Bassem Nomany <bassem.nomany@id8-engineering.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Based on PR #1390
Update to latest mesa 24.3.1 release
Fixes DRAM DSI linking to missing library drm-rp1-dsi_dri.so
fixes #1389
Added new dependencies required by msea version update.
Removed DRI3 option as it's now removed from meson build options.
Updated Wayland Protocol to 1.38 as it's minimum required version for mesa 24.3.1
This PR will be completed when 24.3.1 is final official release. For now, I'm leaving it as work of progress to help whoever have issues with RPI5 DSI.