Re: [PATCH] drm/fbdev-dma: Fix framebuffer mode for big endian devices

2024-07-08 Thread Thomas Zimmermann
Hi, I've added a Fixes tag and merged the patch into drm-misc-next-fixes. Best regards Thomas Am 02.07.24 um 14:17 schrieb Thomas Huth: The drm_mode_legacy_fb_format() function only generates formats suitable for little endian devices. switch to drm_driver_legacy_fb_format() here instead to ta

Re: [PATCH] drm/fbdev-dma: Fix framebuffer mode for big endian devices

2024-07-02 Thread Javier Martinez Canillas
Thomas Huth writes: Hello Thomas, > The drm_mode_legacy_fb_format() function only generates formats suitable > for little endian devices. switch to drm_driver_legacy_fb_format() here > instead to take the device endianness into consideration, too. > > Suggested-by: Thomas Zimmermann > Signed-of

Re: [PATCH] drm/fbdev-dma: Fix framebuffer mode for big endian devices

2024-07-02 Thread Thomas Zimmermann
Hi Am 02.07.24 um 14:17 schrieb Thomas Huth: The drm_mode_legacy_fb_format() function only generates formats suitable for little endian devices. switch to drm_driver_legacy_fb_format() here instead to take the device endianness into consideration, too. Suggested-by: Thomas Zimmermann Signed-of

[PATCH] drm/fbdev-dma: Fix framebuffer mode for big endian devices

2024-07-02 Thread Thomas Huth
The drm_mode_legacy_fb_format() function only generates formats suitable for little endian devices. switch to drm_driver_legacy_fb_format() here instead to take the device endianness into consideration, too. Suggested-by: Thomas Zimmermann Signed-off-by: Thomas Huth --- Note: Patch has only bee