[PULL] drm/tegra: Fixes for v3.13-rc3
Thierry Reding
thierry.reding at gmail.com
Tue Dec 3 01:26:13 PST 2013
Hi Dave,
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/for-3.13-rc3
for you to fetch changes up to 9a991600e379641b9c16310b87ca848b6da01c24:
drm/tegra: return -EFAULT if copy_from_user() fails (2013-12-03 10:14:03 +0100)
Thanks,
Thierry
----------------------------------------------------------------
drm/tegra: Fixes for v3.13-rc3
This assortment of patches fix a few build and sparse warnings and make
sure to always return -EFAULT on copy_from_user() failures. Finally the
upcasting from struct drm_crtc to struct tegra_dc is made safer to
prevent potential segmentation faults.
----------------------------------------------------------------
Dan Carpenter (1):
drm/tegra: return -EFAULT if copy_from_user() fails
Olof Johansson (1):
gpu: host1x: Silence a few warnings with LPAE=y
Thierry Reding (6):
drm/tegra: Make CRTC upcasting safer
drm/tegra: Tightly bind RGB output to DC
drm/tegra: Fix address space mismatches
drm/tegra: Make tegra_drm_driver static
drm/tegra: Force cast to __iomem to make sparse happy
gpu: host1x: Fix a few sparse warnings
drivers/gpu/drm/tegra/drm.c | 34 +++++++++++++++++++---------------
drivers/gpu/drm/tegra/drm.h | 2 +-
drivers/gpu/drm/tegra/fb.c | 2 +-
drivers/gpu/drm/tegra/rgb.c | 11 +++++++----
drivers/gpu/host1x/bus.c | 5 +++--
drivers/gpu/host1x/hw/cdma_hw.c | 4 ++--
drivers/gpu/host1x/hw/debug_hw.c | 4 ++--
7 files changed, 35 insertions(+), 27 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/20131203/5550589d/attachment.pgp>
More information about the dri-devel
mailing list