summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_object.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-24drm/nv50: allow gpuobjs that aren't mapped into apertureBen Skeggs1-25/+77
2010-09-24drm/nouveau: simplify fake gpu objectsBen Skeggs1-47/+23
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-267/+91
2010-09-24drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs1-15/+30
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-39/+53
2010-09-24drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs1-131/+1
2010-07-13drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsetsBen Skeggs1-28/+8
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-33/+12
2010-07-13drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs1-2/+0
2010-07-13drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs1-14/+14
2010-02-11drm/nouveau: move dereferences after null checksMarcin Slusarz1-1/+2
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez1-1/+1
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+1294