index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-01
drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"
Chris Wilson
1
-0
/
+9
2011-03-01
Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"
Chris Wilson
1
-33
/
+0
2011-03-01
drm/i915: Silence an innocuous compiler warning for an unused variable
Chris Wilson
1
-1
/
+0
2011-02-16
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-7
/
+11
2011-02-16
drm/i915: don't enable FDI & transcoder interrupts after all
Jesse Barnes
1
-3
/
+3
2011-02-07
drm/i915: cleanup per-pipe reg usage
Jesse Barnes
1
-83
/
+66
2011-02-07
drm/i915: Refine tracepoints
Chris Wilson
1
-11
/
+1
2011-02-07
drm/i915: Include 'i915_error_state' hint for when the GPU catches fire
Chris Wilson
1
-1
/
+2
2011-02-01
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-4
/
+4
2011-01-31
drm/i915: Suppress spurious vblank interrupts
Chris Wilson
1
-4
/
+4
2011-01-28
drm/i915: Record all error ringbuffers
Chris Wilson
1
-8
/
+14
2011-01-24
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-10
/
+27
2011-01-24
drm/i915: Prevent uninitialised reads during error state capture
Chris Wilson
1
-0
/
+2
2011-01-24
drm/i915: Handle the no-interrupts case for UMS by polling
Chris Wilson
1
-2
/
+2
2011-01-24
drm/i915: Increase the amount of defense before computing vblank timestamps
Chris Wilson
1
-7
/
+18
2011-01-23
drm/i915: Remove unused code: i915_enable_interrupt()
Chris Wilson
1
-10
/
+0
2011-01-20
drm/i915: Don't kick-off hangcheck after a DRI interrupt
Chris Wilson
1
-1
/
+5
2011-01-19
drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU
Chris Wilson
1
-0
/
+33
2011-01-13
drm/i915: Fix error handler to capture the first batch after the seqno
Chris Wilson
1
-1
/
+1
2011-01-11
drm/i915: Record AGP memory type upon error
Chris Wilson
1
-0
/
+1
2011-01-11
drm/i915: Record the error batchbuffer on each ring
Chris Wilson
1
-118
/
+46
2011-01-11
drm/i915: detect & report PCH display error interrupts
Jesse Barnes
1
-2
/
+52
2011-01-11
drm/i915/debugfs: Show the per-ring IMR
Chris Wilson
1
-1
/
+4
2011-01-11
drm/i915: Mask USER interrupts on gen6 (until required)
Chris Wilson
1
-45
/
+0
2010-12-18
drm/i915: dynamic render p-state support for Sandy Bridge
Jesse Barnes
1
-2
/
+45
2010-12-16
drm/i915: Add support for precise vblank timestamping (v2)
Mario Kleiner
1
-0
/
+86
2010-12-15
Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"
Chris Wilson
1
-1
/
+2
2010-12-14
drm/i915/ringbuffer: Make IRQ refcnting atomic
Chris Wilson
1
-8
/
+9
2010-12-05
drm/i915: Avoid using PIPE_CONTROL on Ironlake
Chris Wilson
1
-2
/
+2
2010-12-05
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
Chris Wilson
1
-90
/
+119
2010-11-25
drm/i915: Tweak on-error bbaddr parsing for clarity
Chris Wilson
1
-11
/
+8
2010-11-23
drm/i915: Record fence registers on error.
Chris Wilson
1
-0
/
+30
2010-11-23
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
1
-39
/
+28
2010-11-23
drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffers
Chris Wilson
1
-1
/
+1
2010-11-22
drm/i915: Capture interesting display registers on error
Chris Wilson
1
-0
/
+1
2010-11-22
drm/i915: Capture pinned buffers on error
Chris Wilson
1
-30
/
+57
2010-11-16
drm/i915: Convert (void)I915_READ to POSTING_READ
Chris Wilson
1
-24
/
+24
2010-11-11
drm/i915: Remove the definitions for Primary Ring Buffer
Chris Wilson
1
-14
/
+14
2010-11-11
drm/i915: Remove the global irq wait queue
Chris Wilson
1
-1
/
+1
2010-11-01
drm/i915/debugfs: Report ring in error state
Chris Wilson
1
-0
/
+1
2010-10-29
drm/i915: Record BSD engine error state
Chris Wilson
1
-0
/
+9
2010-10-29
drm/i915: Record BLT engine error state
Chris Wilson
1
-0
/
+7
2010-10-27
drm/i915: Capture ERROR register on Sandybridge hangs
Chris Wilson
1
-7
/
+11
2010-10-27
drm/i915: Remove the confusing global waiting/irq seqno
Chris Wilson
1
-3
/
+3
2010-10-27
drm/i915: Fix hangcheck to handle multiple rings
Chris Wilson
1
-39
/
+35
2010-10-27
drm/i915: Propagate errors from writing to ringbuffer
Chris Wilson
1
-6
/
+7
2010-10-27
drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface
Chris Wilson
1
-6
/
+6
2010-10-26
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-115
/
+144
2010-10-26
mm: stack based kmap_atomic()
Peter Zijlstra
1
-3
/
+2
2010-10-21
drm/i915: Enable SandyBridge blitter ring
Chris Wilson
1
-26
/
+38
[next]