commit | 4902b8a703779ee2d85da406d6f1dc16df71a43d | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <siro@das-labor.org> | Mon May 29 19:25:12 2017 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Jun 12 15:17:09 2017 -0400 |
tree | 9d78ef245ac730a3b2a1bd5e70f0d1ef1ec1db2e | |
parent | 4b42cc4b31f682214ab473838f0de0584f58cba8 [diff] |
SeaVGABIOS/vbe: Query driver for scanline pitch v2 Query the driver for the real scanline pitch in bytes. As cbvga doesn't change the pitch on mode change, always return the same pitch, that might exceed width times Bytes-per-pixel. Report the default stdvga pitch for all other drivers. Signed-off-by: Patrick Rudolph <siro@das-labor.org>