index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Enable irq to trace batch buffer completion.
Chris Wilson
2009-09-29
1
-0
/
+10
*
drm/i915: Add tracepoints
Chris Wilson
2009-09-23
1
-2
/
+7
*
drm/i915: Make dev_priv->mm.wedged an atomic_t
Ben Gamari
2009-09-17
1
-7
/
+8
*
drm/i915: Hookup chip reset in error handler
Ben Gamari
2009-09-17
1
-3
/
+16
*
drm/i915: Implement GPU reset on i965
Ben Gamari
2009-09-17
1
-0
/
+8
*
drm/i915: Add hangcheck timer
Ben Gamari
2009-09-17
1
-0
/
+49
*
drm/i915: Support IGD EOS
Shaohua Li
2009-09-04
1
-0
/
+21
*
drm/i915: silence vblank warnings
Frans Pop
2009-08-09
1
-2
/
+2
*
drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.
Eric Anholt
2009-08-05
1
-2
/
+3
*
drm/i915: refactor error detection & collection
Jesse Barnes
2009-07-13
1
-74
/
+158
*
drm/i915: add FIFO watermark support
Shaohua Li
2009-07-01
1
-0
/
+4
*
drm/i915: enable error detection & state collection
Jesse Barnes
2009-07-01
1
-3
/
+136
*
drm/i915: add per-output hotplug callback for KMS
Keith Packard
2009-06-18
1
-1
/
+11
*
drm/i915: handle interrupt on new chipset
Zhenyu Wang
2009-06-09
1
-6
/
+180
*
drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_count
Jesse Barnes
2009-06-05
1
-2
/
+0
*
drm/i915: Disable opregion on IGDNG for now
Zhenyu Wang
2009-06-05
1
-1
/
+3
*
drm/i915: Don't let an oops get triggered from irq_emit without dma init.
Eric Anholt
2009-04-17
1
-1
/
+1
*
drm/i915: add VGA hotplug support for 945+
Jesse Barnes
2009-04-01
1
-5
/
+62
*
drm/i915: Fix use-before-null-check in i915_irq_emit().
Eric Anholt
2009-03-03
1
-2
/
+3
*
drm/i915: add get_vblank_counter function for GM45
Jesse Barnes
2009-02-08
1
-0
/
+13
*
drm/i915: don't enable vblanks on disabled pipes
Jesse Barnes
2009-01-11
1
-0
/
+6
*
DRM: i915: add mode setting support
Jesse Barnes
2008-12-29
1
-0
/
+21
*
drm: move to kref per-master structures.
Dave Airlie
2008-12-29
1
-15
/
+15
*
drivers/gpu/drm/i915/i915_irq.c: fix warning
Andrew Morton
2008-12-01
1
-1
/
+1
*
drm: move drm vblank initialization/cleanup to driver load/unload
Keith Packard
2008-11-25
1
-5
/
+0
*
drm/i915: Always read pipestat in irq_handler
Keith Packard
2008-11-25
1
-19
/
+36
*
drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.
Eric Anholt
2008-11-25
1
-47
/
+61
*
drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.
Keith Packard
2008-11-25
1
-112
/
+99
*
drm/i915: Move legacy breadcrumb out of the reserved status page area
Keith Packard
2008-11-11
1
-4
/
+2
*
i915: Remove racy delayed vblank swap ioctl.
Eric Anholt
2008-11-11
1
-363
/
+14
*
drm/i915: use pipes, not planes to label vblank data
Keith Packard
2008-10-23
1
-53
/
+20
*
drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations
Keith Packard
2008-10-23
1
-53
/
+85
*
i915: Enable IMR passthrough of vblank events before enabling it in pipestat.
Eric Anholt
2008-10-23
1
-1
/
+9
*
drm: Remove two leaks of vblank reference count in error paths.
Eric Anholt
2008-10-23
1
-0
/
+1
*
i915: Protect vblank IRQ reg access with spinlock
Keith Packard
2008-10-23
1
-29
/
+40
*
drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.
Eric Anholt
2008-10-18
1
-0
/
+2
*
i915: Make use of sarea_priv conditional.
Kristian Høgsberg
2008-10-18
1
-8
/
+17
*
i915: Use struct_mutex to protect ring in GEM mode.
Eric Anholt
2008-10-18
1
-4
/
+24
*
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
2008-10-18
1
-7
/
+12
*
drm: Rework vblank-wait handling to allow interrupt reduction.
Jesse Barnes
2008-10-18
1
-130
/
+265
*
Add Intel ACPI IGD OpRegion support
Matthew Garrett
2008-10-18
1
-8
/
+17
*
i915: Add support for MSI and interrupt mitigation.
Eric Anholt
2008-10-18
1
-45
/
+108
*
i915: Use more consistent names for regs, and store them in a separate file.
Jesse Barnes
2008-10-18
1
-37
/
+36
*
drm: reorganise drm tree to be more future proof.
Dave Airlie
2008-07-14
1
-0
/
+623