summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv50_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-13drm/nouveau: remove ability to use external firmwareBen Skeggs1-36/+28
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-6/+2
2010-07-13drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez1-5/+5
2010-04-09drm/nv50: Allow using the NVA3 new compute class.Marcin Kościelnicki1-3/+4
2010-03-10drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki1-0/+18
2010-03-10drm/nv50: Remove redundant/incorrect ctxvals initialisation.Marcin Kościelnicki1-4/+0
2010-02-25drm/nv50: Implement ctxprog/state generation.Marcin Kościelnicki1-32/+42
2010-02-10drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis1-3/+7
2010-01-14drm/nv50: Fix typo in PGRAPH initialisation.Marcin Kościelnicki1-1/+1
2010-01-14drm/nv50: wait for pgraph to idle before unloading the contextMaarten Maathuis1-0/+1
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs1-3/+7
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+385