[GIT PULL] drm/panel: Changes for v3.20-rc1

Thierry Reding thierry.reding at gmail.com
Wed Jan 28 01:04:26 PST 2015


Hi Dave,

The following changes since commit 21773f16f2cb3c056051c679da542f0b494252e2:

  Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-01-28 09:34:27 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-3.20-rc1

for you to fetch changes up to b5217bf4692218d202d3d2cd772864fa1e10be4d:

  drm/bridge: dw-hdmi: Adapt to bridge API change (2015-01-28 10:01:30 +0100)

This one is essentially the previous one, but rebased on drm-next and a
couple of fixups for the drm_bridge breakage. And one more fixup for the
dw-hdmi bridge that was posted earlier today.

Thanks,
Thierry

----------------------------------------------------------------
drm/panel: Changes for v3.20-rc1

This contains the long-awaited drm_bridge series that makes Chromebooks
work for people. I had thought this would've been perfect by now, but
then I go and build test it and the first thing it does is yell about a
recursive dependency. I fixed that up because I was feeling bad for not
getting around to look at this earlier.

Biseds that there is new support for two more panels, a couple of fixup
patches to the Sharp LQ101R1SX01 dual-channel DSI panel driver and a
potential NULL pointer dereference fix.

----------------------------------------------------------------
Ajay Kumar (11):
      drm/bridge: ptn3460: Few trivial cleanups
      drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init
      drm/bridge: make bridge registration independent of drm flow
      drm/bridge: ptn3460: Convert to I2C driver model
      drm/exynos: dp: support drm_bridge
      drm/bridge: ptn3460: support drm_panel
      drm/bridge: ptn3460: probe connector at the end of bridge attach
      drm/bridge: ptn3460: use gpiod interface
      Documentation: drm: bridge: move to video/bridge
      Documentation: devicetree: Add vendor prefix for parade
      Documentation: bridge: Add documentation for ps8622 DT properties

Dan Carpenter (1):
      drm: Check the right variable when setting formats

Dave Airlie (1):
      drm/sti: fixup for bridge interface

Fabio Estevam (2):
      drm/bridge: dw-hdmi: Fix return error path
      drm/bridge: dw-hdmi: Adapt to bridge API change

Philipp Zabel (4):
      of: Add vendor prefix for Giantplus Technology Co., Ltd.
      drm/panel: simple: Add support for Giantplus GPG482739QS5
      of: Add vendor prefix for Shanghai AVIC Optoelectronics Co., Ltd.
      drm/panel: simple: Add AVIC TM070DDH03 panel support

Thierry Reding (4):
      drm/mipi-dsi: Avoid potential NULL pointer dereference
      drm/panel: sharp: lq101r1sx01: Add delay after display on
      drm/panel: sharp: lq101r1sx01: Respect power timings
      drm/panel: sharp: lq101r1sx01: Remove unneeded include

 .../devicetree/bindings/panel/avic,tm070ddh03.txt  |   7 +
 .../bindings/panel/giantplus,gpg482739qs5.txt      |   7 +
 .../devicetree/bindings/vendor-prefixes.txt        |   3 +
 .../devicetree/bindings/video/bridge/ps8622.txt    |  31 +++
 .../bindings/{drm => video}/bridge/ptn3460.txt     |  16 +-
 .../devicetree/bindings/video/exynos_dp.txt        |  12 +
 drivers/gpu/drm/Makefile                           |   2 +-
 drivers/gpu/drm/bridge/Kconfig                     |  13 +-
 drivers/gpu/drm/bridge/dw_hdmi.c                   |  13 +-
 drivers/gpu/drm/bridge/ptn3460.c                   | 310 +++++++++++++--------
 drivers/gpu/drm/drm_bridge.c                       |  91 ++++++
 drivers/gpu/drm/drm_crtc.c                         |  72 +----
 drivers/gpu/drm/drm_mipi_dsi.c                     |   6 +-
 drivers/gpu/drm/exynos/exynos_dp_core.c            |  53 ++--
 drivers/gpu/drm/exynos/exynos_dp_core.h            |   1 +
 drivers/gpu/drm/msm/hdmi/hdmi.c                    |   4 +-
 drivers/gpu/drm/msm/hdmi/hdmi.h                    |   1 +
 drivers/gpu/drm/msm/hdmi/hdmi_bridge.c             |   7 +-
 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c    |  33 ++-
 drivers/gpu/drm/panel/panel-simple.c               |  57 ++++
 drivers/gpu/drm/sti/sti_dvo.c                      |  29 +-
 drivers/gpu/drm/sti/sti_hda.c                      |  11 +-
 drivers/gpu/drm/sti/sti_hdmi.c                     |  11 +-
 include/drm/bridge/ptn3460.h                       |   8 +
 include/drm/drm_crtc.h                             |  27 +-
 25 files changed, 531 insertions(+), 294 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt
 create mode 100644 Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt
 create mode 100644 Documentation/devicetree/bindings/video/bridge/ps8622.txt
 rename Documentation/devicetree/bindings/{drm => video}/bridge/ptn3460.txt (65%)
 create mode 100644 drivers/gpu/drm/drm_bridge.c


More information about the dri-devel mailing list