Hi Dave,
A bunch of fixes, nothing truely horrible: - Fix PCH irq handling race which resulted in missed gmbus/dp aux irqs and subsequent fallout (Paulo) - Fixup off-by-one in our hsw id table (Kenneth) - Fixup ilk rc6 support (disabled by default), regression introduced in 3.8 - g4x plane w/a from Egbert Eich - gen2/3/4 dpms suspend/standy fixes for VGA outputs from Patrik Jakobsson - Workaround dying ivb machines with less aggressive rc6 values (Stéphane Marchesin)
Most of the patches are cc: stable, one with a note about an additional patch which needs to be backported as prerequisite.
Cheers, Daniel
The following changes since commit 202adf4b9f5957b26a1cb97267d78e0edb319c5e:
drm/i915: Revert hdmi HDP pin checks (2013-02-22 13:04:33 +0100)
are available in the git repository at:
git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes
for you to fetch changes up to f40ebd6bcbbd0d30591f42dc16be52b5086a366b:
drm/i915: Turn off hsync and vsync on ADPA when disabling crt (2013-03-06 18:03:07 +0100)
---------------------------------------------------------------- Daniel Vetter (1): drm/i915: enable irqs earlier when resuming
Egbert Eich (1): DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.
Kenneth Graunke (1): drm/i915: Fix Haswell/CRW PCI IDs.
Patrik Jakobsson (2): drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bits drm/i915: Turn off hsync and vsync on ADPA when disabling crt
Paulo Zanoni (2): drm/i915: wait_event_timeout's timeout is in jiffies drm/i915: also disable south interrupts when handling them
Stéphane Marchesin (1): drm/i915: Increase the RC6p threshold.
Syam Sidhardhan (1): drm/i915: Fix missing variable initilization
Ville Syrjälä (1): drm/i915: Don't clobber crtc->fb when queue_flip fails
drivers/gpu/drm/i915/i915_drv.c | 25 ++++++++++++++++------- drivers/gpu/drm/i915/i915_irq.c | 26 ++++++++++++++++++++++-- drivers/gpu/drm/i915/i915_reg.h | 4 ++-- drivers/gpu/drm/i915/intel_crt.c | 2 +- drivers/gpu/drm/i915/intel_ddi.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 37 +++++++++++++++++++++++++++------- drivers/gpu/drm/i915/intel_dp.c | 3 ++- drivers/gpu/drm/i915/intel_pm.c | 2 +- 8 files changed, 79 insertions(+), 22 deletions(-)
dri-devel@lists.freedesktop.org