Re: [PATCH 0/9] arm: drop dead code for non-32-bit-RGB surfaces

2021-02-15 Thread Richard Henderson
On 2/15/21 2:32 AM, Peter Maydell wrote: > Peter Maydell (9): > hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces > hw/display/tc6393xb: Remove dead code for handling non-32bpp surfaces > hw/display/tc6393xb: Expand out macros in template header > hw/display/tc6393xb: Inline tc6

[PATCH 0/9] arm: drop dead code for non-32-bit-RGB surfaces

2021-02-15 Thread Peter Maydell
This patchset removes dead code (including a couple of 'template' headers) for handling UI surfaces that are formats other than 32-bit RGB for the musicpal, tc6393xb and omap_lcdc display devices. For a long time now the UI layer has guaranteed that the console surface is always 32 bits per pixel