Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec2174fe authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge tag 'drm/panel/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next

drm/panel: Changes for v4.8-rc1

This set of changes contains a few cleanups for existing panels as well
as improved handling of certain backlights. In addition there's support
for a few new simple panels.

* tag 'drm/panel/for-4.8-rc1' of git://anongit.freedesktop.org/tegra/linux:
  drm/panel: simple: Add support for Starry KR122EA0SRA panel
  dt-bindings: Add Starry KR122EA0SRA panel binding
  dt-bindings: Add vendor prefix for Starry
  dt-bindings: display: Add Sharp LQ101K1LY04 panel binding
  drm/panel: simple: Add support for Sharp LQ101K1LY04
  drm/panel: simple: Add support for LG LP079QX1-SP0V panel
  dt-bindings: Add support for LG LP079QX1-SP0V panel
  drm/panel: simple: Add support for Sharp LQ123P1JX31 panel
  dt-bindings: Add Sharp LQ123P1JX31 panel binding
  drm/panel: simple: Add support for Samsung LSN122DL01-C01 panel
  dt-bindings: Add Samsung LSN122DL01-C01 panel binding
  drm/panel: simple: Add support for LG LP097QX1-SPA1 panel
  dt-bindings: Add LG LP097QX1-SPA1 panel binding
  drm/panel: simple: Update backlight state property
  drm/panel: simple: Remove gratuitous blank line
  drm/panel: simple: Fix a couple of physical sizes
parents 877fa9a4 9bb34c4c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
LG LP079QX1-SP0V 7.9" (1536x2048 pixels) TFT LCD panel

Required properties:
- compatible: should be "lg,lp079qx1-sp0v"

This binding is compatible with the simple-panel binding, which is specified
in simple-panel.txt in this directory.
+7 −0
Original line number Diff line number Diff line
LG 9.7" (2048x1536 pixels) TFT LCD panel

Required properties:
- compatible: should be "lg,lp097qx1-spa1"

This binding is compatible with the simple-panel binding, which is specified
in simple-panel.txt in this directory.
+7 −0
Original line number Diff line number Diff line
Samsung 12.2" (2560x1600 pixels) TFT LCD panel

Required properties:
- compatible: should be "samsung,lsn122dl01-c01"

This binding is compatible with the simple-panel binding, which is specified
in simple-panel.txt in this directory.
+7 −0
Original line number Diff line number Diff line
Sharp Display Corp. LQ101K1LY04 10.07" WXGA TFT LCD panel

Required properties:
- compatible: should be "sharp,lq101k1ly04"

This binding is compatible with the simple-panel binding, which is specified
in simple-panel.txt in this directory.
+7 −0
Original line number Diff line number Diff line
Sharp 12.3" (2400x1600 pixels) TFT LCD panel

Required properties:
- compatible: should be "sharp,lq123p1jx31"

This binding is compatible with the simple-panel binding, which is specified
in simple-panel.txt in this directory.
Loading