mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +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:
parent
6a728e2d76
commit
cc92538d49
Notes:
sideshowbarker
2024-07-18 18:01:05 +09:00
Author: https://github.com/supercomputer7
Commit: cc92538d49
Pull-request: https://github.com/SerenityOS/serenity/pull/6277
Reviewed-by: https://github.com/ElectrodeYT
Reviewed-by: https://github.com/awesomekling
7 changed files with 882 additions and 0 deletions
|
@ -102,6 +102,10 @@
|
|||
#cmakedefine01 ICMP_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef INTEL_GRAPHICS_DEBUG
|
||||
#cmakedefine01 INTEL_GRAPHICS_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef INTERRUPT_DEBUG
|
||||
#cmakedefine01 INTERRUPT_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue