index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
drm/nouveau/mc: handle irq-related setup ourselves
Ben Skeggs
1
-76
/
+0
2012-11-29
drm/nv50/disp: move remaining interrupt handling into core
Ben Skeggs
1
-8
/
+0
2012-11-29
drm/nvd0/disp: move remaining interrupt handling to core
Ben Skeggs
1
-9
/
+5
2012-10-31
drm/nouveau: resurrect headless mode since rework
Ben Skeggs
1
-7
/
+9
2012-10-03
drm/nouveau: quiet some static-related sparse noise
Marcin Slusarz
1
-0
/
+1
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-95
/
+35
2012-10-03
drm/nouveau: start culling unused code
Ben Skeggs
1
-1
/
+0
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-1
/
+0
2012-10-03
drm/nouveau/mc: port to subdev interfaces
Ben Skeggs
1
-2
/
+2
2012-10-03
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
1
-1
/
+1
2012-07-26
drm/nouveau: init vblank requests list
Marcin Slusarz
1
-4
/
+0
2011-07-25
drm/nouveau: detect disabled device in irq handler and return IRQ_NONE
Ben Skeggs
1
-1
/
+1
2010-12-03
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
Ben Skeggs
1
-885
/
+9
2010-12-03
drm/nouveau: move PFIFO ISR into nv04_fifo.c
Ben Skeggs
1
-203
/
+0
2010-12-03
drm/nv04-nv40: register vblank isr
Ben Skeggs
1
-19
/
+0
2010-12-03
drm/nouveau: move bitfield/enum helpers to nouveau_util.c
Ben Skeggs
1
-68
/
+18
2010-12-03
drm/nv50: use register/unregister functionality for PDISPLAY ISR
Ben Skeggs
1
-15
/
+1
2010-12-03
drm/nv50: move GPIO ISR to nv50_gpio.c
Ben Skeggs
1
-4
/
+2
2010-12-03
drm/nv84: move PCRYPT ISR out of nouveau_irq.c
Ben Skeggs
1
-24
/
+1
2010-12-03
drm/nouveau: allow irq handlers to be installed by engine-specific code
Ben Skeggs
1
-1
/
+33
2010-12-03
drm/nouveau: Implement the vblank DRM hooks.
Francisco Jerez
1
-2
/
+6
2010-12-03
drm/nouveau: add support for MSI
Ben Skeggs
1
-0
/
+35
2010-12-03
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
1
-0
/
+16
2010-12-03
drm/nouveau: only expose the object classes that are supported by the chipset
Ben Skeggs
1
-31
/
+5
2010-12-03
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
1
-14
/
+28
2010-12-03
drm/nouveau: tidy fifo swmthd handler a little
Ben Skeggs
1
-25
/
+31
2010-11-18
nouveau: Acknowledge HPD irq in handler, not bottom half
Andy Lutomirski
1
-0
/
+1
2010-11-18
drm/nouveau: Some random cleanups.
Francisco Jerez
1
-9
/
+10
2010-11-18
drm/nouveau: ratelimit IRQ messages
Jiri Slaby
1
-12
/
+14
2010-09-24
drm/nouveau: handle fifo pusher errors better
Ben Skeggs
1
-8
/
+37
2010-09-24
drm/nv50: report BAR access faults
Ben Skeggs
1
-0
/
+8
2010-09-24
drm/nv50: move vm trap to nv50_fb.c
Ben Skeggs
1
-45
/
+11
2010-09-24
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
1
-7
/
+9
2010-08-06
drm/nvc0: starting point for GF100 support, everything stubbed
Ben Skeggs
1
-1
/
+1
2010-08-06
drm/nouveau: Ack the context switch interrupt before switching contexts.
Francisco Jerez
1
-2
/
+2
2010-04-20
Merge branch 'drm-fbdev-cleanup' into drm-core-next
Dave Airlie
1
-9
/
+1
2010-04-09
drm/nv50: punt hotplug irq handling out to workqueue
Ben Skeggs
1
-0
/
+1
2010-04-07
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
1
-9
/
+1
2010-03-10
drm/nv50: Improve PGRAPH interrupt handling.
Marcin KoĆcielnicki
1
-48
/
+561
2010-02-25
drm/nouveau: protect channel create/destroy and irq handler with a spinlock
Maarten Maathuis
1
-0
/
+5
2010-02-10
drm/nv50: make the pgraph irq handler loop like the pre-nv50 version
Maarten Maathuis
1
-64
/
+77
2010-02-09
drm/nouveau: Fixup semaphores on pre-nv50 cards.
Francisco Jerez
1
-0
/
+14
2010-01-18
drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts
Luca Barbieri
1
-0
/
+7
2010-01-11
drm/nv50: prevent a possible ctxprog hang
Ben Skeggs
1
-0
/
+1
2009-12-11
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
1
-0
/
+702