serenity/Kernel/Graphics
Sahan Fernando a2887dc157 Kernel: Disable GPU fencing for VirtIOGPU operations
These fences should not be needed, since we force the use of
synchronous operations through synchronous_virtio_gpu_command. The use
of these fences also causes severe lag when SERENITY_GL is enabled.
2022-03-09 14:58:48 +03:30
..
Bochs Kernel: Use IO init method for Bochs emulated VGA adapter 2022-02-24 09:08:04 +02:00
Console Kernel: Respect actual framebuffer pitch 2022-03-01 19:01:19 +01:00
Intel Kernel/Graphics: Override first byte of the EDID in Intel Native driver 2022-03-08 21:56:14 +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: Disable GPU fencing for VirtIOGPU operations 2022-03-09 14:58:48 +03:30
Definitions.h
FramebufferDevice.cpp Kernel: Don't override FramebufferDevice's memory regions on mmap 2022-03-08 15:58:51 -08:00
FramebufferDevice.h Kernel: Don't override FramebufferDevice's memory regions on mmap 2022-03-08 15:58:51 -08:00
GenericFramebufferDevice.cpp
GenericFramebufferDevice.h
GenericGraphicsAdapter.h
GraphicsManagement.cpp Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
GraphicsManagement.h Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
VGACompatibleAdapter.h Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00