1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:17:36 +00:00
serenity/Kernel/Graphics/VirtIOGPU
Idan Horowitz ec1f3abd34 Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer
This allows us to avoid the infallible String::formatted.
2022-01-13 00:20:08 -08:00
..
Console.cpp Kernel + WindowServer: Re-define the interface to framebuffer devices 2021-10-27 07:57:44 +03:00
Console.h Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code 2021-10-27 07:57:44 +03:00
FramebufferDevice.cpp Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer 2022-01-13 00:20:08 -08:00
FramebufferDevice.h Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
GraphicsAdapter.cpp Kernel/Graphics: Re-order parameters in VirtIO GraphicsAdapter methods 2021-10-27 07:57:44 +03:00
GraphicsAdapter.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
Protocol.h Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code 2021-10-27 07:57:44 +03:00