Hi Dave, Final drm-misc pull for 4.0, just various things all over, including a few more important atomic fixes. btw I didn't pick up the vmwgfx patch from Ville's series, but one patch has one hunk touching vmwgfx and Thomas/Jakob didn't get around to ack it. I figured it's simple enough to be ok though. Cheers, Daniel The following changes since commit ae10c2248593fb84c6951d67c98c9c934997e56a: Merge branch 'drm/next/rcar-du' of git://linuxtv.org/pinchartl/fbdev into drm-next (2015-03-23 09:34:32 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2015-03-31 for you to fetch changes up to 066626d5d5548d7ff63772a840b8d40a0d278825: drm: line wrap DRM_IOCTL_DEF* macros (2015-03-31 09:18:40 +0200) ---------------------------------------------------------------- Ander Conselvan de Oliveira (2): drm/atomic: Clear crtcs, connectors and planes when clearing state drm/atomic: Don't try to free a NULL state Daniel Stone (6): drm: mode: Fix typo in kerneldoc drm: fb_helper: Simplify exit condition drm: mode: Allow NULL modes for equality check drm: crtc_helper: Update hwmode before mode_set call drm: atomic: Expose CRTC active property drm: atomic: Allow setting CRTC active property Daniel Vetter (1): drm/atomic-helpers: Properly avoid full modeset dance Emil Velikov (1): drm: line wrap DRM_IOCTL_DEF* macros Ville Syrjälä (6): drm/dp: Print the number of bytes processed for aux nacks drm: Fix DRM_IOCTL_DEF_DRV() drm: Drop ioctl->cmd_drv drm: Simplify core vs. drv ioctl handling drm: Use max() to make the ioctl alloc size code cleaner drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() code drivers/gpu/drm/drm_atomic.c | 27 +++++++++++++---- drivers/gpu/drm/drm_atomic_helper.c | 6 ++-- drivers/gpu/drm/drm_crtc_helper.c | 9 +++--- drivers/gpu/drm/drm_dp_helper.c | 4 +-- drivers/gpu/drm/drm_fb_helper.c | 6 ++-- drivers/gpu/drm/drm_ioctl.c | 60 +++++++++++++++++-------------------- drivers/gpu/drm/drm_modes.c | 8 ++++- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 4 +-- include/drm/drmP.h | 10 +++++-- 9 files changed, 80 insertions(+), 54 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