mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 23:53:57 +07:00
f47056e880
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 |