mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
Kernel: Add ioctl to get the EDID from a framebuffer
This commit is contained in:
parent
8184870f93
commit
03c45b1865
20 changed files with 265 additions and 84 deletions
|
@ -29,6 +29,8 @@ public:
|
|||
|
||||
virtual bool vga_compatible() const = 0;
|
||||
|
||||
virtual ErrorOr<ByteBuffer> get_edid(size_t output_port_index) const = 0;
|
||||
|
||||
virtual bool try_to_set_resolution(size_t output_port_index, size_t width, size_t height) = 0;
|
||||
virtual bool set_y_offset(size_t output_port_index, size_t y) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue