Conversation
d2f7e1f to
4b808ab
Compare
57aacfc to
16c1a0e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1680 +/- ##
==========================================
- Coverage 19.17% 6.83% -12.35%
==========================================
Files 175 175
Lines 28562 28569 +7
==========================================
- Hits 5478 1953 -3525
- Misses 23084 26616 +3532
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cmeissl
commented
Mar 22, 2025
Drakulix
reviewed
Mar 24, 2025
16c1a0e to
2148ea6
Compare
2148ea6 to
e7bf5dc
Compare
Drakulix
approved these changes
Apr 14, 2025
e7bf5dc to
800eb1a
Compare
800eb1a to
119b373
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for display only nodes by falling back to the primary gpu for rendering.
In addition to the render fallback it also tries to import foreign gbm buffers through dmabuf export/import.
Unfortunately it seems the DisplayLink driver has some issues regarding vsync and will issue a vblank right after
scheduling a page flip. This leads to visual tearing, probably caused by the user-space driver part. As a mitigation this PR also adds a way to throttle vblanks.