Hi Dave, Next batch of i915 fixes. Note that the compat32 patch here needs the drm core one to be actually useful, I'll send you that one with a separate drm-fixes pull request. One revert because a fix in -rc2 did break existing userspace. Cheers, Daniel The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2015-07-15 for you to fetch changes up to ccfb8b2ed4d4e12c3c35de3db5fbbbaa11277736: drm/i915: Do not call intel_crtc_disable if the crtc is already disabled. (2015-07-14 14:00:13 +0200) ---------------------------------------------------------------- Chris Wilson (1): drm/i915: Store device pointer in contexts for late tracepoint usafe Daniel Vetter (3): drm/i915: Fix missing return warning for !CONFIG_DEBUGFS drm/i915: fix oops in primary_check_plane Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations" Imre Deak (2): drm/i915: avoid leaking DMA mappings drm/i915: remove unused has_dma_mapping flag Maarten Lankhorst (1): drm/i915: Do not call intel_crtc_disable if the crtc is already disabled. Tomas Elf (1): drm/i915: Snapshot seqno of most recently submitted request. Tvrtko Ursulin (1): drm/i915: Forward all core DRM ioctls to core compat handling drivers/gpu/drm/i915/i915_drv.h | 6 +++--- drivers/gpu/drm/i915/i915_gem.c | 35 ++++++++++++++++----------------- drivers/gpu/drm/i915/i915_gem_context.c | 4 ++-- drivers/gpu/drm/i915/i915_gem_dmabuf.c | 2 -- drivers/gpu/drm/i915/i915_gem_gtt.c | 9 ++------- drivers/gpu/drm/i915/i915_gem_stolen.c | 1 - drivers/gpu/drm/i915/i915_gem_tiling.c | 12 +---------- drivers/gpu/drm/i915/i915_gem_userptr.c | 29 +++++++++++++++++++++++++-- drivers/gpu/drm/i915/i915_ioc32.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 13 +++--------- drivers/gpu/drm/i915/i915_trace.h | 2 +- drivers/gpu/drm/i915/intel_display.c | 8 +++----- drivers/gpu/drm/i915/intel_ringbuffer.h | 7 +++++++ 13 files changed, 67 insertions(+), 63 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel