[PATCH v2 0/2] gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G and Droid X2

Svyatoslav Ryhel posted 2 patches 1 month, 1 week ago
.../display/panel/motorola,mot-panel.yaml     |  69 +++++
drivers/gpu/drm/panel/Kconfig                 |  12 +
drivers/gpu/drm/panel/Makefile                |   1 +
drivers/gpu/drm/panel/panel-motorola-mot.c    | 244 ++++++++++++++++++
4 files changed, 326 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/motorola,mot-panel.yaml
create mode 100644 drivers/gpu/drm/panel/panel-motorola-mot.c
[PATCH v2 0/2] gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G and Droid X2
Posted by Svyatoslav Ryhel 1 month, 1 week ago
Add support for the DSI LCD panel module found in Motorola Atrix 4G or
Droid X2 smartphones. Exact panel vendor and model are unknown hence panel
uses generic compatible based on board where it is used. The panel has a
540x960 resolution with 24 bit RGB per pixel.

---
Changes in v2:
- updated schema commit description
---

Svyatoslav Ryhel (2):
  dt-bindings: display: panel: document Atrix 4G and Droid X2 DSI panel
  gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G
    and Droid X2

 .../display/panel/motorola,mot-panel.yaml     |  69 +++++
 drivers/gpu/drm/panel/Kconfig                 |  12 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-motorola-mot.c    | 244 ++++++++++++++++++
 4 files changed, 326 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/motorola,mot-panel.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-motorola-mot.c

-- 
2.51.0
Re: [PATCH v2 0/2] gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G and Droid X2
Posted by Neil Armstrong 3 weeks, 2 days ago
Hi,

On Mon, 23 Feb 2026 08:46:28 +0200, Svyatoslav Ryhel wrote:
> Add support for the DSI LCD panel module found in Motorola Atrix 4G or
> Droid X2 smartphones. Exact panel vendor and model are unknown hence panel
> uses generic compatible based on board where it is used. The panel has a
> 540x960 resolution with 24 bit RGB per pixel.
> 

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/2] dt-bindings: display: panel: document Atrix 4G and Droid X2 DSI panel
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/6b263e50c036ab5a366142fb050e287d50d404b6
[2/2] gpu/drm: panel: add support for DSI panel used in Motorola Atrix 4G and Droid X2
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/a187482243cac177d04ce9b5571acc76ab800e9b

-- 
Neil