Hi Linus, A bunch of fixes for rc2, two imx regressions, vc4 fix, dma-buf fix, some displayport mst fixes, and an amdkfd fix.
Nothing too crazy, I assume we just haven't see much rc1 testing yet. Dave. The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.13-rc2 for you to fetch changes up to 5896ec77d70d33dd38a455b0aa5f3154aeecea09: Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linux into drm-fixes (2017-07-21 14:04:44 +1000) ---------------------------------------------------------------- imx, misc and amdkfd fixes ---------------------------------------------------------------- Boris Brezillon (1): drm/vc4: Fix VBLANK handling in crtc->enable() path Chris Wilson (1): dma-buf/fence: Avoid use of uninitialised timestamp Dave Airlie (3): Merge tag 'drm-amdkfd-fixes-2017-07-18' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes Merge tag 'drm-misc-fixes-2017-07-20' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linux into drm-fixes Imre Deak (3): drm/mst: Fix error handling during MST sideband message reception drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req() drm/mst: Avoid processing partially received up/down message transactions Jay Cornwall (4): drm/amdgpu: Fix KFD oversubscription by tracking queues correctly drm/amdkfd: Remove unused references to shared_resources.num_mec drm/radeon: Remove initialization of shared_resources.num_mec drm/amdgpu: Remove unused field kgd2kfd_shared_resources.num_mec Laurentiu Palcu (1): drm/imx: fix typo in ipu_plane_formats[] Philipp Zabel (1): drm/imx: parallel-display: Accept drm_of_find_panel_or_bridge failure Sean Paul (1): Merge branch 'drm-misc-next-fixes' into drm-misc-fixes drivers/dma-buf/dma-fence.c | 17 ++---- drivers/dma-buf/sync_debug.c | 2 +- drivers/dma-buf/sync_file.c | 8 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 4 -- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 7 --- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 1 - drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 3 - drivers/gpu/drm/drm_dp_mst_topology.c | 41 +++++++++++--- drivers/gpu/drm/imx/ipuv3-plane.c | 2 +- drivers/gpu/drm/imx/parallel-display.c | 2 +- drivers/gpu/drm/radeon/radeon_kfd.c | 1 - drivers/gpu/drm/vc4/vc4_crtc.c | 66 ++++++++++++++-------- include/linux/dma-fence.h | 2 + 14 files changed, 95 insertions(+), 64 deletions(-)