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-vu3dztd92roxwddmvfq...@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?

+
  config DRM_PANEL_RONBO_RB070D30
        tristate "Ronbo Electronics RB070D30 panel"
        depends on OF

Reply via email to