lkml.org 
[lkml]   [2021]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH v3 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel
This adds a driver for the LG.Philips SW43101 FHD (1080x1920) 58Hz OLED DSI
video mode panel, found on the Xiaomi Mi Note 2.

Changes since v2:
- Make the DT schema patch first in the series.
- Use backlight_get_brightness where needed.
- Remove 0xff mask from return value in sw43101_bl_get_brightness.
- Constify struct backlight_properties props in sw43101_create_backlight.
Changes since v1:
- Add regulator support.
- Add MAINTAINERS entry.
- Dual-license DT binding.

Yassine Oudjana (2):
dt-bindings: display: Add DT schema for LG.Philips SW43101
drm/panel: Add driver for LG.Philips SW43101 DSI video mode panel

.../display/panel/lgphilips,sw43101.yaml | 75 ++++
MAINTAINERS | 6 +
drivers/gpu/drm/panel/Kconfig | 10 +
drivers/gpu/drm/panel/Makefile | 1 +
.../gpu/drm/panel/panel-lgphilips-sw43101.c | 358 ++++++++++++++++++
5 files changed, 450 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/lgphilips,sw43101.yaml
create mode 100644 drivers/gpu/drm/panel/panel-lgphilips-sw43101.c

--
2.33.1


\
 
 \ /
  Last update: 2021-11-21 04:49    [W:0.043 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site