summaryrefslogtreecommitdiff
path: root/shared-core/nv40_graph.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-15nv40: fail completely if we don't have a ctxprog for the chipsetBen Skeggs1-11/+8
2008-08-08nouveau: wait for pgraph idle after loading or saving a contextStuart Bennett1-6/+4
2008-03-24nv40: voodoo - not quite.Ben Skeggs1-47/+34
2008-03-24nv40: allocate massive amount of PRAMIN for grctx on all chipsets.Ben Skeggs1-30/+13
2008-01-30nv40: some more nv67 changesBen Skeggs1-1/+3
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-33/+32
2007-10-04nouveau: NV47 context switching voodoo + warningMaarten Maathuis1-0/+169
2007-09-07nouveau: Use nv41 ctxprog/vals on nv42.Ben Skeggs1-1/+3
2007-09-04Add context init voodoo and context switch code for NV41.Maarten Maathuis1-0/+147
2007-08-22nouveau/nv40: Preserve other bits in 0x400304/0x400310 like NVIDIA do.Ben Skeggs1-5/+11
2007-08-22nouveau/nv40: Dump extra info on ucode state if ctx switch fails.Ben Skeggs1-1/+5
2007-08-22nouveau: NV4c ctx ucode.Ben Skeggs1-0/+32
2007-08-21nouveau: Add NV44 ctx ucode. Patch from stillunknown.Ben Skeggs1-0/+35
2007-08-08nouveau: enable/disable engine-specific interrupts in _init()/_takedown()Ben Skeggs1-1/+1
2007-08-06nouveau: Pass channel struct around instead of channel id.Ben Skeggs1-16/+10
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-3/+3
2007-07-13nouveau: nuke internal typedefs, and drm_device_t use.Ben Skeggs1-32/+32
2007-07-09nouveau/nv50: Initial channel/object supportBen Skeggs1-4/+4
2007-07-09nouveau: rewrite gpu object codeBen Skeggs1-31/+27
2007-06-28nouveau: name some regsBen Skeggs1-12/+17
2007-06-25nouveau: NV49/NV4B PGRAPH setup from jb17bsome and stephan_2303Ben Skeggs1-5/+492
2007-06-24nouveau: NV4X PGRAPH engtab functionsBen Skeggs1-56/+86
2007-04-09nouveau: NV46 supportBen Skeggs1-1/+188
2007-04-01nouveau: fix usage of PGRAPH_CTX_CONTROL on nv20+Matthieu Castet1-1/+1
2007-03-26nouveau: move card initialisation into the drmBen Skeggs1-2/+204
2007-03-13nouveau: associate all created objects with a channel + cleanupsBen Skeggs1-1/+0
2007-03-07nouveau: remove a hack that's not needed since the last interface change.Ben Skeggs1-9/+0
2007-02-28nouveau: intrusive drm interface changesBen Skeggs1-0/+1
2007-02-03nouveau: rename registers to their proper names.Stephane Marchesin1-8/+8
2007-01-28nouveau: determine chipset type at startup, instead of every time we use it.Ben Skeggs1-8/+6
2007-01-25nouveau: nv4c default contextBen Skeggs1-0/+112
2007-01-08nouveau: fix nv4a context size.Stephane Marchesin1-1/+1
2007-01-08nouveau: nv4a context support.Stephane Marchesin1-0/+155
2007-01-08nouveau: oopsBen Skeggs1-2/+1
2007-01-08nouveau: nv43 context stuffBen Skeggs1-16/+177
2007-01-06nouveau: get c51 doing glxgears without the binary driver's help.Ben Skeggs1-11/+54
2007-01-06nouveau: Use PMC_BOOT_0 to determine which ctx_voodoo to load.Ben Skeggs1-3/+6
2007-01-02nouveau: Hookup nv40_graph_init.Ben Skeggs1-0/+9
2007-01-02nouveau: Add nv40-specific PGRAPH code, not hooked up yet.Ben Skeggs1-0/+457