mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-02-05 20:21:48 +00:00
Due to copy/paste error, the fbdev format was changed to 32bpp = XRGB8888
which is an emulated format for the RGB565 drivers. Revert to to using the
fallback which is dev->mode_config.preferred_depth for the drivers that
set it or 32bpp for those that don't (repaper, st7586).
Fixes:
|
||
|---|---|---|
| .. | ||
| core | ||
| hx8357d.c | ||
| ili9225.c | ||
| ili9341.c | ||
| Kconfig | ||
| Makefile | ||
| mi0283qt.c | ||
| mipi-dbi.c | ||
| repaper.c | ||
| st7586.c | ||
| st7735r.c | ||