ladybird/Kernel/Graphics/VirtIOGPU
Brian Gianforcaro 5f1c98e576 Kernel: Use operator ""sv in all class_name() implementations
Previously there was a mix of returning plain strings and returning
explicit string views using `operator ""sv`. This change switches them
all to standardized on `operator ""sv` as it avoids a call to strlen.
2021-10-03 13:36:10 +02:00
..
Console.cpp Kernel: Put VirtIOGPU related types into a namespace 2021-07-18 19:58:17 +04:30
Console.h Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp 2021-07-18 19:58:17 +04:30
FrameBufferDevice.cpp Kernel: Rename FileDescription => OpenFileDescription 2021-09-07 13:53:14 +02:00
FrameBufferDevice.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
GPU.cpp Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
GPU.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
GraphicsAdapter.cpp Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
GraphicsAdapter.h Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
Protocol.h AK: Add missing AK/Types.h include to VirtIO/Protocol.h 2021-09-28 03:13:54 +03:00