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(-)
Attachment:
pgpOwdWXOPuEo.pgp
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel