From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: [PULL] drm/tegra: Changes for 3.9-rc1 Date: Fri, 22 Feb 2013 09:30:19 +0100 Message-ID: <20130222083019.GA27570@avionic-0098.mockup.avionic-design.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1468073406==" Return-path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by gabe.freedesktop.org (Postfix) with ESMTP id CE6A1E5DDA for ; Fri, 22 Feb 2013 00:30:22 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: David Airlie Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1468073406== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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(-) --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAEBAgAGBQJRJyybAAoJEN0jrNd/PrOhDKAQAJgZA92ImQA2eHyAl7Gjsfbe 2nIb/I0nZxusKflOk7dSDMmKh6U2qZnILxeORi9nQ+q9PjzbC/yEmIGTDrJd/fM7 3mZS9pBBsGNWG6LhHmydwrzv7IzHp/lxosMsiyCXzd5VnTV729AxQ6a95zn9fKFT rAXDs8pnZeSYXNOKOGsazjdooc0l3IJtPE9N5F0pmeijquNRWmaHuQX/AcJy/rUl Vts1jaFi098nSMQJb5GNPcGgrvGqfI/th6r1Kty1cd1vUEUVtCkyQChXjNezka1X SqZLcQExBNeQQCHh1FZtSrFwWTVNLtCRwYmpiTbeRNyA6QF3fd206EQMem0Mv5n0 KTFeSle4kl72u9r1wGe8DOboUWkhhCXXPtREYrvSiU2C12fUj+fq4+WCxzYI7BOX oxNh39ZiLYBB1feUhd43f5pV84fAeMfWJLWA6Amj1N+n0DUD4JB7ORT5eDnB4rAl my5XQ82fehMhOzGNotTDjq5+0DAtj6WyvQDBXAbAZBGNBbvMiXtOMGSoocGoqOYv o/6B7h+7rgtHDDGu3Ng4jdO2spcbrHRqu7O11rppLIBx6QBq8L6SFUeWzBwj42wS 80y+mzVyx+uDE4XOLlgtyor742n2/17jleo/l62QyO1x6UoycwRc+cgtUZLhjjUw xpERoPtoydeH49atJCHf =r1cZ -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- --===============1468073406== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1468073406==--