Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-07-03 Thread Thomas Zimmermann
Merged into drm-misc-fixes. Am 27.06.24 um 19:35 schrieb Thomas Huth: Starting with kernel 6.7, the framebuffer text console is not working anymore with the virtio-gpu device on s390x hosts. Such big endian fb devices are usinga different pixel ordering than little endian devices, e.g. DRM_FORMA

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-07-02 Thread Thomas Zimmermann
Hi Am 01.07.24 um 10:54 schrieb Geert Uytterhoeven: Hi Thomas, On Mon, Jul 1, 2024 at 10:42 AM Thomas Huth wrote: On 28/06/2024 08.07, Thomas Zimmermann wrote: Am 27.06.24 um 19:35 schrieb Thomas Huth: Starting with kernel 6.7, the framebuffer text console is not working anymore with the vi

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-07-01 Thread Geert Uytterhoeven
Hi Thomas, On Mon, Jul 1, 2024 at 10:42 AM Thomas Huth wrote: > On 28/06/2024 08.07, Thomas Zimmermann wrote: > > Am 27.06.24 um 19:35 schrieb Thomas Huth: > >> Starting with kernel 6.7, the framebuffer text console is not working > >> anymore with the virtio-gpu device on s390x hosts. Such big e

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-07-01 Thread Thomas Huth
On 28/06/2024 08.07, Thomas Zimmermann wrote: Hi Am 27.06.24 um 19:35 schrieb Thomas Huth: Starting with kernel 6.7, the framebuffer text console is not working anymore with the virtio-gpu device on s390x hosts. Such big endian fb devices are usinga different pixel ordering than little endian d

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-06-28 Thread Geert Uytterhoeven
Hi Thomas, On Fri, Jun 28, 2024 at 8:07 AM Thomas Zimmermann wrote: > Am 27.06.24 um 19:35 schrieb Thomas Huth: > > Starting with kernel 6.7, the framebuffer text console is not working > > anymore with the virtio-gpu device on s390x hosts. Such big endian fb > > devices are usinga different pixe

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-06-28 Thread Geert Uytterhoeven
Hi Thomas, CC Christian On Thu, Jun 27, 2024 at 7:35 PM Thomas Huth wrote: > Starting with kernel 6.7, the framebuffer text console is not working > anymore with the virtio-gpu device on s390x hosts. Such big endian fb > devices are usinga different pixel ordering than little endian devices, > e

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-06-27 Thread Thomas Zimmermann
Hi Am 27.06.24 um 19:35 schrieb Thomas Huth: Starting with kernel 6.7, the framebuffer text console is not working anymore with the virtio-gpu device on s390x hosts. Such big endian fb devices are usinga different pixel ordering than little endian devices, e.g. DRM_FORMAT_BGRX instead of DRM

Re: [PATCH] drm/fbdev-generic: Fix framebuffer on big endian devices

2024-06-27 Thread Javier Martinez Canillas
Thomas Huth writes: Hello Thomas, > Starting with kernel 6.7, the framebuffer text console is not working > anymore with the virtio-gpu device on s390x hosts. Such big endian fb > devices are usinga different pixel ordering than little endian devices, > e.g. DRM_FORMAT_BGRX instead of DRM_FO