serenity/Kernel/Graphics/VirtIOGPU
Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult
The kernel has been gradually moving towards KResult from just bare
int's, this change migrates the IOCTL paths.
2021-07-27 01:23:37 +04:30
..
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: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
FrameBufferDevice.h Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
GPU.cpp Everywhere: Prefer using {:#x} over 0x{:x} 2021-07-22 08:57:01 +02:00
GPU.h Kernel: Clean up VirtIOGPU class interfaces 2021-07-18 19:58:17 +04:30
GraphicsAdapter.cpp Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp 2021-07-18 19:58:17 +04:30
GraphicsAdapter.h Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp 2021-07-18 19:58:17 +04:30
Protocol.h Kernel: Replace VirtIOGPU reinterpret casts with AK::BinaryBufferWriter 2021-07-18 19:58:17 +04:30