serenity/Kernel/Graphics/VGA
Liav A cd115270fc Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder
In the same fashion like in the Linux kernel, we support pre-initialized
framebuffers that were set up by either the BIOS or the bootloader.
These framebuffers can be backed by any kind of video hardware, and are
not tied to VGA hardware at all. Therefore, this code should be in a
separate sub-folder in the Graphics subsystem to indicate this.
2022-06-25 11:32:09 +01:00
..
ISAAdapter.cpp
ISAAdapter.h Everywhere: Purge all support and usage of framebuffer devices 2022-05-05 20:55:57 +02:00
PCIAdapter.cpp
PCIAdapter.h Everywhere: Purge all support and usage of framebuffer devices 2022-05-05 20:55:57 +02:00
VGACompatibleAdapter.cpp
VGACompatibleAdapter.h Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder 2022-06-25 11:32:09 +01:00