* [GIT PULL] drm/tegra: Changes for v3.15-rc1
@ 2014-04-04 7:28 Thierry Reding
0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2014-04-04 7:28 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-tegra, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2771 bytes --]
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
[-- Attachment #1.2: Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-04 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 7:28 [GIT PULL] drm/tegra: Changes for v3.15-rc1 Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox