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

drm: Detect if drivers support buffer modifiers #694

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

aperezdc
Copy link
Member

@aperezdc aperezdc commented Feb 6, 2024

Use drmGetCap() in the DRM modesetting renderer to detect whether framebuffers can be created with modifiers, instead of always trying to use them and falling back to avoid them.

@aperezdc aperezdc added the enhancement New feature or request label Feb 6, 2024
@aperezdc aperezdc self-assigned this Feb 6, 2024
@aperezdc aperezdc force-pushed the aperezdc/drm-detect-addfb2modifiers branch from 6400efb to d72d8a0 Compare February 6, 2024 11:24
Use drmGetCap() in the DRM modesetting renderer to detect whether
framebuffers can be created with modifiers, instead of always trying
to use them and falling back to avoid them.
@aperezdc aperezdc force-pushed the aperezdc/drm-detect-addfb2modifiers branch from d72d8a0 to 76443c7 Compare March 6, 2024 16:00
@aperezdc aperezdc merged commit b24304f into master Mar 8, 2024
5 checks passed
@aperezdc aperezdc deleted the aperezdc/drm-detect-addfb2modifiers branch March 8, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants