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