fbdev: wait vsync after mode change, not before
authornotaz <notasas@gmail.com>
Sun, 13 Mar 2022 23:17:09 +0000 (01:17 +0200)
committernotaz <notasas@gmail.com>
Sun, 13 Mar 2022 23:21:53 +0000 (01:21 +0200)
commit33787db41d955f8dcafe833097f2cc87d70186ec
tree1483ad07f5afda651c4e5c7c02f29a47513dd4db
parentfdfcdca978ffcb21472d0b0f6025557678ff35da
fbdev: wait vsync after mode change, not before

As it was before we were getting a full frame scanout of the old mode,
while the emu (or whatever) was already writing a frame in new mode.

first_write_to_front is a hack for psx.
linux/fbdev.c
linux/fbdev.h