diff options
author | Peter Maydell | 2021-02-11 15:15:08 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-14 14:14:55 +0100 |
commit | 560ebce6b2c54367e63757567230344c13999dc7 (patch) | |
tree | fea873c6c1de256cdc2f8db9aab6912baa114429 /hw/display/sm501.c | |
parent | hw/display/pl110: Remove dead code for non-32-bpp surfaces (diff) | |
download | qemu-560ebce6b2c54367e63757567230344c13999dc7.tar.gz qemu-560ebce6b2c54367e63757567230344c13999dc7.tar.xz qemu-560ebce6b2c54367e63757567230344c13999dc7.zip |
hw/display/pl110: Pull included-once parts of template header into pl110.c
The pl110_template.h header has a doubly-nested multiple-include pattern:
* pl110.c includes it once for each host bit depth (now always 32)
* every time it is included, it includes itself 6 times, to account
for multiple guest device pixel and byte orders
Now we only have to deal with 32-bit host bit depths, we can move the
code corresponding to the outer layer of this double-nesting to be
directly in pl110.c and reduce the template header to a single layer
of nesting.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20210211141515.8755-3-peter.maydell@linaro.org
Diffstat (limited to 'hw/display/sm501.c')
0 files changed, 0 insertions, 0 deletions