summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: kicking rings stuck on semaphores considered harmfulDaniel Vetter2012-01-031-7/+0
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Dave Airlie2012-01-031-3/+10
|\
| * drm/i915: check ACTHD of all ringsDaniel Vetter2011-12-191-3/+10
* | Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-0/+1
|\|
| * drm/i915: Ivybridge still has fences!Daniel Vetter2011-11-031-0/+1
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+1
|/
* drm/i915: close PM interrupt masking races in the rps work funcDaniel Vetter2011-10-201-1/+1
* drm/i915: close PM interrupt masking races in the irq handlerDaniel Vetter2011-10-201-2/+4
* Merge branch 'edp-training-fixes' into drm-intel-nextKeith Packard2011-10-201-0/+28
|\
| * drm/i915: Shut down PCH interrupts during irq_uninstallKeith Packard2011-09-301-0/+4
| * drm/i915: Enable digital port hotplug on PCH systemsKeith Packard2011-09-301-0/+24
* | Drivers: i915: Fix all space related issues.Akshay Joshi2011-09-191-3/+3
|/
* drm/i915: Can't do accurate vblank timestamps with UMSKeith Packard2011-08-151-2/+4
* Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-281-2/+2
|\
| * drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'Keith Packard2011-07-281-2/+2
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-251-0/+3
|\|
| * drm/i915: Hold mode_config->mutex during hotplug processingKeith Packard2011-07-251-0/+3
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-011-1/+1
|\|
| * drm/i915: apply HWSTAM writes to Ivy Bridge as wellJesse Barnes2011-07-011-1/+1
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-06-291-20/+58
|\|
| * drm/i915: move IRQ function table init to i915_irq.cJesse Barnes2011-06-291-20/+58
* | drm/i915: hangcheck disable parameterBen Widawsky2011-06-291-4/+9
|/
* drm/i915: Apply HWSTAM workaround for BSD ring on SandyBridgeChris Wilson2011-06-211-0/+1
* drm/i915: Fix gen6 (SNB) missed BLT ring interrupts.Daniel J Blueman2011-06-181-0/+10
* drm/i915: fix if statement in ivybridge irq handlerDan Carpenter2011-06-041-1/+1
* drm/i915: initialize gen6 rps work queue on Sandy Bridge and Ivy BridgeJesse Barnes2011-05-181-1/+2
* drm/i915: interrupt & vblank support for Ivy BridgeJesse Barnes2011-05-131-0/+165
* drm/i915: split enable/disable vblank code into chipset specific functionsJesse Barnes2011-05-131-11/+31
* drm/i915: split irq handling into per-chipset functionsJesse Barnes2011-05-131-20/+25
* drm/i915: move gen6 rps handling to workqueueBen Widawsky2011-05-101-8/+41
* drm/i915: reference counted forcewakeBen Widawsky2011-05-101-1/+0
* drm/i915: Rename agp_type to cache_levelChris Wilson2011-05-101-1/+1
* drm/i915: Move the irq wait queue initialisation into the ring initChris Wilson2011-05-101-6/+0
* drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"Chris Wilson2011-03-011-0/+9
* Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"Chris Wilson2011-03-011-33/+0
* drm/i915: Silence an innocuous compiler warning for an unused variableChris Wilson2011-03-011-1/+0
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-02-161-7/+11
|\
| * drm/i915: don't enable FDI & transcoder interrupts after allJesse Barnes2011-02-161-3/+3
* | drm/i915: cleanup per-pipe reg usageJesse Barnes2011-02-071-83/+66
* | drm/i915: Refine tracepointsChris Wilson2011-02-071-11/+1
* | drm/i915: Include 'i915_error_state' hint for when the GPU catches fireChris Wilson2011-02-071-1/+2
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-02-011-4/+4
|\|
| * drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-311-4/+4
* | drm/i915: Record all error ringbuffersChris Wilson2011-01-281-8/+14
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-01-241-10/+27
|\|
| * drm/i915: Prevent uninitialised reads during error state captureChris Wilson2011-01-241-0/+2
| * drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson2011-01-241-2/+2
| * drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson2011-01-241-7/+18
| * drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson2011-01-201-1/+5
* | drm/i915: Remove unused code: i915_enable_interrupt()Chris Wilson2011-01-231-10/+0