mirror of https://gitee.com/openkylin/linux.git
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 | ||
Kconfig | ||
Makefile | ||
hx8357d.c | ||
ili9225.c | ||
ili9341.c | ||
mi0283qt.c | ||
mipi-dbi.c | ||
repaper.c | ||
st7586.c | ||
st7735r.c |