aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv40_fifo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-210/+0
2012-05-24drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs1-225/+127
2012-05-24drm/nouveau/fifo: remove all the "special" engine hooksBen Skeggs1-3/+4
2011-05-16drm/nv40/vpe: add support for PMPEGBen Skeggs1-0/+2
2011-01-07drm/nouveau: create grctx on the fly on all chipsetsBen Skeggs1-1/+0
2010-12-08drm/nouveau: make fifo.create_context() responsible for mapping control regsBen Skeggs1-0/+5
2010-12-03drm/nouveau: move PFIFO ISR into nv04_fifo.cBen Skeggs1-0/+1
2010-12-03drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez1-11/+0
2010-12-03drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs1-1/+1
2010-09-24drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs1-5/+6
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-5/+4
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-8/+0
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-1/+1
2010-02-25drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis1-0/+5
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+314