| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nv50/disp: move remaining interrupt handling into core | Ben Skeggs | 2012-11-29 | 1 | -8/+0 |
* | drm/nvd0/disp: move remaining interrupt handling to core | Ben Skeggs | 2012-11-29 | 1 | -9/+5 |
* | drm/nouveau: resurrect headless mode since rework | Ben Skeggs | 2012-10-31 | 1 | -7/+9 |
* | drm/nouveau: quiet some static-related sparse noise | Marcin Slusarz | 2012-10-03 | 1 | -0/+1 |
* | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 2012-10-03 | 1 | -95/+35 |
* | drm/nouveau: start culling unused code | Ben Skeggs | 2012-10-03 | 1 | -1/+0 |
* | drm/nouveau: port all engines to new engine module format | Ben Skeggs | 2012-10-03 | 1 | -1/+0 |
* | drm/nouveau/mc: port to subdev interfaces | Ben Skeggs | 2012-10-03 | 1 | -2/+2 |
* | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs | 2012-10-03 | 1 | -1/+1 |
* | drm/nouveau: restructure source tree, split core from drm implementation | Ben Skeggs | 2012-10-03 | 1 | -1/+1 |
* | drm/nouveau: init vblank requests list | Marcin Slusarz | 2012-07-26 | 1 | -4/+0 |
* | drm/nouveau: detect disabled device in irq handler and return IRQ_NONE | Ben Skeggs | 2011-07-25 | 1 | -1/+1 |
* | drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files | Ben Skeggs | 2010-12-03 | 1 | -885/+9 |
* | drm/nouveau: move PFIFO ISR into nv04_fifo.c | Ben Skeggs | 2010-12-03 | 1 | -203/+0 |
* | drm/nv04-nv40: register vblank isr | Ben Skeggs | 2010-12-03 | 1 | -19/+0 |
* | drm/nouveau: move bitfield/enum helpers to nouveau_util.c | Ben Skeggs | 2010-12-03 | 1 | -68/+18 |
* | drm/nv50: use register/unregister functionality for PDISPLAY ISR | Ben Skeggs | 2010-12-03 | 1 | -15/+1 |
* | drm/nv50: move GPIO ISR to nv50_gpio.c | Ben Skeggs | 2010-12-03 | 1 | -4/+2 |
* | drm/nv84: move PCRYPT ISR out of nouveau_irq.c | Ben Skeggs | 2010-12-03 | 1 | -24/+1 |
* | drm/nouveau: allow irq handlers to be installed by engine-specific code | Ben Skeggs | 2010-12-03 | 1 | -1/+33 |
* | drm/nouveau: Implement the vblank DRM hooks. | Francisco Jerez | 2010-12-03 | 1 | -2/+6 |
* | drm/nouveau: add support for MSI | Ben Skeggs | 2010-12-03 | 1 | -0/+35 |
* | drm/nv84: add support for the PCRYPT engine | Ben Skeggs | 2010-12-03 | 1 | -0/+16 |
* | drm/nouveau: only expose the object classes that are supported by the chipset | Ben Skeggs | 2010-12-03 | 1 | -31/+5 |
* | drm/nouveau: add more fine-grained locking to channel list + structures | Ben Skeggs | 2010-12-03 | 1 | -14/+28 |
* | drm/nouveau: tidy fifo swmthd handler a little | Ben Skeggs | 2010-12-03 | 1 | -25/+31 |
* | nouveau: Acknowledge HPD irq in handler, not bottom half | Andy Lutomirski | 2010-11-18 | 1 | -0/+1 |
* | drm/nouveau: Some random cleanups. | Francisco Jerez | 2010-11-18 | 1 | -9/+10 |
* | drm/nouveau: ratelimit IRQ messages | Jiri Slaby | 2010-11-18 | 1 | -12/+14 |
* | drm/nouveau: handle fifo pusher errors better | Ben Skeggs | 2010-09-24 | 1 | -8/+37 |
* | drm/nv50: report BAR access faults | Ben Skeggs | 2010-09-24 | 1 | -0/+8 |
* | drm/nv50: move vm trap to nv50_fb.c | Ben Skeggs | 2010-09-24 | 1 | -45/+11 |
* | drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity | Ben Skeggs | 2010-09-24 | 1 | -7/+9 |
* | drm/nvc0: starting point for GF100 support, everything stubbed | Ben Skeggs | 2010-08-06 | 1 | -1/+1 |
* | drm/nouveau: Ack the context switch interrupt before switching contexts. | Francisco Jerez | 2010-08-06 | 1 | -2/+2 |
* | Merge branch 'drm-fbdev-cleanup' into drm-core-next | Dave Airlie | 2010-04-20 | 1 | -9/+1 |
|\ |
|
| * | drm/fb: fix fbdev object model + cleanup properly. | Dave Airlie | 2010-04-07 | 1 | -9/+1 |
* | | drm/nv50: punt hotplug irq handling out to workqueue | Ben Skeggs | 2010-04-09 | 1 | -0/+1 |
|/ |
|
* | drm/nv50: Improve PGRAPH interrupt handling. | Marcin KoĆcielnicki | 2010-03-10 | 1 | -48/+561 |
* | drm/nouveau: protect channel create/destroy and irq handler with a spinlock | Maarten Maathuis | 2010-02-25 | 1 | -0/+5 |
* | drm/nv50: make the pgraph irq handler loop like the pre-nv50 version | Maarten Maathuis | 2010-02-10 | 1 | -64/+77 |
* | drm/nouveau: Fixup semaphores on pre-nv50 cards. | Francisco Jerez | 2010-02-09 | 1 | -0/+14 |
* | drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts | Luca Barbieri | 2010-01-18 | 1 | -0/+7 |
* | drm/nv50: prevent a possible ctxprog hang | Ben Skeggs | 2010-01-11 | 1 | -0/+1 |
* | drm/nouveau: Add DRM driver for NVIDIA GPUs | Ben Skeggs | 2009-12-11 | 1 | -0/+702 |