-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: remove drivers trying to take the framebuffer #356
base: main
Are you sure you want to change the base?
drm: remove drivers trying to take the framebuffer #356
Conversation
Hey, just a heads up, this isn't being ignored, it has just stalled while waiting on some of our key engineers to become available. The few of us that do have the bandwidth don't have enough domain expertise to understand all the implications. Someone will hopefully get to this soon enough. Thanks for the patience! |
I used with ArchLinux Kernel 5.19.11 and nvidia-open-git-dkms package and didn’t fix me issue with the framebuffer |
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.
Found a typo
* might. | ||
*/ | ||
#if defined(NV_LINUX_APERTURE_H_PRESENT) | ||
/* Linux 6.0-rc1 has this, the drm apreture func wraps this */ |
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.
/* Linux 6.0-rc1 has this, the drm apreture func wraps this */ | |
/* Linux 6.0-rc1 has this, the drm aperture function wraps this */ |
Signed-off-by: Yusuf Khan <[email protected]>
f6d7406
to
0779583
Compare
It's been almost an entire year, how is this still not merged? Surely there has been enough time for people to look at it (and other PRs). |
I don't think this can be merged as-is, since in addition to removing conflicting drivers such as nouveau, it will also remove important drivers such as efifb or vesafb. I think removing those without replacing the console will cause the console to stop working completely. I have a series of changes to add support for framebuffer consoles, similar to #342 but integrated with the rest of the driver. In that change, the driver calls |
Signed-off-by: Yusuf Khan [email protected]