summaryrefslogtreecommitdiff
path: root/shared-core/nv50_graph.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-338/+0
2009-06-02nv50: magic fix for "3d busted without the binary driver first" issueBen Skeggs1-0/+1
2009-02-15nv50: context info for chipset 0xa0Ben Skeggs1-1/+7
2009-02-11drm/nv50: add context info for nv98Ben Skeggs1-0/+6
2009-02-10drm/nv50: use a slightly different initial context for nv96Ben Skeggs1-1/+3
2009-01-27nv50: support chipset NV96Ben Skeggs1-0/+2
2008-11-23nv50: support NV94 chipsetBen Skeggs1-0/+6
2008-10-28nv50: move context-related tables a separate header fileBen Skeggs1-8006/+35
2008-09-17nv50: add initial context for chipset 0xaaBen Skeggs1-1/+723
2008-09-17nv50: add initial context to match ctxprog for chipset 0x50Ben Skeggs1-679/+3373
2008-09-17nv50: add ctxprog for chipset 0x50Ben Skeggs1-0/+71
2008-09-17nv50: add ctxprog for chipset 0xaaBen Skeggs1-0/+58
2008-09-17nv50: add support for chipset 0x92Ben Skeggs1-1/+2546
2008-05-02nouveau: guard against channels potentially not having a context, fix nv50Ben Skeggs1-2/+0
2008-05-01nv50: I cave... Add nv84 initial context values.Ben Skeggs1-14/+1152
2008-03-30nouveau: forgot to add a breakMaarten Maathuis1-0/+1
2008-03-30nouveau: Add ctx values for nv86.Maarten Maathuis1-42/+734
2008-01-07nv50: more small changesBen Skeggs1-4/+5
2008-01-07nv50: abort on chips without ctx ucodeBen Skeggs1-9/+14
2008-01-07nv50: some needed ctx valsBen Skeggs1-0/+4
2008-01-07nv50: some cleanups + small changesBen Skeggs1-11/+9
2008-01-06nouveau: Add ctx_voodoo for NV86Jeremy Kolb1-1/+45
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-3/+2
2007-08-08nouveau/nv50: hack up initial channel context from current stateBen Skeggs1-0/+6
2007-08-08nouveau: enable/disable engine-specific interrupts in _init()/_takedown()Ben Skeggs1-1/+11
2007-08-06nouveau: Pass channel struct around instead of channel id.Ben Skeggs1-14/+13
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-1/+1
2007-07-17nouveau: G8x PCIEGARTBen Skeggs1-1/+1
2007-07-13nouveau: nuke internal typedefs, and drm_device_t use.Ben Skeggs1-21/+21
2007-07-09nouveau/nv50: Initial channel/object supportBen Skeggs1-7/+224
2007-06-28nouveau/nv50: skeletal backendBen Skeggs1-0/+84