Hi Dave, New -misc pull. Big thing is Thierry's atomic helpers for system suspend resume, which I'd like to use in i915 too. Hence the pull. Aside: There's a conflict between your -next and -fixes in imx, pinged you about it on irc. Would be good if you can backmerge the next -rc after pulling this in, then I can pull that into i915 trees again too in one go. Cheers, Daniel The following changes since commit 87069f4493b2101a71a92b7b9565f488a605a88f: drm/mm: use list_next_entry (2015-11-25 16:22:58 +0100) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2015-12-04 for you to fetch changes up to 4e15f2a1a056ff2695611c3e8d0b162526e84355: drm: keep connector status change logging human readable (2015-12-04 08:59:41 +0100) ---------------------------------------------------------------- Chris Wilson (2): drm: Drop dev->event_lock spinlock around faulting copy_to_user() drm: Serialise multiple event readers Daniel Vetter (6): drm/gma500: Use correct unref in the gem bo create function drm/gma500: Drop dev->struct_mutex from modeset code drm/gma500: Drop dev->struct_mutex from fbdev init/teardown code drm/gma500: Drop dev->struct_mutex from mmap offset function drm/gma500: Add driver private mutex for the fault handler drm/atomic-helper: Reject attempts at re-stealing encoders Jani Nikula (1): drm: keep connector status change logging human readable Jyri Sarha (1): drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc() Thierry Reding (2): drm: Implement drm_modeset_lock_all_ctx() drm/atomic-helper: Implement subsystem-level suspend/resume Ville Syrjälä (1): drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz clock difference drivers/gpu/drm/drm_atomic.c | 7 +- drivers/gpu/drm/drm_atomic_helper.c | 233 ++++++++++++++++++++++++++++++++++- drivers/gpu/drm/drm_crtc_helper.c | 6 + drivers/gpu/drm/drm_edid.c | 62 +++++++++- drivers/gpu/drm/drm_fops.c | 58 +++++---- drivers/gpu/drm/drm_modes.c | 19 ++- drivers/gpu/drm/drm_modeset_lock.c | 89 ++++++++----- drivers/gpu/drm/drm_probe_helper.c | 5 +- drivers/gpu/drm/gma500/framebuffer.c | 12 +- drivers/gpu/drm/gma500/gem.c | 19 +-- drivers/gpu/drm/gma500/gma_display.c | 13 +- drivers/gpu/drm/gma500/gtt.c | 1 + drivers/gpu/drm/gma500/psb_drv.h | 2 + include/drm/drmP.h | 2 + include/drm/drm_atomic_helper.h | 8 ++ include/drm/drm_modes.h | 2 + include/drm/drm_modeset_lock.h | 4 +- 17 files changed, 445 insertions(+), 97 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx