Reggression caused by "drm/fb-helper: Don't use the preferred depth for the BPP default"

Fabio Estevam festevam at gmail.com
Wed Apr 16 13:31:59 UTC 2025


Hi Thomas,

On Wed, Apr 16, 2025 at 3:41 AM Thomas Zimmermann <tzimmermann at suse.de> wrote:

> The proper fix would patch the driver to support 32-bit correctly. It
> looks like the panel only supports 16 bpp and 24 bpp, so format
> conversion would be required.
>
> For an easier fix, you can replace drm_client_setup() at [1] with
> drm_client_setup_with_fourcc() and pass DRM_FORMAT_RGB565 as the second
> argument.

Your suggestion works, and I have just sent a patch.

Thanks a lot for your help!


More information about the dri-devel mailing list