summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_object.c
AgeCommit message (Expand)Author
2012-07-26drm/nouveau: move current gpuobj code out of nouveau_object.cBen Skeggs
2012-05-24drm/nouveau: turn a BUG into a WARNBen Skeggs
2012-05-24drm/nouveau/ttm: untangle code to support accelerated buffer movesBen Skeggs
2012-05-24drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs
2012-05-24drm/nouveau: move flip-related channel setup to software engineBen Skeggs
2012-05-24drm/nouveau: create real execution engine for software object classBen Skeggs
2011-12-21drm/nvd0/disp: add support for page flippingBen Skeggs
2011-11-30drm/nouveau: Keep RAMIN heap within the channel.Younes Manton
2011-09-20drm/nvd0: lets not attempt to dereference a nv50_display pointerBen Skeggs
2011-09-20drm/nouveau: fixup init/fini sequence to deal with no CRTCsBen Skeggs
2011-09-20drm/nvd0: add a card_type for 0xdX chipsetsBen Skeggs
2011-06-23drm/nouveau: fix off-by-oneBen Skeggs
2011-06-23drm/nouveau: fix null pointer deref on pre-nv50 chipsetsBen Skeggs
2011-06-23drm/nvc0: enable per-client address spacesBen Skeggs
2011-06-23drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vmBen Skeggs
2011-06-23drm/nouveau: convert bo.mem.start usage to bo.offsetBen Skeggs
2011-06-23drm/nouveau: will need to specify channel for vm-ful gpuobj allocationsBen Skeggs
2011-06-23drm/nouveau: modify gpuobj/ntfy takedown orderingBen Skeggs
2011-06-23drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directlyBen Skeggs
2011-06-23drm/nouveau: store a per-client channel listBen Skeggs
2011-05-16drm/nouveau: remove remnants of nouveau_pgraph_engineBen Skeggs
2011-05-16drm/nv50/gr: move to exec engine interfacesBen Skeggs
2011-05-16drm/nouveau: working towards a common way to represent enginesBen Skeggs
2011-05-16drm/nouveau: move engine object creation into per-engine hooksBen Skeggs
2011-04-20drm/nouveau: split ramin_lock into two locks, one hardirq safeBen Skeggs
2011-02-25drm/nv50-nvc0: initialise display sync channelsBen Skeggs
2011-02-25drm/nouveau: introduce new gart type, and name _SGDMA more appropriatelyBen Skeggs
2011-02-23drm/nouveau: don't munge in drm_mm internalsDaniel Vetter
2011-01-07drm/nouveau: create grctx on the fly on all chipsetsBen Skeggs
2010-12-21drm/nvc0: implement channel structure initialisationBen Skeggs
2010-12-21drm/nvc0: gpuobj_new need only check validity and init the relevant engineBen Skeggs
2010-12-08drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.Francisco Jerez
2010-12-08drm/nv50: tidy up PCIEGART implementationBen Skeggs
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs
2010-12-08drm/nv50: import new vm codeBen Skeggs
2010-12-08drm/nouveau: no need to zero dma objects, we fill them completely anywayBen Skeggs
2010-12-08drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs
2010-12-08drm/nouveau: Synchronize with the user channel before GPU object destruction.Francisco Jerez
2010-12-08drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez
2010-12-03drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs
2010-12-03drm/nouveau: rework gpu-specific instmem interfacesBen Skeggs
2010-12-03drm/nouveau: simplify gpuobj suspend/resumeBen Skeggs
2010-12-03drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs
2010-12-03drm/nv50: create graph and crypt contexts on demandBen Skeggs
2010-12-03drm/nv84: add support for the PCRYPT engineBen Skeggs
2010-12-03drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs
2010-12-03drm/nouveau: use object class structs more extensivelyBen Skeggs
2010-12-03drm/nouveau: store engine type in gpuobj class structsBen Skeggs
2010-12-03drm/nouveau: pass gpuobj alignment request down into backing allocatorBen Skeggs
2010-12-03drm/nouveau: return error from nouveau_ramht_remove() if not foundBen Skeggs