mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Add ioctl to get the EDID from a framebuffer
This commit is contained in:
parent
8184870f93
commit
03c45b1865
Notes:
sideshowbarker
2024-07-17 20:21:28 +09:00
Author: https://github.com/tomuta
Commit: 03c45b1865
Pull-request: https://github.com/SerenityOS/serenity/pull/11439
Reviewed-by: https://github.com/kleinesfilmroellchen
Reviewed-by: https://github.com/linusg ✅
20 changed files with 265 additions and 84 deletions
|
@ -36,6 +36,8 @@ public:
|
|||
|
||||
virtual bool vga_compatible() const override;
|
||||
|
||||
ErrorOr<ByteBuffer> get_edid(size_t output_port_index) const override;
|
||||
|
||||
private:
|
||||
// ^GenericGraphicsAdapter
|
||||
virtual bool try_to_set_resolution(size_t output_port_index, size_t width, size_t height) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue