1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:27:34 +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:
Liav A 2023-03-17 15:23:31 +02:00 committed by Linus Groh
parent 657bc71247
commit 3337a5722a
3 changed files with 0 additions and 67 deletions

View file

@ -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: