[PULL] drm/tegra: Fixes for v3.14-rc3 (original) (raw)
Thierry Reding thierry.reding at gmail.com
Tue Feb 11 23:06:58 PST 2014
- Previous message: [git pull] drm fixes
- Next message: [PATCH 0/3] drm/tegra: Restore licensing consistency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Dave,
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/for-3.14-rc3
for you to fetch changes up to b18915379071b31ea819a36ca67761620decba06:
drm/tegra: Add guard to avoid double disable/enable of RGB outputs (2014-02-12 07:50:38 +0100)
Thanks, Thierry
drm/tegra: Fixes for v3.14-rc3
These patches contain a fix for a potential hang when the RGB output is disabled twice, a typofix that prevents the framebuffer console from being restored on ->lastclose() and an optimization to do as little work as possible during host1x job submission.
Dmitry Osipenko (1): drm/tegra: Add guard to avoid double disable/enable of RGB outputs
Erik Faye-Lund (1): gpu: host1x: do not check previously handled gathers
Paul Bolle (1): drm/tegra: fix typo 'CONFIG_TEGRA_DRM_FBDEV'
drivers/gpu/drm/tegra/drm.c | 2 +- drivers/gpu/drm/tegra/rgb.c | 11 +++++++++++ drivers/gpu/host1x/job.c | 2 +- 3 files changed, 13 insertions(+), 2 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/20140212/438f34ea/attachment.pgp>
- Previous message: [git pull] drm fixes
- Next message: [PATCH 0/3] drm/tegra: Restore licensing consistency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]