ladybird/Kernel/Graphics
Timon Kruiper 779a1d1232 Kernel/aarch64: Get framebuffer data from BootFramebufferConsole
The BootFramebufferConsole class maps the framebuffer using the
MemoryManager, so to be able to draw the logo, we need to get this
mapped framebuffer. This commit adds a unsafe API for that.
2022-10-01 14:09:01 +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 Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer 2022-09-24 15:38:56 +01:00
DisplayConnector.h Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +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