mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
This commit is contained in:
parent
3d36b194d1
commit
20c9e4c05c
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