[GIT PULL] drm/panel: Changes for v4.7-rc1

Thierry Reding thierry.reding at gmail.com
Tue May 10 14:58:35 UTC 2016


Hi Dave,

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 69b34766668efeed79059dcf1ee0cf1d08abb12d:

  drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels (2016-05-10 14:32:22 +0200)

As I mentioned in another email earlier today, I've had to pull in
Stefan's two patches (for the bus_flags) because another patch in this
tree depends on it. I just checked your drm-next branch and you hadn't
yet pulled Stefan's request, so hopefully this will work out okay. If
you want to pull separately, let me know and I'll remove the patches
and the patch that depends on it again.

Thanks,
Thierry

----------------------------------------------------------------
drm/panel: Changes for v4.7-rc1

This contains support for a bunch of new panels in the simple panel
driver along with some cleanup and support for a new Analogix HDMI to DP
bridge.

----------------------------------------------------------------
Bhuvanchandra DV (1):
      drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels

Boris Brezillon (2):
      drm/panel: simple: Set appropriate mode type
      drm/panel: simple: Remove useless drm_mode_set_name()

Enric Balletbo i Serra (4):
      drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register
      of: Add vendor prefix for Analogix Semiconductor
      devicetree: Add ANX7814 SlimPort transmitter binding
      drm/bridge: Add Analogix anx78xx support

Eric Anholt (2):
      of: Add vendor prefix for On Tat Industrial Company.
      drm/panel: simple: Add the 7" DPI panel from Adafruit

Maxime Ripard (1):
      drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

Riccardo Bortolato (1):
      drm/panel: simple: Add support for Innolux AT070TN92

Stefan Agner (2):
      drm: introduce bus_flags in drm_display_info
      drm/fsl-dcu: use bus_flags for pixel clock polarity

 .../bindings/display/panel/innolux,at070tn92.txt   |    7 +
 .../display/panel/olimex,lcd-olinuxino-43-ts.txt   |    7 +
 .../bindings/display/panel/ontat,yx700wv03.txt     |    7 +
 .../bindings/display/panel/tpk,f07a-0102.txt       |    8 +
 .../bindings/display/panel/tpk,f10a-0102.txt       |    8 +
 .../devicetree/bindings/vendor-prefixes.txt        |    3 +
 .../devicetree/bindings/video/bridge/anx7814.txt   |   40 +
 drivers/gpu/drm/bridge/Kconfig                     |   10 +
 drivers/gpu/drm/bridge/Makefile                    |    1 +
 drivers/gpu/drm/bridge/analogix-anx78xx.c          | 1514 ++++++++++++++++++++
 drivers/gpu/drm/bridge/analogix-anx78xx.h          |  719 ++++++++++
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c         |    5 +
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h          |    4 +-
 drivers/gpu/drm/panel/panel-simple.c               |  156 +-
 include/drm/drm_crtc.h                             |    9 +
 include/drm/drm_dp_helper.h                        |    1 +
 16 files changed, 2495 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,at070tn92.txt
 create mode 100644 Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.txt
 create mode 100644 Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt
 create mode 100644 Documentation/devicetree/bindings/display/panel/tpk,f07a-0102.txt
 create mode 100644 Documentation/devicetree/bindings/display/panel/tpk,f10a-0102.txt
 create mode 100644 Documentation/devicetree/bindings/video/bridge/anx7814.txt
 create mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.c
 create mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.h


More information about the dri-devel mailing list