1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +00:00

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.
This commit is contained in:
Liav A 2021-04-12 22:07:30 +03:00 committed by Andreas Kling
parent 6a728e2d76
commit cc92538d49
7 changed files with 882 additions and 0 deletions

View file

@ -136,6 +136,7 @@ set(HTTPSJOB_DEBUG ON)
set(ICMP_DEBUG ON)
set(ICO_DEBUG ON)
set(IPV4_DEBUG ON)
set(INTEL_GRAPHICS_DEBUG ON)
set(IRC_DEBUG ON)
set(KEYBOARD_DEBUG ON)
set(LEXER_DEBUG ON)