ladybird/Kernel/Graphics
Liav A 1462211ccf Kernel: Allow WorkQueue items allocation failures propagation
In most cases it's safe to abort the requested operation and go forward,
however, in some places it's not clear yet how to handle these failures,
therefore, we use the MUST() wrapper to force a kernel panic for now.
2022-04-20 19:47:18 +02:00
..
Bochs Kernel: Use IO init method for Bochs emulated VGA adapter 2022-02-24 09:08:04 +02:00
Console Kernel: Use original Console m_x and m_y in Text based implementations 2022-03-19 13:39:59 +00:00
Intel Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
VGA Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
VirtIOGPU Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
FramebufferDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FramebufferDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericFramebufferDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericFramebufferDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +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/Graphics: Don't declare VGA changing-state methods as const 2022-03-18 03:46:23 -07:00
GraphicsManagement.h Kernel/Graphics: Don't declare VGA changing-state methods as const 2022-03-18 03:46:23 -07:00
VGACompatibleAdapter.h Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00