aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/vm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23drm/nouveau/vm: reduce number of entry-points to vm_map()Ben Skeggs1-8/+14
2013-09-04drm/nouveau/vdec: implement support for VP3 enginesIlia Mirkin1-0/+1
2013-07-30drm/nouveau/vm: make vm refcount into a krefBen Skeggs1-17/+10
2013-07-05drm/nouveau: use vmalloc for pgt allocationMarcin Slusarz1-3/+3
2013-07-01drm/nouveau/bsp/nv84: initial vp2 engine implementationIlia Mirkin1-0/+1
2013-07-01drm/nouveau/vp/nv84: initial vp2 engine implementationIlia Mirkin1-0/+1
2013-07-01drm/nouveau/vm: perform a bar flush when flushing vmMaarten Lankhorst2-0/+8
2013-07-01drm/nouveau/vm: make each vma take a reference on its parent vmBen Skeggs1-1/+4
2013-07-01drm/nouveau/vm: take subdev mutex, not the mm, protects against race with vm/nvc0Ben Skeggs1-16/+17
2013-07-01drm/nvc0/vm: handle bar tlb flushes internallyBen Skeggs1-26/+24
2013-07-01drm/nv50-/vm: take mutex rather than irqsave spinlockBen Skeggs2-10/+4
2013-07-01drm/nv50/vm: remove explicit vm knowledge from enginesBen Skeggs1-19/+25
2013-07-01drm/nv50/vm: handle bar tlb flushes internallyBen Skeggs1-0/+3
2013-07-01drm/nouveau/fb: initialise vram controller as pfb sub-objectBen Skeggs1-2/+2
2013-04-26drm/nv04-nv40/vm: use self as parent for subobjectsBen Skeggs3-3/+3
2013-04-26drm/nvc0-/ltcg: implement VRAM compressionChristoph Bumiller1-2/+56
2013-01-13drm/nouveau/vm: fix memory corruption when pgt allocation failsMarcin Slusarz1-1/+3
2012-11-09drm/nv41/vm: fix typo in type nameMarcin Slusarz1-1/+1
2012-10-22drm/nv41/vm: don't init hw pciegart on boards with agp bridgeBen Skeggs2-2/+4
2012-10-03drm/nv41/vm: fix and enable use of "real" pciegartBen Skeggs1-1/+8
2012-10-03drm/nv44/vm: fix and enable use of "real" pciegartBen Skeggs3-33/+21
2012-10-03drm/nouveau: store supported dma mask in vmmgrBen Skeggs5-0/+5
2012-10-03drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz2-10/+10
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs7-6/+12
2012-10-03drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs7-139/+798
2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs1-3/+3
2012-10-03drm/nouveau/core: add support for reverse mm allocationsBen Skeggs1-5/+4
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs3-0/+806