mbox series

[v1,0/2] Add suppport for rm69299 Visionox panel driver and add DSI config to support DSI version

Message ID 1573726588-18897-1-git-send-email-harigovi@codeaurora.org (mailing list archive)
Headers show
Series Add suppport for rm69299 Visionox panel driver and add DSI config to support DSI version | expand

Message

Harigovindan P Nov. 14, 2019, 10:16 a.m. UTC
Current patchset adds support for rm69299 visionox panel driver used in MSM reference platforms 
and also adds DSI config that supports the respective DSI version.

The visionox panel driver supports a resolution of 1080x2248 with 4 lanes and supports only single DSI mode.

Current patchset is tested on actual panel.

Harigovindan P (2):
  drm/panel: add support for rm69299 visionox panel driver
  drm/msm: add DSI config changes to support DSI version

 drivers/gpu/drm/msm/dsi/dsi_cfg.c              |  21 ++
 drivers/gpu/drm/msm/dsi/dsi_cfg.h              |   1 +
 drivers/gpu/drm/panel/Kconfig                  |   9 +
 drivers/gpu/drm/panel/Makefile                 |   1 +
 drivers/gpu/drm/panel/panel-visionox-rm69299.c | 478 +++++++++++++++++++++++++
 5 files changed, 510 insertions(+)
 create mode 100644 drivers/gpu/drm/panel/panel-visionox-rm69299.c

Comments

Stephen Boyd Nov. 14, 2019, 5:15 p.m. UTC | #1
Quoting Harigovindan P (2019-11-14 02:16:26)
> Current patchset adds support for rm69299 visionox panel driver used in MSM reference platforms 
> and also adds DSI config that supports the respective DSI version.
> 
> The visionox panel driver supports a resolution of 1080x2248 with 4 lanes and supports only single DSI mode.
> 
> Current patchset is tested on actual panel.

Do you have the DT binding patch?