aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+375
2013-11-08drm/i915: Mask the vblank interrupt on bdw by defaultDaniel Vetter1-8/+8
2013-11-08drm/i915: Wire up cpu fifo underrun reporting support for bdwDaniel Vetter1-0/+25
2013-11-08drm/i915: Optimize gen8_enable|disable_vblank functionsDaniel Vetter1-12/+6
2013-11-08drm/i915: Wire up pipe CRC support for bdwDaniel Vetter1-0/+4
2013-11-08drm/i915: Wire up PCH interrupts for bdwDaniel Vetter1-0/+16
2013-11-08drm/i915: Wire up port A aux channelDaniel Vetter1-2/+17
2013-11-08drm/i915: Fix up the bdw pipe interrupt enable listsDaniel Vetter1-4/+6
2013-11-08drm/i915: Optimize pipe irq handling on bdwDaniel Vetter1-21/+19
2013-11-08drm/i915/bdw: Implement interrupt changesBen Widawsky1-0/+321
2013-11-08Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-83/+128
2013-11-06drm/i915/vlv: use PIPE_START_VBLANK interrupts on VLVJesse Barnes1-1/+1
2013-11-06drm/intel: Push get_scanout_position() timestamping into kms driver.Mario Kleiner1-11/+43
2013-10-30drm/i915: refactor ilk display interrupt handlingDaniel Vetter1-29/+21
2013-10-30drm/i915: use enum pipe consistently in i915_irq.cDaniel Vetter1-18/+19
2013-10-30drm/i915: handle faked missed interrupts as simulated hangs, tooDaniel Vetter1-2/+6
2013-10-25Merge tag 'drm-intel-next-2013-10-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-53/+245
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie1-4/+4
2013-10-22drm/i915: Use a spin lock to protect the pipe crc structDamien Lespiau1-3/+9
2013-10-21drm/i915: bikeshed the pipe CRC irq functions a bitDaniel Vetter1-34/+37
2013-10-21drm/i915: Enable CRC interrupts on pre-gen5/vlvDaniel Vetter1-1/+20
2013-10-21drm/i915: Wire up CRC interrupts for pre-gen5/vlvDaniel Vetter1-6/+16
2013-10-21drm/i915: Adjust CRC capture for pre-gen5/vlvDaniel Vetter1-9/+19
2013-10-18drm/i915: crc support for hswDaniel Vetter1-19/+25
2013-10-18drm/i915: use ->get_vblank_counter for the crc frame counterDaniel Vetter1-6/+4
2013-10-18drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter1-2/+24
2013-10-18drm/i915: extract display_pipe_crc_updateDaniel Vetter1-7/+23
2013-10-16drm/i915: static inline for dummy crc functionsDaniel Vetter1-1/+1
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau1-0/+2
2013-10-16drm/i915: Warn if we receive an interrupt after freeing the bufferDamien Lespiau1-0/+5
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau1-6/+2
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau1-4/+15
2013-10-16drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He1-0/+35
2013-10-14drm/i915: Don't pretend that gen2 has a hardware frame counterVille Syrjälä1-1/+10
2013-10-14drm/i915: Fix gen2 scanout position readoutVille Syrjälä1-6/+15
2013-10-14drm/i915: Improve the accuracy of get_scanout_pos on CTG+Ville Syrjälä1-0/+53
2013-10-14drm/i915: Fix scanoutpos calculationsVille Syrjälä1-14/+25
2013-10-14drm/i915: Skip register reads in i915_get_crtc_scanoutpos()Ville Syrjälä1-26/+17
2013-10-11drm/i915: Fix pre-CTG vblank counterVille Syrjälä1-5/+31
2013-10-10drm/i915: Capture the initial error-state when kicking stuck ringsChris Wilson1-0/+2
2013-10-03drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson1-13/+33
2013-10-03drm/i915: Boost RPS frequency for CPU stallsChris Wilson1-11/+0
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson1-4/+7
2013-10-01drm/i915: Move the conditional seqno query into the tracepointChris Wilson1-1/+1
2013-09-24Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter1-15/+61
2013-09-20drm/i915: don't disable ERR_INT on the IRQ handlerPaulo Zanoni1-19/+0
2013-09-19drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPFBen Widawsky1-2/+2
2013-09-19drm/i915: Add second slice l3 remappingBen Widawsky1-31/+58
2013-09-17drm/i915: only report hpd connector status change when it actually changedJani Nikula1-4/+10
2013-09-09drm/i915: fix wait_for_pending_flips vs gpu hang deadlockDaniel Vetter1-14/+54