Age | Commit message (Expand) | Author |
2009-01-12 | nv50: ack nsource to prevent continuous protection fault irqs | Ben Skeggs |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes |
2008-08-09 | NV50: minor changes | Maarten Maathuis |
2008-08-09 | NV50: enable hotplug irq | Maarten Maathuis |
2008-06-27 | NV50: use list_head item instead of list_head head to avoid confusion | Maarten Maathuis |
2008-06-22 | NV50: Initial import of kernel modesetting. | Maarten Maathuis |
2008-05-02 | nv50: enable 0x400500 bit 0 after PGRAPH exception also | Ben Skeggs |
2008-05-02 | nouveau: guard against channels potentially not having a context, fix nv50 | Ben Skeggs |
2008-05-02 | nouveau: disable all card interrupts when unknown PFIFO IRQ occurs. | Ben Skeggs |
2008-05-02 | nouveau: restore original NV_PFIFO_CACHES_REASSIGN value in fifo handler | Ben Skeggs |
2008-05-02 | nouveau: gather nsource in trap_info() | Ben Skeggs |
2008-05-02 | nv50: PGRAPH exception handling completely different from earlier chips | Ben Skeggs |
2008-04-05 | nv50: primitive i2c interrupt handler | Maarten Maathuis |
2008-04-03 | nv50: primitive display interrupt handler. | Maarten Maathuis |
2008-01-22 | Merge branch 'master' into vblank-rework, including mach64 support | Jesse Barnes |
2007-11-14 | nouveau: funcs to determine active channel on PFIFO. | Ben Skeggs |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-11-05 | nouveau: Use a sw method instead of notify interrupt to signal fence completion. | Ben Skeggs |
2007-11-05 | nouveau: cleanups | Ben Skeggs |
2007-11-05 | nouveau: only pass annoying messages if irq isn't handled fully. | Ben Skeggs |
2007-11-05 | nouveau: hook up an inital fence irq handler | Ben Skeggs |
2007-10-30 | Merge branch 'master' into vblank-rework, fixup remaining drivers | Jesse Barnes |
2007-10-16 | nouveau: Cleanup PGRAPH handler, attempt to survive PGRAPH exceptions. | Ben Skeggs |
2007-10-16 | nouveau: Survive PFIFO_CACHE_ERROR. | Ben Skeggs |
2007-10-16 | nouveau: Handle multiple PFIFO exceptions per irq, cleanup output. | Ben Skeggs |
2007-10-12 | nouveau: mandatory "oops I forgot half of the files" commit | Arthur Huillet |
2007-10-10 | nouveau : nv10 and nv04 PGRAPH_NSTATUS are different | Matthieu Castet |
2007-10-06 | nouveau : print correct value in nouveau_graph_dump_trap_info for nv04 | Matthieu Castet |
2007-09-30 | nouveau: let nv20 hardware do ctx switching automatically. | Pekka Paalanen |
2007-09-30 | nouveau: NV30 should never call nouveau_nv20_context_switch(). | Pekka Paalanen |
2007-08-26 | nouveau : add NV04_PGRAPH_TRAPPED_ADDR definition | Matthieu Castet |
2007-08-09 | nouveau: silence irq handler a bit | Ben Skeggs |
2007-08-08 | nouveau: return channel id | Ben Skeggs |
2007-08-08 | nouveau: enable/disable engine-specific interrupts in _init()/_takedown() | Ben Skeggs |
2007-08-07 | nouveau : fix enable irq (in the previous code all irq were masked by engine | Matthieu Castet |
2007-08-06 | nouveau: Determine trapped channel id from active grctx on >=NV40 | Ben Skeggs |
2007-07-18 | nouveau: Add bitfield names for NSOURCE and NSTATUS. | Pekka Paalanen |
2007-07-18 | nouveau: Replace 0x00400104 and 0x00400108 with names. | Pekka Paalanen |
2007-07-14 | nouveau: nv10 and nv11/15 are different | Patrice Mandin |
2007-07-13 | nouveau: nuke internal typedefs, and drm_device_t use. | Ben Skeggs |
2007-07-09 | nouveau/nv50: Initial channel/object support | Ben Skeggs |
2007-07-09 | nouveau: enable reporting for all PFIFO/PGRAPH irqs | Ben Skeggs |
2007-05-08 | nouveau : fix fifo context size for nv10 | Matthieu Castet |
2007-03-26 | nouveau: move card initialisation into the drm | Ben Skeggs |
2007-03-07 | nouveau: ack PFIFO interrupts at PFIFO, not PMC. | Ben Skeggs |
2007-02-28 | nouveau: intrusive drm interface changes | Ben Skeggs |
2007-02-03 | nouveau: and of course, I was missing the last nv04 piece. | Stephane Marchesin |
2007-02-03 | nouveau: rename registers to their proper names. | Stephane Marchesin |
2007-01-25 | nouveau: always print nsource/nstatus regs on PGRAPH errors | Ben Skeggs |
2007-01-17 | nouveau: Try to get nv35 pgraph switching working. Doesn't quite yet. | Jeremy Kolb |