mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Kernel: Improve debug prints for VirtIOGPU device config events
This commit is contained in:
parent
4dddc56ad9
commit
04226f0c0a
2 changed files with 14 additions and 2 deletions
|
@ -23,6 +23,8 @@
|
|||
#define MAX_VIRTIOGPU_RESOLUTION_WIDTH 3840
|
||||
#define MAX_VIRTIOGPU_RESOLUTION_HEIGHT 2160
|
||||
|
||||
#define VIRTIO_GPU_EVENT_DISPLAY (1 << 0)
|
||||
|
||||
namespace Kernel::Graphics::VirtIOGPU {
|
||||
|
||||
class Console;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue