W dniu 2024-04-15 07:39, Christophe JAILLET napisał(a):
Le 15/04/2024 à 07:37, david-vu3dztd92roxwddmvfq...@public.gmane.org a
écrit :
W dniu 2024-04-14 22:22, Christophe JAILLET napisał(a):
Le 14/04/2024 à 17:22, David Wronek a écrit :
Add support for the 2560x1600@90Hz OLED panel by EDO bundled with a
Raydium RM69380 controller, as found on the Lenovo Xiaoxin Pad Pro
2021.
Signed-off-by: David Wronek
<david-vu3dztd92roxwddmvfqv5g-xmd5yjdbdmrexy1tmh2...@public.gmane.org>
---
drivers/gpu/drm/panel/Kconfig | 14 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-raydium-rm69380.c | 378
++++++++++++++++++++++++++
3 files changed, 393 insertions(+)
diff --git a/drivers/gpu/drm/panel/Kconfig
b/drivers/gpu/drm/panel/Kconfig
index 154f5bf82980..84cbd838f57e 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -542,6 +542,20 @@ config DRM_PANEL_RAYDIUM_RM692E5
Say Y here if you want to enable support for Raydium
RM692E5-based
display panels, such as the one found in the Fairphone 5
smartphone.
+config DRM_PANEL_RAYDIUM_RM69380
+ tristate "Raydium RM69380-based DSI panel"
+ depends on BACKLIGHT_CLASS_DEVICE
+ depends on DRM_DISPLAY_DP_HELPER
+ depends on DRM_DISPLAY_HELPER
+ depends on DRM_MIPI_DSI
+ depends on OF
+ help
+ Say Y here if you want to enable support for Raydium
RM69380-based
+ display panels.
+
+ This panel controller can be found in the Lenovo Xiaoxin Pad
Pro 2021
+ in combiantion with an EDO OLED panel.
combination?
Yes, this is just one of the examples where this driver IC can be
found. It can also be used with panels other than those from EDO.
Hi, sorry if i was unclear.
Is there a typo: s/combiantion/combination/ ?
CJ
Ah, now I get it. Yes, that is indeed a typo. Thanks for pointing this
out.
+
config DRM_PANEL_RONBO_RB070D30
tristate "Ronbo Electronics RB070D30 panel"
depends on OF
Best regards,
David Wronek <david-vu3dztd92roxwddmvfq...@public.gmane.org>
--
Best regards,
David Wronek <da...@mainlining.org>