1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 20:57:41 +00:00
serenity/Kernel/Graphics
Tom 4c506f91fe Kernel: Disable BootFramebufferConsole when drivers create a new one
When GraphicsManagement initializes the drivers we can disable the
bootloader framebuffer console. Right now we don't yet fully destroy
the no longer needed console as it may be in use by another CPU.
2022-02-04 21:34:12 +01:00
..
Bochs Kernel: Disable BootFramebufferConsole when drivers create a new one 2022-02-04 21:34:12 +01:00
Console Kernel: Set up an initial boot framebuffer console 2022-02-04 21:34:12 +01:00
Intel Kernel: Disable BootFramebufferConsole when drivers create a new one 2022-02-04 21:34:12 +01:00
VirtIOGPU Kernel: Disable BootFramebufferConsole when drivers create a new one 2022-02-04 21:34:12 +01:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
FramebufferDevice.cpp Kernel: Protect FramebufferDevice with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
FramebufferDevice.h Kernel: Protect FramebufferDevice with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
GenericFramebufferDevice.cpp Kernel: Protect FramebufferDevice with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
GenericFramebufferDevice.h Kernel: Protect FramebufferDevice with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
GenericGraphicsAdapter.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
GraphicsManagement.cpp Kernel: Disable BootFramebufferConsole when drivers create a new one 2022-02-04 21:34:12 +01:00
GraphicsManagement.h Kernel: Disable BootFramebufferConsole when drivers create a new one 2022-02-04 21:34:12 +01:00
VGACompatibleAdapter.cpp Kernel: Disable BootFramebufferConsole when drivers create a new one 2022-02-04 21:34:12 +01:00
VGACompatibleAdapter.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00