[PULL] drm/tegra: Changes for 3.9-rc1

Thierry Reding thierry.reding at avionic-design.de
Fri Feb 22 00:30:19 PST 2013


Hi Dave,

The following changes since commit c976cb37a95a8dcaf23d04d6487fbacc33d3c913:

  Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2013-02-22 10:18:04 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/tegra/linux.git drm/tegra-for-3.9

for you to fetch changes up to e450fcc6669705ef49784080ac6dd8513df37763:

  drm/tegra: Add list of framebuffers to debugfs (2013-02-22 08:21:37 +0100)

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

Add support for 2 hardware overlays found on Tegra. These support YUV
pixel formats and can be used as video overlays. .mode_set_base() is
implemented and support for VBLANK and page-flipping is added.

A few minor bug fixes are also included and a new debugfs file allows
to inspect the framebuffers attached to the Tegra DRM device.
----------------------------------------------------------------
Thierry Reding (9):
      drm: Add consistency check for page-flipping
      drm/tegra: Remove bogus tegra_framebuffer structure
      drm/tegra: Add plane support
      drm/tegra: Implement .mode_set_base()
      drm/tegra: Implement VBLANK support
      drm/tegra: Implement page-flipping support
      drm/tegra: Split DC_CMD_STATE_CONTROL register write
      drm/tegra: Fix color expansion
      drm/tegra: Add list of framebuffers to debugfs

 Documentation/DocBook/drm.tmpl |   6 +
 drivers/gpu/drm/drm_crtc.c     |   7 +
 drivers/gpu/drm/tegra/dc.c     | 585 +++++++++++++++++++++++++++++++++--------
 drivers/gpu/drm/tegra/dc.h     |  14 +-
 drivers/gpu/drm/tegra/drm.c    | 103 ++++++++
 drivers/gpu/drm/tegra/drm.h    |  43 ++-
 6 files changed, 635 insertions(+), 123 deletions(-)
-------------- 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/20130222/22a1ca0c/attachment.pgp>


More information about the dri-devel mailing list