Hi Linus, misc i915, vmwgfx and radeon fixes along with a fix for one of those sleep mutex debug log in the mst code. Dave. The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to e2cdcafa8a53228cb996b3c3a0a48efe91c57b8e: Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2015-03-13 09:21:24 +1000) ---------------------------------------------------------------- Chris Wilson (3): drm: Don't assign fbs for universal cursor support to files drm/i915: Make WAIT_IOCTL negative timeouts be indefinite again drm/i915: Prevent TLB error on first execution on SNB Christian König (1): drm/radeon: drop setting UPLL to sleep mode Colin Ian King (1): drm/vmwgfx: Correctly NULLify dma buffer pointer on failure Daniel Vetter (1): drm/mst: fix recursive sleep warning on qlock Dave Airlie (3): Merge tag 'drm-intel-fixes-2015-03-12' of git://anongit.freedesktop.org/drm-intel into drm-fixes Merge branch 'vmwgfx-fixes-4.0' of git://people.freedesktop.org/~thomash/linux into drm-fixes Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Dave Gordon (1): drm/i915: use in_interrupt() not in_irq() to check context Maarten Lankhorst (1): drm/radeon: fix wait to actually occur after the signaling callback Mika Kuoppala (1): drm/i915: Do both mt and gen6 style forcewake reset on ivb probe Thomas Hellstrom (3): drm/vmwgfx: Fix a couple of lock dependency violations drm/vmwgfx: Reorder device takedown somewhat drm/vmwgfx: Fix an issue with the device losing its irq line on module unload drivers/gpu/drm/drm_crtc.c | 35 ++++++++------- drivers/gpu/drm/drm_dp_mst_topology.c | 11 +++-- drivers/gpu/drm/i915/i915_gem.c | 25 ++++++++--- drivers/gpu/drm/i915/intel_display.c | 2 +- drivers/gpu/drm/i915/intel_uncore.c | 8 +++- drivers/gpu/drm/radeon/radeon_fence.c | 68 ++++++++++++++++++---------- drivers/gpu/drm/radeon/si.c | 6 +-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 78 +++++++++++++++++---------------- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 18 ++++---- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 14 ++---- 10 files changed, 155 insertions(+), 110 deletions(-)