aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-95/+184
* drm/i915: Ivybridge still has fences!Daniel Vetter2011-12-091-0/+1
* drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'Keith Packard2011-08-151-2/+2
* drm/i915: Hold mode_config->mutex during hotplug processingKeith Packard2011-08-151-0/+3
* drm/i915: apply HWSTAM writes to Ivy Bridge as wellJesse Barnes2011-07-011-1/+1
* drm/i915: move IRQ function table init to i915_irq.cJesse Barnes2011-06-291-20/+58
* 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
* | drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPUChris Wilson2011-01-191-0/+33
|/
* drm/i915: Fix error handler to capture the first batch after the seqnoChris Wilson2011-01-131-1/+1
* drm/i915: Record AGP memory type upon errorChris Wilson2011-01-111-0/+1
* drm/i915: Record the error batchbuffer on each ringChris Wilson2011-01-111-118/+46
* drm/i915: detect & report PCH display error interruptsJesse Barnes2011-01-111-2/+52
* drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-111-1/+4
* drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson2011-01-111-45/+0
* drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes2010-12-181-2/+45
* drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner2010-12-161-0/+86
* Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2010-12-151-1/+2
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-141-8/+9
* drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson2010-12-051-2/+2
* drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-90/+119
* drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson2010-11-251-11/+8
* drm/i915: Record fence registers on error.Chris Wilson2010-11-231-0/+30
* drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-39/+28