]> git.proxmox.com Git - mirror_qemu.git/commit
hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfaces
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2021 14:15:10 +0000 (14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Mar 2021 13:14:55 +0000 (13:14 +0000)
commite834dfc64c8df1b28b3bf903a6fc231d033e7d5e
tree9a5f8305e8964e84484e27d83b8cb8f4b5e48ae4
parentba1c16e425011cf5ad73a07d3fdcf080e08c91e4
hw/display/pxa2xx_lcd: 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 pxa2xx_lcd 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-5-peter.maydell@linaro.org
hw/display/pxa2xx_lcd.c