linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add support for Tianma nt36672a video mode panel
@ 2020-08-11 18:21 Sumit Semwal
  2020-08-11 18:21 ` [PATCH v4 1/2] dt-bindings: display: panel: Add bindings for Tianma nt36672a panel Sumit Semwal
  2020-08-11 18:21 ` [PATCH v4 2/2] drm: panel: Add tianma nt36672a panel driver Sumit Semwal
  0 siblings, 2 replies; 5+ messages in thread
From: Sumit Semwal @ 2020-08-11 18:21 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg
  Cc: David Airlie, Daniel Vetter, Mauro Carvalho Chehab,
	David S . Miller, Rob Herring, linux-kernel, dri-devel,
	devicetree, Bjorn Andersson, Sumit Semwal

Some Poco F1 phones from Xiaomi have an nt36672a video mode panel; add support
for the same.
Most of the panel data is taken from downstream panel dts, and is converted to
drm-panel based driver by me.
It has been validated with v5.8-rc5 on Poco F1 phone; my tree with other
dependent patches is here [1]

[1]: https://git.linaro.org/people/sumit.semwal/linux-dev.git/log/?h=dev/poco-panel-upstreaming

---
v2: In dt-binding, removed ports node, making port@0 directly under panel@0 node.
    Also updated the panel_on delay to a safer 200ms as needed for latest Android.
v3: Replaced port@0 with just port in panel@0 node.
v4: Since "0425662fdf05: drm: Nuke mode->vrefresh", we have to calculate
    vrefresh on demand. Update for it.

Sumit Semwal (2):
  dt-bindings: display: panel: Add bindings for Tianma nt36672a panel
  drm: panel: Add tianma nt36672a panel driver

 .../display/panel/tianma,nt36672a.yaml        |  95 ++
 MAINTAINERS                                   |   7 +
 drivers/gpu/drm/panel/Kconfig                 |  11 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-tianma-nt36672a.c | 858 ++++++++++++++++++
 5 files changed, 972 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/tianma,nt36672a.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-tianma-nt36672a.c

-- 
2.28.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-14  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11 18:21 [PATCH v4 0/2] Add support for Tianma nt36672a video mode panel Sumit Semwal
2020-08-11 18:21 ` [PATCH v4 1/2] dt-bindings: display: panel: Add bindings for Tianma nt36672a panel Sumit Semwal
2020-08-11 18:21 ` [PATCH v4 2/2] drm: panel: Add tianma nt36672a panel driver Sumit Semwal
2020-08-13 19:46   ` Sam Ravnborg
2020-08-14  8:53     ` Sumit Semwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).