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

fix: Removes unreliable DRM availability check #38

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

gmbeard
Copy link
Owner

@gmbeard gmbeard commented Jul 23, 2024

The drmAvailable() function is seemingly returning false negatives in some scenarios. A reported example of this was KDE Plasma where the GPU was on /dev/dri/card1. The DRM planes were available even though this check failed. Seems we can just remove the check altogether.

The `drmAvailable()` function is seemingly returning false negatives in
some scenarios. A reported example of this was KDE Plasma where the GPU
was on `/dev/dri/card1`. The DRM planes were available even though this
check failed. Seems we can just remove the check altogether.
@gmbeard gmbeard force-pushed the fix/drm-availablility-check-false-negative branch from dcd438c to 1020395 Compare July 23, 2024 17:25
@gmbeard gmbeard merged commit 30c97f0 into main Jul 23, 2024
@gmbeard gmbeard deleted the fix/drm-availablility-check-false-negative branch July 23, 2024 17:29
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

Successfully merging this pull request may close these issues.

1 participant