dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [GIT PULL] drm/panel: Changes for v4.7-rc1
Date: Tue, 10 May 2016 16:58:35 +0200	[thread overview]
Message-ID: <1462892315-8490-1-git-send-email-thierry.reding@gmail.com> (raw)

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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-05-10 14:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 14:58 Thierry Reding [this message]
2016-05-12  1:16 ` [GIT PULL] drm/panel: Changes for v4.7-rc1 Dave Airlie
2016-05-12  9:56 ` [GIT PULL v2] " Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462892315-8490-1-git-send-email-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox