linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Dave Airlie <airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: drm/tegra: Changes for v3.14-rc1 (update)
Date: Thu, 23 Jan 2014 16:35:04 +0100	[thread overview]
Message-ID: <20140123153502.GA30818@ulmo.nvidia.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2612 bytes --]

Hi Dave,

The following changes since commit 81239c6f7972d4909a6862d08ed1d2943983ffd4:

  drm/tegra: fix compile w/ CONFIG_DYNAMIC_DEBUG (2013-12-20 15:56:33 +0100)

are available in the git repository at:

  git://anongit.freedesktop.org/tegra/linux tags/drm/for-3.14-rc1-20140123

for you to fetch changes up to 13411ddd319057ae334a4084ebcf2c741b317f34:

  drm/tegra: Obtain head number from DT (2014-01-23 15:51:32 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v3.14-rc1 (update)

These patches fix some issues caused by the DRM panel support from the
previous pull request and add two more panels (for the Toshiba AC100 as
well as the Seaboard and Ventana).

----------------------------------------------------------------
Marc Dietrich (1):
      drm/panel: Add support for Samsung LTN101NT05 panel

Russell King (1):
      drm: provide a helper for the encoder possible_crtcs mask

Stephen Warren (2):
      drm/panel: Add support for Chunghwa CLAA101WA01A panel
      drm/panel: update EDID BLOB in panel_simple_get_modes()

Thierry Reding (7):
      drm: Move drm_encoder_crtc_ok() to core
      drm/i915: Use drm_encoder_crtc_ok()
      drm/tegra: Fix possible CRTC mask for RGB outputs
      drm/tegra: Clarify how panel modes override others
      drm/tegra: Use proper data type
      gpu: host1x: Remove unnecessary include
      drm/tegra: Obtain head number from DT

Wolfram Sang (1):
      drm/tegra: Don't check resource with devm_ioremap_resource()

 .../bindings/gpu/nvidia,tegra20-host1x.txt         |  3 ++
 .../bindings/panel/chunghwa,claa101wa01a.txt       |  7 +++
 .../bindings/panel/samsung,ltn101nt05.txt          |  7 +++
 drivers/gpu/drm/drm_crtc.c                         | 23 ++++++++++
 drivers/gpu/drm/drm_crtc_helper.c                  | 29 ------------
 drivers/gpu/drm/i915/intel_display.c               | 26 +----------
 drivers/gpu/drm/panel/panel-simple.c               | 51 ++++++++++++++++++++++
 drivers/gpu/drm/tegra/dc.c                         | 41 ++++++++++++++++-
 drivers/gpu/drm/tegra/hdmi.c                       |  3 --
 drivers/gpu/drm/tegra/output.c                     |  7 ++-
 drivers/gpu/drm/tegra/rgb.c                        |  2 +-
 drivers/gpu/host1x/hw/intr_hw.c                    |  1 -
 include/drm/drm_crtc.h                             | 26 +++++++++++
 13 files changed, 164 insertions(+), 62 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/panel/chunghwa,claa101wa01a.txt
 create mode 100644 Documentation/devicetree/bindings/panel/samsung,ltn101nt05.txt

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

                 reply	other threads:[~2014-01-23 15:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140123153502.GA30818@ulmo.nvidia.com \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.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;
as well as URLs for NNTP newsgroup(s).