virtio-gpu: start working on the scheme

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2023-07-03 17:12:59 +10:00
parent 4bbda21f0b
commit 7cc2f4eff7
15 changed files with 394 additions and 25 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ fn main() {
let report_ty = ReportTy::Input;
let report_id = 0;
let mut display = File::open("display:input").expect("Failed to open orbital input socket");
let mut display = File::open("display/vesa:input").expect("Failed to open orbital input socket");
//TODO: get dynamically
let mut display_width = 0;