hw/display/pl110: Remove use of BITS from pl110_template.h
commitba1c16e425011cf5ad73a07d3fdcf080e08c91e4
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2021 14:15:09 +0000 (11 14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Mar 2021 13:14:55 +0000 (14 13:14 +0000)
treeef00f8aaae9d0ad1cd90804d10257cd3039a0205
parent560ebce6b2c54367e63757567230344c13999dc7
hw/display/pl110: Remove use of BITS from pl110_template.h

BITS is always 32, so remove all uses of it from the template header,
by dropping the trailing '32' from the draw function names and
not constructing the name of rgb_to_pixel32() via the glue() macro.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20210211141515.8755-4-peter.maydell@linaro.org
hw/display/pl110.c
hw/display/pl110_template.h