1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Kernel/Graphics/Intel
kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction
All users which relied on the default constructor use a None lock rank
for now. This will make it easier to in the future remove LockRank and
actually annotate the ranks by searching for None.
2022-08-19 20:26:47 -07:00
..
NativeDisplayConnector.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
NativeDisplayConnector.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
NativeGraphicsAdapter.cpp Kernel/Graphics: Bring back the mmap interface for DisplayConnectors 2022-06-06 20:11:05 +01:00
NativeGraphicsAdapter.h Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method 2022-07-15 12:23:22 +02:00