aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-07-26drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATIONMarcin Slusarz1-1/+1
2012-05-24drm/nv50: decode PGRAPH DATA_ERROR = 0x24Marcin Slusarz1-0/+1
2012-05-24drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs1-1/+3
2012-05-24drm/nv50/graph: remove ability to do interrupt-driven context switchingBen Skeggs1-65/+0
2012-05-24drm/nv50: remove manual context unload on context destructionBen Skeggs1-58/+1
2012-05-24drm/nv50: remove execution engine context saves on suspendBen Skeggs1-6/+0
2012-05-24drm/nouveau/fifo: remove all the "special" engine hooksBen Skeggs1-3/+2
2012-05-24drm/nouveau: create real execution engine for software object classBen Skeggs1-72/+0
2012-05-24drm/nv40-50/gr: restructure grctx/prog generationBen Skeggs1-17/+4
2011-12-21drm/nv50: also report errors in MP1/MP2 when they happen.Maxim Levitsky1-2/+2
2011-11-10drm/nv50/gr: typo fix, how about we not reset fifo during graph init?Ben Skeggs1-2/+2
2011-09-20drm/nv50/gr: refactor initialisationBen Skeggs1-81/+37
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-3/+6
2011-07-25drm/nouveau/gr: disable fifo access and idle before suspend ctx unloadBen Skeggs1-0/+5
2011-07-25drm/nouveau: pass flag to engine fini() method on suspendBen Skeggs1-3/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-05-16drm/nva3: implement support for copy engineBen Skeggs1-1/+1
2011-05-16drm/nouveau: remove remnants of nouveau_pgraph_engineBen Skeggs1-1/+0
2011-05-16drm/nv50/gr: move to exec engine interfacesBen Skeggs1-202/+224
2011-05-16drm/nouveau: move engine object creation into per-engine hooksBen Skeggs1-0/+26
2011-05-16drm/nouveau: Fix missing whitespace checkpatch.pl errors.Emil Velikov1-1/+1
2011-05-16drm/nouveau: Fix brace placement checkpatch.pl errors.Emil Velikov1-2/+1
2011-04-05drm/nv50: use "nv86" tlb flush method on everything except 0x50/0xacBen Skeggs1-1/+1
2011-03-14drm/nv50: check for vm traps on every gr irqBen Skeggs1-2/+1
2011-03-14drm/nouveau: add nouveau_enum_find() util functionBen Skeggs1-46/+46
2011-02-25drm/nv50: flesh out ZCULL init and match nvidia on later chipsetsBen Skeggs1-5/+34
2011-02-25drm/nv50: fix typos in CCACHE error reportingMarcin Slusarz1-4/+4
2011-02-25drm/nv50: enable page flippingBen Skeggs1-6/+1
2011-01-25drm/nv50: Fix race with PFIFO during PGRAPH context destruction.Francisco Jerez1-0/+3
2010-12-30drm/nv50: sync up gr data error names with rnn, use for nvc0 alsoBen Skeggs1-7/+42
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs1-0/+3
2010-12-08drm/nv50: import new vm codeBen Skeggs1-2/+3
2010-12-03drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs1-2/+498
2010-12-03drm/nv50: 0x50c0 apparently works on NVA3+ too, so lets allow itBen Skeggs1-5/+4
2010-12-03drm/nv50: fix compute object classBen Skeggs1-2/+8
2010-12-03drm/nv50: Keep track of the head a channel is vsync'ing to.Francisco Jerez1-0/+3
2010-12-03drm/nouveau: Implement the pageflip ioctl.Francisco Jerez1-0/+16
2010-12-03drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez1-8/+1
2010-12-03drm/nv50: improve evo error handler when more than just channel 0 activeBen Skeggs1-6/+5
2010-12-03drm/nv50: remove excessive alignment of graph/crypt contextsBen Skeggs1-1/+1
2010-12-03drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs1-30/+61
2010-12-03drm/nouveau: store engine type in gpuobj class structsBen Skeggs1-10/+10
2010-12-03drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez1-0/+11
2010-12-03drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs1-1/+1
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs1-0/+52
2010-09-24drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez1-1/+1
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-20/+19
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-9/+9
2010-07-13drm/nv50: cleanup nv50_fifo.cBen Skeggs1-4/+2