commit | bb7443f6d6f09411ea10f06e6cb0d416bd1ccebd | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Tue Feb 17 17:30:52 2015 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Mar 03 08:33:08 2015 +0100 |
tree | 3d01f66f23e0bc87df16713247ee40fc075d9586 | |
parent | 876d516311c1538a7d29f2abec48b7cda0645eea [diff] |
qxl: refactor rounding up to a nearest power of 2 We already have pow2floor, mirror it and use instead of a function with similar results (same in used domain), to clarify our intent. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>