Hi Dave, - prep work for struct_mutex-less gem_free_object - more invasive/tricky mst fixes from Lyude for broken hw. I discussed this with Ville/Jani and we all agreed more soaking in -next would be real good this late in the -rc cycle. They're cc: stable too to make sure they're not getting lost. Feel free to cherry-pick those four if you disagree. - few small things all over I'd like to get Noralf's defio work in still for 4.7, but probably with a separate pull or topic branch. Cheers, Daniel The following changes since commit 027b3f8ba9277410c3191d72d1ed2c6146d8a668: drm/modes: stop handling framebuffer special (2016-04-22 10:47:16 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2016-04-29 for you to fetch changes up to be35f94f5c83bfed9ded918162c9b622743ef520: drm/atomic: Add missing drm_crtc_internal.h include (2016-04-28 16:36:30 +0200) ---------------------------------------------------------------- Daniel Vetter (9): drm/sysfs: Annote lockless show functions with READ_ONCE drm: Give drm_agp_clear drm_legacy_ prefix drm: Put legacy lastclose work into drm_legacy_dev_reinit drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix drm: Push struct_mutex into ->master_destroy drm: Forbid legacy MAP functions for DRIVER_MODESET drm: Hide master MAP cleanup in drm_bufs.c drm: Make drm_vm_open/close_locked private to drm_vm.c drm: Protect dev->filelist with its own mutex Emil Velikov (1): MAINTAINERS: Update the files list for the GMA500 DRM driver Laurent Pinchart (1): drm: rcar-du: Fix compilation warning Lyude (4): drm/dp_helper: Always wait before retrying native aux transactions drm/dp_helper: Retry aux transactions on all errors drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read() drm/i915: Get rid of intel_dp_dpcd_read_wake() Thierry Reding (1): drm/atomic: Add missing drm_crtc_internal.h include Tvrtko Ursulin (2): drm: Quiet down drm_mode_getconnector drm: Quiet down drm_mode_getresources Ville Syrjälä (1): drm/dp: Allow signals to interrupt drm_aux-dev reads/writes MAINTAINERS | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 10 ++-- drivers/gpu/drm/drm_agpsupport.c | 4 +- drivers/gpu/drm/drm_atomic.c | 2 + drivers/gpu/drm/drm_bufs.c | 91 +++++++++++++++++++++++++++++++-- drivers/gpu/drm/drm_crtc.c | 12 ----- drivers/gpu/drm/drm_dp_aux_dev.c | 12 +++++ drivers/gpu/drm/drm_dp_helper.c | 66 +++++++++++++++--------- drivers/gpu/drm/drm_drv.c | 11 +--- drivers/gpu/drm/drm_fops.c | 51 +++++++++--------- drivers/gpu/drm/drm_info.c | 4 +- drivers/gpu/drm/drm_internal.h | 4 +- drivers/gpu/drm/drm_ioctl.c | 54 +------------------ drivers/gpu/drm/drm_legacy.h | 2 + drivers/gpu/drm/drm_pci.c | 2 +- drivers/gpu/drm/drm_sysfs.c | 11 ++-- drivers/gpu/drm/drm_vm.c | 16 ++---- drivers/gpu/drm/i915/i915_debugfs.c | 12 ++++- drivers/gpu/drm/i915/intel_dp.c | 81 +++++++++-------------------- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 - include/drm/drmP.h | 1 + include/drm/drm_agpsupport.h | 4 +- include/drm/drm_legacy.h | 4 +- 23 files changed, 236 insertions(+), 222 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx