From 19f722adef1973a3177d852bc6dac1d24e0cebc1 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sun, 15 Sep 2019 21:54:05 +0200 Subject: gemini: dir685: Restore graphics One of the v4.19 patches had a bug, this is fixed upstream, but in OpenWrt we can fix it by just fixing the bug in the patch. We also need to augment the config file to select the CONFIG_DRM_FBDEV_EMULATION symbol. This restores the display controller on the DIR-685 to working state: penguin and graphics on the little screen with default OpenWrt install. Signed-off-by: Linus Walleij --- target/linux/gemini/config-4.19 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/gemini/config-4.19') diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 index a817303ec8..ac295f0857 100644 --- a/target/linux/gemini/config-4.19 +++ b/target/linux/gemini/config-4.19 @@ -146,6 +146,7 @@ CONFIG_DRM=y CONFIG_DRM_BRIDGE=y # CONFIG_DRM_CDNS_DSI is not set # CONFIG_DRM_DEBUG_SELFTEST is not set +CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_GEM_CMA_HELPER=y # CONFIG_DRM_I2C_NXP_TDA9950 is not set CONFIG_DRM_KMS_CMA_HELPER=y -- cgit v1.2.3