aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-30drm/nouveau: Keep RAMIN heap within the channel.Younes Manton1-1/+1
2011-09-20drm/nvd0: lets not attempt to dereference a nv50_display pointerBen Skeggs1-4/+8
2011-09-20drm/nouveau: fixup init/fini sequence to deal with no CRTCsBen Skeggs1-2/+2
2011-09-20drm/nvd0: add a card_type for 0xdX chipsetsBen Skeggs1-1/+1
2011-06-23drm/nouveau: fix off-by-oneBen Skeggs1-1/+1
2011-06-23drm/nouveau: fix null pointer deref on pre-nv50 chipsetsBen Skeggs1-5/+11
2011-06-23drm/nvc0: enable per-client address spacesBen Skeggs1-28/+46
2011-06-23drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vmBen Skeggs1-0/+16
2011-06-23drm/nouveau: convert bo.mem.start usage to bo.offsetBen Skeggs1-1/+1
2011-06-23drm/nouveau: will need to specify channel for vm-ful gpuobj allocationsBen Skeggs1-2/+2
2011-06-23drm/nouveau: modify gpuobj/ntfy takedown orderingBen Skeggs1-2/+0
2011-06-23drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directlyBen Skeggs1-4/+4
2011-06-23drm/nouveau: store a per-client channel listBen Skeggs1-2/+2
2011-05-16drm/nouveau: remove remnants of nouveau_pgraph_engineBen Skeggs1-27/+11
2011-05-16drm/nv50/gr: move to exec engine interfacesBen Skeggs1-11/+13
2011-05-16drm/nouveau: working towards a common way to represent enginesBen Skeggs1-9/+6
2011-05-16drm/nouveau: move engine object creation into per-engine hooksBen Skeggs1-82/+13
2011-04-20drm/nouveau: split ramin_lock into two locks, one hardirq safeBen Skeggs1-4/+6
2011-02-25drm/nv50-nvc0: initialise display sync channelsBen Skeggs1-1/+21
2011-02-25drm/nouveau: introduce new gart type, and name _SGDMA more appropriatelyBen Skeggs1-8/+14
2011-02-23drm/nouveau: don't munge in drm_mm internalsDaniel Vetter1-1/+1
2011-01-07drm/nouveau: create grctx on the fly on all chipsetsBen Skeggs1-1/+2
2010-12-21drm/nvc0: implement channel structure initialisationBen Skeggs1-4/+20
2010-12-21drm/nvc0: gpuobj_new need only check validity and init the relevant engineBen Skeggs1-4/+11
2010-12-08drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.Francisco Jerez1-6/+2
2010-12-08drm/nv50: tidy up PCIEGART implementationBen Skeggs1-3/+1
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs1-37/+10
2010-12-08drm/nv50: import new vm codeBen Skeggs1-1/+1
2010-12-08drm/nouveau: no need to zero dma objects, we fill them completely anywayBen Skeggs1-5/+2
2010-12-08drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs1-32/+27
2010-12-08drm/nouveau: Synchronize with the user channel before GPU object destruction.Francisco Jerez1-0/+3
2010-12-08drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez1-5/+1
2010-12-03drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs1-99/+136
2010-12-03drm/nouveau: rework gpu-specific instmem interfacesBen Skeggs1-75/+37
2010-12-03drm/nouveau: simplify gpuobj suspend/resumeBen Skeggs1-46/+10
2010-12-03drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs1-0/+18
2010-12-03drm/nv50: create graph and crypt contexts on demandBen Skeggs1-0/+23
2010-12-03drm/nv84: add support for the PCRYPT engineBen Skeggs1-1/+2
2010-12-03drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs1-14/+98
2010-12-03drm/nouveau: use object class structs more extensivelyBen Skeggs1-49/+48
2010-12-03drm/nouveau: store engine type in gpuobj class structsBen Skeggs1-1/+1
2010-12-03drm/nouveau: pass gpuobj alignment request down into backing allocatorBen Skeggs1-1/+1
2010-12-03drm/nouveau: return error from nouveau_ramht_remove() if not foundBen Skeggs1-8/+2
2010-12-03drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs1-12/+22
2010-11-18drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.Francisco Jerez1-1/+1
2010-09-24drm/nouveau: remove nouveau_gpuobj_late_takedownBen Skeggs1-6/+1
2010-09-24drm/nouveau: protect gpuobj list + global instmem heap with spinlockBen Skeggs1-4/+24
2010-09-24drm/nouveau: fix gpuobj refcount to use atomicsBen Skeggs1-22/+11
2010-09-24drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs1-2/+0
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs1-25/+2