Hi Dave, Bunch of fixes for 3.18. Major parts: - ppgtt fixes (but full ppgtt is for 3.19) from Chris, Michel, ... - hdmi pixel replication fixes (Clint Taylor) - leftover i830M patches from Ville - small things all over I'll be travelling the next two weeks (xdc&plumbers) but should be around a few days each week to herd patches. And for critical stuff Jani can send you a pull. Cheers, Daniel The following changes since commit 8337486a8fda53e5f46b3cb2b4eb3272608348cb: Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next (2014-09-18 21:53:47 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-fixes-2014-10-03 for you to fetch changes up to ebb69c95175609990af708ec90c46530f5a2c819: drm/i915: Enable pixel replicated modes on BDW and HSW. (2014-10-01 10:01:41 +0200) ---------------------------------------------------------------- Chris Wilson (7): drm/i915/hdmi, dp: Do not dereference the encoder in the connector destroy drm/i915: Objects on the unbound list may still have an active reference drm/i915: Drop any active reference before unbinding drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlock drm/i915: HSW always use GGTT selector for secure batches drm/i915: Match GTT space sanity checker with implementation drm/i915: Do not store the error pointer for a failed userptr registration Clint Taylor (1): drm/i915: Enable pixel replicated modes on BDW and HSW. Daniel Vetter (3): drm/i915: Don't reinit hpd interrupts after gpu reset drm/i915: Extend BIOS stolen mem handling to all platform Revert "drm/i915/bdw: BDW Software Turbo" Deepak S (1): drm/i915: add cherryview specfic forcewake in execlists_elsp_write Jani Nikula (2): drm/i915/dp: add missing \n in the TPS3 debug message drm/i915/edp: use lane count and link rate from DPCD for eDP Michel Thierry (1): drm/i915: fix another use-after-free in i915_gem_evict_everything Mika Kuoppala (1): drm/i915/bdw: Cleanup pre prod workarounds Rodrigo Vivi (1): drm/i915: Use EIO instead of EAGAIN for sink CRC error. Tvrtko Ursulin (1): drm/i915: Do not leak pages when freeing userptr objects Ville Syrjälä (3): drm/i915: Fix DVO 2x clock enable on 830M drm/i915: Limit the watermark to at least 8 entries on gen2/3 drm/i915: Don't spam dmesg with rps messages on vlv/chv drivers/gpu/drm/i915/i915_debugfs.c | 34 +---- drivers/gpu/drm/i915/i915_drv.c | 2 - drivers/gpu/drm/i915/i915_drv.h | 28 +--- drivers/gpu/drm/i915/i915_gem.c | 134 ++++++++++------- drivers/gpu/drm/i915/i915_gem_evict.c | 4 +- drivers/gpu/drm/i915/i915_gem_stolen.c | 13 +- drivers/gpu/drm/i915/i915_gem_userptr.c | 31 ++-- drivers/gpu/drm/i915/i915_irq.c | 21 --- drivers/gpu/drm/i915/i915_reg.h | 15 +- drivers/gpu/drm/i915/intel_display.c | 73 +++++++-- drivers/gpu/drm/i915/intel_dp.c | 36 ++--- drivers/gpu/drm/i915/intel_hdmi.c | 2 +- drivers/gpu/drm/i915/intel_lrc.c | 29 +++- drivers/gpu/drm/i915/intel_pm.c | 254 +++++++------------------------- drivers/gpu/drm/i915/intel_ringbuffer.c | 20 +-- 15 files changed, 297 insertions(+), 399 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel