serenity/Kernel/Graphics
Liav A aacb1f0bf4 Kernel: Rename PCI::DeviceController => PCI::Device
Now that the old PCI::Device was removed, we can complete the PCI
changes by making the PCI::DeviceController to be named PCI::Device.

Really the entire purpose and the distinction between the two was about
interrupts, but since this is no longer a problem, just rename it to
simplify things further.
2021-08-23 01:07:45 +02:00
..
Bochs Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
Console Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
Intel Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
VirtIOGPU Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
Definitions.h Kernel/Graphics: Add basic support for Intel native accelerator 2021-05-16 19:58:33 +02:00
FramebufferDevice.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
FramebufferDevice.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
GraphicsDevice.h Kernel: Simplify graphics initialization somewhat 2021-07-03 16:28:49 +02:00
GraphicsManagement.cpp Kernel: Remove unused "VGA font" memory region in GraphicsManagement 2021-08-08 14:24:54 +02:00
GraphicsManagement.h Kernel: Rename SpinLock => Spinlock 2021-08-22 03:34:10 +02:00
VGACompatibleAdapter.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
VGACompatibleAdapter.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00