aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)Author
2013-11-07drm/i915: Use clamp_t() when limiting cur_delayVille Syrjälä
2013-11-07drm/i915: Fix gen3/4 vblank counter wraparoundVille Syrjälä
2013-10-30drm/i915: refactor ilk display interrupt handlingDaniel Vetter
2013-10-30drm/i915: use enum pipe consistently in i915_irq.cDaniel Vetter
2013-10-30drm/i915: handle faked missed interrupts as simulated hangs, tooDaniel Vetter
2013-10-22drm/i915: Use a spin lock to protect the pipe crc structDamien Lespiau
2013-10-21drm/i915: bikeshed the pipe CRC irq functions a bitDaniel Vetter
2013-10-21drm/i915: Enable CRC interrupts on pre-gen5/vlvDaniel Vetter
2013-10-21drm/i915: Wire up CRC interrupts for pre-gen5/vlvDaniel Vetter
2013-10-21drm/i915: Adjust CRC capture for pre-gen5/vlvDaniel Vetter
2013-10-18drm/i915: crc support for hswDaniel Vetter
2013-10-18drm/i915: use ->get_vblank_counter for the crc frame counterDaniel Vetter
2013-10-18drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter
2013-10-18drm/i915: extract display_pipe_crc_updateDaniel Vetter
2013-10-16drm/i915: static inline for dummy crc functionsDaniel Vetter
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau
2013-10-16drm/i915: Warn if we receive an interrupt after freeing the bufferDamien Lespiau
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau
2013-10-16drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He
2013-10-14drm/i915: Don't pretend that gen2 has a hardware frame counterVille Syrjälä
2013-10-14drm/i915: Fix gen2 scanout position readoutVille Syrjälä
2013-10-14drm/i915: Improve the accuracy of get_scanout_pos on CTG+Ville Syrjälä
2013-10-14drm/i915: Fix scanoutpos calculationsVille Syrjälä
2013-10-14drm/i915: Skip register reads in i915_get_crtc_scanoutpos()Ville Syrjälä
2013-10-11drm/i915: Fix pre-CTG vblank counterVille Syrjälä
2013-10-10drm/i915: Capture the initial error-state when kicking stuck ringsChris Wilson
2013-10-03drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson
2013-10-03drm/i915: Boost RPS frequency for CPU stallsChris Wilson
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson
2013-10-01drm/i915: Move the conditional seqno query into the tracepointChris Wilson
2013-09-24Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter
2013-09-20drm/i915: don't disable ERR_INT on the IRQ handlerPaulo Zanoni
2013-09-19drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPFBen Widawsky
2013-09-19drm/i915: Add second slice l3 remappingBen Widawsky
2013-09-17drm/i915: only report hpd connector status change when it actually changedJani Nikula
2013-09-09drm/i915: fix wait_for_pending_flips vs gpu hang deadlockDaniel Vetter
2013-09-06drm/i915: include hangcheck action and score in error_stateMika Kuoppala
2013-09-05drm/i915: fix gpu hang vs. flip stall deadlocksDaniel Vetter
2013-09-04drm/i915: fix hpd work vs. flush_work in the pageflip code deadlockDaniel Vetter
2013-09-03drm/i915: tune down hangcheck noiseDaniel Vetter
2013-08-23drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni
2013-08-23drm/i915: merge HSW and SNB PM irq handlersPaulo Zanoni
2013-08-23drm/i915: fix how we mask PMIMR when adding work to the queuePaulo Zanoni
2013-08-23drm/i915: don't queue PM events we won't processPaulo Zanoni
2013-08-23drm/i915: don't disable/reenable IVB error interrupts when not neededPaulo Zanoni
2013-08-23drm/i915: add dev_priv->pm_irq_maskPaulo Zanoni
2013-08-23drm/i915: don't update GEN6_PMIMR when it's not neededPaulo Zanoni
2013-08-23drm/i915: wrap GEN6_PMIMR changesPaulo Zanoni
2013-08-23drm/i915: wrap GTIMR changesPaulo Zanoni