hw/display/pxa2xx_lcd: Remove dest_width state field
commit9e53ecdc20c0d94550c7bfde217e63e4362196f3
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2021 14:15:11 +0000 (11 14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Mar 2021 13:14:55 +0000 (14 13:14 +0000)
treefb6b99a6186f2694711aafb1570e2a4c9babdba5
parente834dfc64c8df1b28b3bf903a6fc231d033e7d5e
hw/display/pxa2xx_lcd: Remove dest_width state field

Since the dest_width is now always 4 because the output surface is
32bpp, we can replace the dest_width state field with a constant.

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