Hi Linus, This is a drm fixes pull for 4.8-rc5. Contains fixes for imx, amdgpu, vc4, msm and one nouveau ACPI fix.
I've tried using a signed tag, let's see if works. Dave. The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8: Linux 4.8-rc4 (2016-08-28 15:04:33 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-4.8-rc5 for you to fetch changes up to 603f2c9f45c6620afd65b60ec084c1ea7c36b2ec: Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into drm-fixes (2016-09-02 15:55:15 +1000) ---------------------------------------------------------------- drm fixes for 4.8-rc5 ---------------------------------------------------------------- Chunming Zhou (1): drm/amdgpu: record error code when ring test failed Dave Airlie (4): Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge branch 'msm-fixes-4.8' of git://people.freedesktop.org/~robclark/linux into drm-fixes Merge tag 'imx-drm-fixes-2016-08-30' of git://git.pengutronix.de/git/pza/linux into drm-fixes Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into drm-fixes Eric Anholt (6): drm/vc4: Use drm_free_large() on handles to match its allocation. drm/vc4: Use drm_malloc_ab to fix large rendering jobs. drm/vc4: Fix handling of a pm_runtime_get_sync() success case. drm/vc4: Free hang state before destroying BO cache. drm/vc4: Fix overflow mem unreferencing when the binner runs dry. drm/vc4: Fix oops when userspace hands in a bad BO. Liu Ying (1): drm/imx: Add active plane reconfiguration support Lucas Stach (1): drm/imx: fix crtc vblank state regression Peter Wu (1): drm/nouveau/acpi: use DSM if bridge does not support D3cold Rob Clark (2): drm/msm: fix use of copy_from_user() while holding spinlock drm/msm: protect against faults from copy_from_user() in submit ioctl jimqu (2): drm/amd/amdgpu: sdma resume fail during S4 on CI drm/amd/amdgpu: compute ring test fail during S4 on CI drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 5 +++-- drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 3 +++ drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 12 +++++++++--- drivers/gpu/drm/imx/imx-drm-core.c | 26 +++++++++++++++++++++++++- drivers/gpu/drm/imx/ipuv3-crtc.c | 4 ++++ drivers/gpu/drm/imx/ipuv3-plane.c | 21 ++++++++++++++------- drivers/gpu/drm/msm/msm_drv.h | 6 ++++++ drivers/gpu/drm/msm/msm_gem.c | 9 +++++++++ drivers/gpu/drm/msm/msm_gem_submit.c | 30 +++++++++++++++++++++++++----- drivers/gpu/drm/nouveau/nouveau_acpi.c | 11 +++++++++++ drivers/gpu/drm/vc4/vc4_drv.c | 6 +++--- drivers/gpu/drm/vc4/vc4_drv.h | 9 +++++++++ drivers/gpu/drm/vc4/vc4_gem.c | 18 +++++++++--------- drivers/gpu/drm/vc4/vc4_irq.c | 4 +++- 14 files changed, 133 insertions(+), 31 deletions(-)