[PATCH v4 0/2] DRM: panel: add support for Sharp LQ079L1SX01 panel

Svyatoslav Ryhel posted 2 patches 3 days, 13 hours ago
.../display/panel/sharp,lq079l1sx01.yaml      |  99 ++++++++
drivers/gpu/drm/panel/Kconfig                 |  15 ++
drivers/gpu/drm/panel/Makefile                |   1 +
.../gpu/drm/panel/panel-sharp-lq079l1sx01.c   | 223 ++++++++++++++++++
4 files changed, 338 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq079l1sx01.yaml
create mode 100644 drivers/gpu/drm/panel/panel-sharp-lq079l1sx01.c
[PATCH v4 0/2] DRM: panel: add support for Sharp LQ079L1SX01 panel
Posted by Svyatoslav Ryhel 3 days, 13 hours ago
Sharp LQ079L1SX01 panel is a LCD panel working in dual video mode found in
Xiaomi Mi Pad (A0101).

---
Changes in v2:
- adjusted schema with ">" and dsi0 > dsi
- fixed copyright from Nvidia to Xiaomi since sconfiguration equence is
  based on the downstream Xiaomi code.
- adjusted commit name of second commit

Changes in v3:
- tested with drm-misc-next
- switched to mipi_dsi_dual* macros

Changes in v4:
- removed unused struct drm_display_mode pointer from driver struct
- adjusted resolution in Kconfig description
- rebased onto drm-misc-next
---

Svyatoslav Ryhel (2):
  dt-bindings: display: panel: document Sharp LQ079L1SX01 panel
  gpu/drm: panel: Add Sharp LQ079L1SX01 panel support

 .../display/panel/sharp,lq079l1sx01.yaml      |  99 ++++++++
 drivers/gpu/drm/panel/Kconfig                 |  15 ++
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-sharp-lq079l1sx01.c   | 223 ++++++++++++++++++
 4 files changed, 338 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq079l1sx01.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-sharp-lq079l1sx01.c

-- 
2.48.1