serenity/Kernel/Graphics
Liav A e3de568a45 Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnector
In such case, we should not assert but instead just return EINVAL.
2022-10-23 14:59:57 +02:00
..
Bochs Kernel/Graphics: Introduce support for QEMU isa-vga device 2022-09-20 19:05:13 +01:00
Console Kernel/aarch64: Get framebuffer data from BootFramebufferConsole 2022-10-01 14:09:01 +02:00
Generic Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
Intel Kernel/PCI: Convert PCI BAR number to a strong typed enum class 2022-09-20 18:43:05 +01:00
VirtIOGPU Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
VMWare Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
Definitions.h
DisplayConnector.cpp Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnector 2022-10-23 14:59:57 +02:00
DisplayConnector.h Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnector 2022-10-23 14:59:57 +02:00
GenericGraphicsAdapter.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GraphicsManagement.cpp Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory 2022-09-23 17:22:15 +01:00
GraphicsManagement.h Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory 2022-09-23 17:22:15 +01:00