Hi Dave, Fixes for 4.2. Nothing too serious (given that it's still pre merge window). With that it's off for 2 weeks of vacation for me and taking care of 4.2 fixes for Jani. Cheers, Daniel The following changes since commit 82d5b58f13fcc5459cd9c61a9d6d4a07328a31dc: drm/i915: Update DRIVER_DATE to 20150522 (2015-05-22 19:45:27 +0200) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-fixes-2015-05-29 for you to fetch changes up to 501fd70fcaebc911b6b96a7b331e6960e5af67e7: drm/i915: limit PPGTT size to 2GB in 32-bit platforms (2015-05-29 19:08:22 +0200) ---------------------------------------------------------------- Chris Wilson (1): drm/i915: Use spinlocks for checking when to waitboost Damien Lespiau (1): drm/i915: Fix the confusing comment about the ioctl limits Daniel Vetter (2): Revert "drm/i915: Force clean compilation with -Werror" drm/i915: Disable 12bpc hdmi for now Michel Thierry (2): drm/i915: Remove unnecessary null check in execlists_context_unqueue drm/i915: limit PPGTT size to 2GB in 32-bit platforms Paulo Zanoni (1): drm/i915: disable IPS while getting the sink CRCs Rodrigo Vivi (2): drm/i915: Return the frontbuffer flip to enable intel_crtc_enable_planes. drm/i915: Another fbdev hack to avoid PSR on fbcon. Ville Syrjälä (5): drm/i915: Use the default 600ns LDO programming sequence delay drm/i915: Throw out WIP CHV power well definitions drm/i915: Kill intel_flush_primary_plane() drm/i915: s/dpio_lock/sb_lock/ drm/i915: Adjust sideband locking a bit for CHV/VLV drivers/gpu/drm/i915/Kconfig | 8 --- drivers/gpu/drm/i915/Kconfig.debug | 5 -- drivers/gpu/drm/i915/Makefile | 2 - drivers/gpu/drm/i915/i915_debugfs.c | 17 +---- drivers/gpu/drm/i915/i915_dma.c | 2 +- drivers/gpu/drm/i915/i915_drv.h | 13 ++-- drivers/gpu/drm/i915/i915_gem.c | 4 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 7 ++ drivers/gpu/drm/i915/i915_irq.c | 19 ++++-- drivers/gpu/drm/i915/i915_reg.h | 8 +-- drivers/gpu/drm/i915/intel_display.c | 83 ++++++++++++------------ drivers/gpu/drm/i915/intel_dp.c | 94 +++++++++++++++++---------- drivers/gpu/drm/i915/intel_drv.h | 2 - drivers/gpu/drm/i915/intel_dsi.c | 8 +-- drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 4 +- drivers/gpu/drm/i915/intel_dsi_pll.c | 14 ++-- drivers/gpu/drm/i915/intel_fbdev.c | 28 +++++++- drivers/gpu/drm/i915/intel_hdmi.c | 27 ++++---- drivers/gpu/drm/i915/intel_lrc.c | 2 +- drivers/gpu/drm/i915/intel_pm.c | 41 +++++++----- drivers/gpu/drm/i915/intel_runtime_pm.c | 100 ++--------------------------- drivers/gpu/drm/i915/intel_sideband.c | 18 +++--- drivers/gpu/drm/i915/intel_sprite.c | 30 ++------- include/uapi/drm/i915_drm.h | 8 ++- 24 files changed, 247 insertions(+), 297 deletions(-) delete mode 100644 drivers/gpu/drm/i915/Kconfig.debug -- 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