diff options
author | Liav A <liavalb@gmail.com> | 2021-04-12 22:07:30 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-16 19:58:33 +0200 |
commit | cc92538d49a629ed91fb8cadfdc4c65225248e63 (patch) | |
tree | b9f30ae774c6b7644d3df5bc4269dbad4bf4fc0d /Kernel/CMakeLists.txt | |
parent | 6a728e2d761601a9d21f2269e2febbfde55b3646 (diff) | |
download | serenity-cc92538d49a629ed91fb8cadfdc4c65225248e63.zip |
Kernel/Graphics: Add basic support for Intel native accelerator
We simply modeset the resolution after determining the preferred
resolution after getting the EDID from the attached display.
Diffstat (limited to 'Kernel/CMakeLists.txt')
-rw-r--r-- | Kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index e0e6be75d8..9e0d582604 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -54,6 +54,7 @@ set(KERNEL_SOURCES Graphics/BochsGraphicsAdapter.cpp Graphics/FramebufferDevice.cpp Graphics/GraphicsManagement.cpp + Graphics/IntelNativeGraphicsAdapter.cpp Graphics/RawFramebufferDevice.cpp Graphics/VGACompatibleAdapter.cpp Storage/Partition/DiskPartition.cpp |