mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
This commit is contained in:
parent
3d36b194d1
commit
20c9e4c05c
Notes:
sideshowbarker
2024-07-17 10:19:47 +09:00
Author: https://github.com/supercomputer7
Commit: 20c9e4c05c
Pull-request: https://github.com/SerenityOS/serenity/pull/14249
Issue: https://github.com/SerenityOS/serenity/issues/14139
Reviewed-by: https://github.com/linusg ✅
7 changed files with 24 additions and 11 deletions
|
@ -112,7 +112,7 @@ protected:
|
|||
virtual ErrorOr<void> flush_first_surface() = 0;
|
||||
virtual ErrorOr<void> flush_rectangle(size_t buffer_index, FBRect const& rect);
|
||||
|
||||
ErrorOr<void> initialize_edid_for_generic_monitor();
|
||||
ErrorOr<void> initialize_edid_for_generic_monitor(Optional<Array<u8, 3>> manufacturer_id_string);
|
||||
|
||||
mutable Spinlock m_control_lock;
|
||||
mutable Mutex m_flushing_lock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue