mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
Kernel: Simplify VirtIOGPU attach_physical_range_to_framebuffer method
According to the specification, modesetting can be invoked with no need for flushing the framebuffer nor with DMA to transfer the framebuffer rendering.
This commit is contained in:
parent
657bc71247
commit
3337a5722a
3 changed files with 0 additions and 67 deletions
|
@ -37,8 +37,6 @@ public:
|
|||
Graphics::VirtIOGPU::ScanoutID scanout_id() const { return m_scanout_id; }
|
||||
Graphics::VirtIOGPU::Protocol::DisplayInfoResponse::Display display_information(Badge<VirtIOGraphicsAdapter>) const;
|
||||
|
||||
void draw_ntsc_test_pattern(Badge<VirtIOGraphicsAdapter>);
|
||||
|
||||
void initialize_console(Badge<VirtIOGraphicsAdapter>);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue