Hacker News new | ask | show | jobs
by jsheard 192 days ago
Doesn't the UEFI firmware map a GPU framebuffer into the main address space "for free" so you can easily poke raw pixels over the bus? Then again the UEFI FB is only single-buffered, so if you rely on that in lieu of full-fat GPU drivers then you'd probably want to layer some CPU framebuffers on top anyway.
2 comments

Yes if you have UEFI.
well, if you poke framebuffer pixels directly you might as well do scanline racing.
Alas, I don't think UEFI exposes vblank/hblank interrupts so you'd just have to YOLO the timing.