Merge tag 'drm/for-3.13-rc3' of git://anongit.freedesktop.org/tegra/linux into drm...
authorDave Airlie <airlied@redhat.com>
Wed, 4 Dec 2013 23:24:21 +0000 (09:24 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Dec 2013 23:24:21 +0000 (09:24 +1000)
commit60460f65514e5f9abc2392807d8fed1581739345
treeff3a580c0b03716d22396b0ab6850330b96c47ff
parent1d507b3af40a60e03a3bbc4c897fc2709c075d24
parent9a991600e379641b9c16310b87ca848b6da01c24
Merge tag 'drm/for-3.13-rc3' of git://anongit.freedesktop.org/tegra/linux into drm-fixes

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.

* tag 'drm/for-3.13-rc3' of git://anongit.freedesktop.org/tegra/linux:
  drm/tegra: return -EFAULT if copy_from_user() fails
  gpu: host1x: Fix a few sparse warnings
  drm/tegra: Force cast to __iomem to make sparse happy
  drm/tegra: Make tegra_drm_driver static
  drm/tegra: Fix address space mismatches
  drm/tegra: Tightly bind RGB output to DC
  drm/tegra: Make CRTC upcasting safer
  gpu: host1x: Silence a few warnings with LPAE=y