1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Kernel/Graphics
Liav A 84fbab6803 Kernel: Move IO delay code to x86 architecture subdirectory
Many code patterns and hardware procedures rely on reliable delay in the
microseconds granularity, and since they are using such delays which are
valid cases, but should not rely on x86 specific code, we allow to
determine in compile time the proper platform-specific code to use to
invoke such delays.
2022-09-20 18:43:05 +01:00
..
Bochs Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Console Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Generic Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Intel Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
VirtIOGPU Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
VMWare Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
DisplayConnector.h Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
GenericGraphicsAdapter.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GraphicsManagement.cpp Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
GraphicsManagement.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00