1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 12:31:10 +00:00
serenity/Kernel/Graphics
Liav A b4e409f721 Kernel/Graphics: Drop support for the DisplayConnector write interface
The WindowServer doesn't use this interface anymore and therefore it's
not used by any userspace application, so let's remove this stale method
to ensure we don't have to bother with it anymore.
2022-06-06 20:11:05 +01:00
..
Bochs Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
Console Kernel/Graphics: Implement basic cursor for FramebufferConsole 2022-05-06 12:28:02 +02:00
Intel Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
VGA Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
VirtIOGPU Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
VMWare Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Kernel/Graphics: Drop support for the DisplayConnector write interface 2022-06-06 20:11:05 +01:00
DisplayConnector.h Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
GenericGraphicsAdapter.h Kernel/Graphics: Simplify the GenericGraphicsAdapter class 2022-05-05 20:55:57 +02:00
GraphicsManagement.cpp Kernel/Graphics: Protect the list of display connectors with a Spinlock 2022-05-06 18:05:14 +02:00
GraphicsManagement.h Kernel/Graphics: Protect the list of display connectors with a Spinlock 2022-05-06 18:05:14 +02:00