1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Kernel/Graphics/Intel
Liav A 016fedbd20 Kernel/IntelGraphics: Move DisplayPlane enable code to derived classes
Instead of doing that on the IntelDisplayPlane class, let's have this in
derived classes so these classes can decide how to use the settings that
were provided before calling the enable method.
2023-02-19 15:01:01 -07:00
..
Auxiliary Kernel: Split I2C functionality from IntelNativeDisplayConnector code 2023-02-02 02:10:33 -07:00
Plane Kernel/IntelGraphics: Move DisplayPlane enable code to derived classes 2023-02-19 15:01:01 -07:00
Transcoder Kernel/IntelGraphics: Move pipe management to the Transcoder class 2023-02-19 15:01:01 -07:00
Definitions.h Kernel/IntelGraphics: Add Generation enum to the Definitions file 2023-02-19 15:01:01 -07:00
DisplayConnectorGroup.cpp Kernel/IntelGraphics: Move DisplayPlane enable code to derived classes 2023-02-19 15:01:01 -07:00
DisplayConnectorGroup.h Kernel/IntelGraphics: Add Generation enum to the Definitions file 2023-02-19 15:01:01 -07:00
NativeDisplayConnector.cpp Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class 2023-02-19 15:01:01 -07:00
NativeDisplayConnector.h Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class 2023-02-19 15:01:01 -07:00
NativeGraphicsAdapter.cpp Kernel/IntelGraphics: Add Generation enum to the Definitions file 2023-02-19 15:01:01 -07:00
NativeGraphicsAdapter.h Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class 2023-02-19 15:01:01 -07:00