serenity/Kernel/Graphics
Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes
Now that all KResult and KResultOr are used consistently throughout the
kernel, it's no longer necessary to return negative error codes.
However, we were still doing that in some places, so let's fix all those
(bugs) by removing the minuses. :^)
2021-08-06 00:37:47 +02:00
..
Bochs Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
Console Everywhere: Mark debug-only functions [[maybe_unused]] 2021-07-08 10:11:00 +02:00
Intel Kernel: Make a helper in the Intel graphics driver return StringView 2021-08-06 00:37:47 +02:00
VirtIOGPU Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
Definitions.h
FramebufferDevice.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
FramebufferDevice.h Kernel: Fix handful of remaining "return -EFOO" mistakes 2021-08-06 00:37:47 +02:00
GraphicsDevice.h Kernel: Simplify graphics initialization somewhat 2021-07-03 16:28:49 +02:00
GraphicsManagement.cpp Prekernel: Export some multiboot parameters in our own BootInfo struct 2021-07-27 13:15:16 +02:00
GraphicsManagement.h Kernel: Put VirtIOGPU related types into a namespace 2021-07-18 19:58:17 +04:30
VGACompatibleAdapter.cpp Kernel: Simplify graphics initialization somewhat 2021-07-03 16:28:49 +02:00
VGACompatibleAdapter.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00