summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-17drm/i915: call drm_handle_vblank before finish_page_flipDaniel Vetter1-12/+12
2013-01-17drm/i915: SDVO hotplug have different interrupt status bits for i915/i965/g4xChris Wilson1-4/+16
2012-07-16drm/i915: rip out the PM_IIR WARNDaniel Vetter1-1/+0
2012-07-16drm/i915: Refactor the deferred PM_IIR handling into a single functionChris Wilson1-29/+29
2012-06-01drm/i915: Avoid a double-read of PCH_IIR during interrupt handlingChris Wilson1-6/+3
2012-02-15drm/i915: Record the position of the request upon errorChris Wilson1-0/+1
2012-02-15drm/i915: Record the in-flight requests at the time of a hangChris Wilson1-22/+51
2012-02-13drm/i915: enable forcewake voodoo also for gen6Daniel Vetter1-12/+0
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter1-1/+2
2012-02-09drm/i915: dump even more into the error_stateDaniel Vetter1-0/+7
2012-01-31drm/i915: Handle unmappable buffers during error state captureChris Wilson1-5/+23
2012-01-29drm/i915: add per-ring fault reg to error_stateDaniel Vetter1-6/+7
2012-01-29drm/i915: capture error_state also for stuck ringsDaniel Vetter1-2/+1
2012-01-29drm/i915: collect more per ring error stateDaniel Vetter1-2/+7
2012-01-29drm/i915: refactor ring error state capture to use arraysDaniel Vetter1-34/+36
2012-01-29drm/i915: switch ring->id to be a real idDaniel Vetter1-1/+1
2012-01-26drm/i915: correct lock type in destroyBen Widawsky1-2/+3
2012-01-19drm/i915: rip out the HWSTAM missed irq workaroundDaniel Vetter1-1/+2
2012-01-03drm/i915: kicking rings stuck on semaphores considered harmfulDaniel Vetter1-7/+0
2012-01-03Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie1-3/+10
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-0/+1
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-12-19drm/i915: check ACTHD of all ringsDaniel Vetter1-3/+10
2011-11-03drm/i915: Ivybridge still has fences!Daniel Vetter1-0/+1
2011-10-20drm/i915: close PM interrupt masking races in the rps work funcDaniel Vetter1-1/+1
2011-10-20drm/i915: close PM interrupt masking races in the irq handlerDaniel Vetter1-2/+4
2011-10-20Merge branch 'edp-training-fixes' into drm-intel-nextKeith Packard1-0/+28
2011-09-30drm/i915: Shut down PCH interrupts during irq_uninstallKeith Packard1-0/+4
2011-09-30drm/i915: Enable digital port hotplug on PCH systemsKeith Packard1-0/+24
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi1-3/+3
2011-08-15drm/i915: Can't do accurate vblank timestamps with UMSKeith Packard1-2/+4
2011-07-28Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-2/+2
2011-07-28drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'Keith Packard1-2/+2
2011-07-25Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-0/+3
2011-07-25drm/i915: Hold mode_config->mutex during hotplug processingKeith Packard1-0/+3
2011-07-01Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-1/+1
2011-07-01drm/i915: apply HWSTAM writes to Ivy Bridge as wellJesse Barnes1-1/+1
2011-06-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-20/+58
2011-06-29drm/i915: move IRQ function table init to i915_irq.cJesse Barnes1-20/+58
2011-06-29drm/i915: hangcheck disable parameterBen Widawsky1-4/+9
2011-06-21drm/i915: Apply HWSTAM workaround for BSD ring on SandyBridgeChris Wilson1-0/+1
2011-06-18drm/i915: Fix gen6 (SNB) missed BLT ring interrupts.Daniel J Blueman1-0/+10
2011-06-04drm/i915: fix if statement in ivybridge irq handlerDan Carpenter1-1/+1
2011-05-18drm/i915: initialize gen6 rps work queue on Sandy Bridge and Ivy BridgeJesse Barnes1-1/+2
2011-05-13drm/i915: interrupt & vblank support for Ivy BridgeJesse Barnes1-0/+165
2011-05-13drm/i915: split enable/disable vblank code into chipset specific functionsJesse Barnes1-11/+31
2011-05-13drm/i915: split irq handling into per-chipset functionsJesse Barnes1-20/+25
2011-05-10drm/i915: move gen6 rps handling to workqueueBen Widawsky1-8/+41
2011-05-10drm/i915: reference counted forcewakeBen Widawsky1-1/+0
2011-05-10drm/i915: Rename agp_type to cache_levelChris Wilson1-1/+1