[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-9.2 00/53] arm: Drop deprecated boards
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH for-9.2 00/53] arm: Drop deprecated boards |
Date: |
Tue, 3 Sep 2024 19:15:24 +0200 |
On Tue, Sep 3, 2024 at 7:04 PM Peter Maydell <peter.maydell@linaro.org> wrote:
> The PXA display device doesn't pass anything through to the guest,
> by the way -- it just draws the pixels in the guest framebuffer
> in a different place in the UI window. As the FIXME comment in
> pxa2xx_lcd.c notes, this should really have been done in common
> code, not in a specific display driver.
spitz also passes it through SPITZ_GPIO_SWB ("Tablet mode"), though
it's incomplete because it should have treated 180 the same as 0.
> As we both note, the UI input layer part *is* generic code so it
> will do the rotation regardless of whether the display device is
> also rotating the guest output. But that seems to me more of
> an accident than an intentional feature.
Yes, it is, though it *is* working. On the other hand I doubt anyone
is using it. Since we have in the past removed single options like
-alt-grab, whoever needs it can resurrect the code from git and add
the options to -display. They can also add rotation of the output as a
separate knob from rotation of the input.
Paolo
- [PATCH for-9.2 49/53] hw/display: Remove omap_dss, (continued)
- [PATCH for-9.2 49/53] hw/display: Remove omap_dss, Peter Maydell, 2024/09/03
- [PATCH for-9.2 50/53] hw/misc: Remove omap_l4 device, Peter Maydell, 2024/09/03
- [PATCH for-9.2 51/53] hw/misc/omap_clk: Remove OMAP2-specifics, Peter Maydell, 2024/09/03
- [PATCH for-9.2 53/53] hw: Remove omap2 specific defines and enums, Peter Maydell, 2024/09/03
- [PATCH for-9.2 52/53] hw/dma: Remove omap_dma4 device, Peter Maydell, 2024/09/03
- Re: [PATCH for-9.2 00/53] arm: Drop deprecated boards, Paolo Bonzini, 2024/09/03
- Re: [PATCH for-9.2 00/53] arm: Drop deprecated boards, Philippe Mathieu-Daudé, 2024/09/09
- Re: [PATCH for-9.2 00/53] arm: Drop deprecated boards, Guenter Roeck, 2024/09/09
- Re: [PATCH for-9.2 00/53] arm: Drop deprecated boards, Peter Maydell, 2024/09/10