index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Graphics
/
Intel
/
NativeGraphicsAdapter.h
Age
Commit message (
Expand
)
Author
2023-02-19
Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class
Liav A
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-07
Kernel/Graphics: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-15
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
Liav A
2022-05-05
Kernel/Graphics: Simplify the GenericGraphicsAdapter class
Liav A
2022-05-05
Kernel/Graphics: Migrate Intel driver to use the DisplayConnector design
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-10-27
Kernel/Graphics: Rename GraphicsDevice => GenericGraphicsAdapter
Liav A
2021-10-27
Kernel/Graphics: Convert type method => bool vga compatible method
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-07-11
Kernel/Graphics: Move Intel graphics related code to a separate folder
Liav A