aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)Author
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
2013-08-22drm/i915: drop unnecessary local variable to suppress build warningJani Nikula
2013-08-22drm/i915: give more distinctive names to ring hangcheck action enumsJani Nikula
2013-08-22drm/i915: remove unused leftover variable irq_receivedJani Nikula
2013-08-09drm/i915: Make i915_hangcheck_elapsed() staticDamien Lespiau
2013-07-26drm/i915: Add messages useful for HPD storm detection debugging (v2)Egbert Eich
2013-07-25drm/i915: Colocate all GT access routines in the same fileChris Wilson
2013-07-20drm/i915: invert {ilk, snb}_gt_irq_handler checkPaulo Zanoni
2013-07-19drm/i915: Make i915 events part of uapiBen Widawsky
2013-07-19drm/i915: kill ivybridge_irq_postinstallPaulo Zanoni
2013-07-19drm/i915: kill Ivybridge vblank irq vfuncsPaulo Zanoni
2013-07-19drm/i915: add ILK/SNB support to ivybridge_irq_handlerPaulo Zanoni
2013-07-19drm/i915: POSTING_READ(DEIER) on ivybridge_irq_handlerPaulo Zanoni
2013-07-19drm/i915: reorganize ironlake_irq_handlerPaulo Zanoni