1
Fork 0
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:
Sahan Fernando 2021-07-08 00:15:32 +10:00 committed by Ali Mohammad Pur
parent 4dddc56ad9
commit 04226f0c0a
2 changed files with 14 additions and 2 deletions

View file

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