hw/display/pl110: Remove dead code for non-32-bpp surfaces
commit62bdc8c1646fe710c35f34d0b63a2b520807696c
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2021 14:15:07 +0000 (11 14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Mar 2021 13:14:55 +0000 (14 13:14 +0000)
tree34ee3958a06b223306f3dd4c52b25488d4abfd7c
parent999be4a2d3d156ba38d4620e3dbfc8851943874f
hw/display/pl110: Remove dead code for non-32-bpp surfaces

For a long time now the UI layer has guaranteed that the console
surface is always 32 bits per pixel. Remove the legacy dead
code from the pl110 display device which was handling the
possibility that the console surface was some other format.

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