]> git.ipfire.org Git - thirdparty/qemu.git/commit
console: Clean up bytes per pixel calculation
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 22 Aug 2012 15:19:42 +0000 (17:19 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:17 +0000 (21:44 -0500)
commitc6553fee8190eb3ea47bc07476c3f1ba0872cabc
treeccf427e10868101de43cf9748591ecfe6cb4978e
parenta0d718a39599d1967b4cd80027c25047565734a3
console: Clean up bytes per pixel calculation

Division with round up is the correct way to compute this even if the
only case where division with round down gives incorrect result is
probably 15 bpp. This case was explicitely patched up in one of these
functions but was unhandled in the other. (I'm not sure about setting
16 bpp for the 15bpp case either but I left that there for now.)

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
(cherry picked from commit feadf1a4de0d7468ffb671a2b9f681925469fa58)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
console.c