[GIT PULL] drm/tegra: Changes for v3.15-rc1

Thierry Reding thierry.reding at gmail.com
Fri Apr 4 00:28:27 PDT 2014


Hi Dave,

The following changes since commit 88759686c702f1fbbb8e737e6231b64a9880db73:

  drm/dp: Allow registering AUX channels as I2C busses (2014-02-26 17:21:34 +0100)

are available in the git repository at:

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

for you to fetch changes up to d105a6c97e43e35fd4f852928bb8a19df235c6e7:

  drm/tegra: Use standard GPL v2 license text (2014-04-04 09:12:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v3.15-rc1

Implement eDP support for Tegra124 and support the PRIME vmap()/vunmap()
operations.

A symbol that is required for upcoming V4L2 support is now exported by
the host1x driver.

Relicense drivers under the GPL v2 for consistency. One exception is the
public header file, which is relicensed under MIT to abide by the common
rule.

----------------------------------------------------------------
Bryan Wu (1):
      gpu: host1x: export host1x_syncpt_incr_max() function

Thierry Reding (5):
      drm/tegra: prime: Add vmap support
      drm/tegra: Add eDP support
      drm/tegra: Relicense public header under MIT
      drm/tegra: Relicense under GPL v2
      drm/tegra: Use standard GPL v2 license text

 .../bindings/gpu/nvidia,tegra20-host1x.txt         |   42 +
 drivers/gpu/drm/tegra/Makefile                     |    2 +
 drivers/gpu/drm/tegra/dc.h                         |    1 +
 drivers/gpu/drm/tegra/dpaux.c                      |  544 ++++++++++
 drivers/gpu/drm/tegra/dpaux.h                      |   73 ++
 drivers/gpu/drm/tegra/drm.c                        |   19 +-
 drivers/gpu/drm/tegra/drm.h                        |   20 +
 drivers/gpu/drm/tegra/dsi.c                        |   20 +-
 drivers/gpu/drm/tegra/dsi.h                        |   20 +-
 drivers/gpu/drm/tegra/gem.c                        |   25 +-
 drivers/gpu/drm/tegra/gem.h                        |   14 +-
 drivers/gpu/drm/tegra/gr2d.c                       |   14 +-
 drivers/gpu/drm/tegra/mipi-phy.c                   |   20 +-
 drivers/gpu/drm/tegra/mipi-phy.h                   |   20 +-
 drivers/gpu/drm/tegra/output.c                     |    8 +
 drivers/gpu/drm/tegra/sor.c                        | 1092 ++++++++++++++++++++
 drivers/gpu/drm/tegra/sor.h                        |  278 +++++
 drivers/gpu/host1x/syncpt.c                        |    1 +
 include/linux/host1x.h                             |    1 +
 include/uapi/drm/tegra_drm.h                       |   24 +-
 20 files changed, 2129 insertions(+), 109 deletions(-)
 create mode 100644 drivers/gpu/drm/tegra/dpaux.c
 create mode 100644 drivers/gpu/drm/tegra/dpaux.h
 create mode 100644 drivers/gpu/drm/tegra/sor.c
 create mode 100644 drivers/gpu/drm/tegra/sor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140404/e4c7709f/attachment.sig>


More information about the dri-devel mailing list