aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-20drm/nouveau/pm: Document and expose CL and WR for 0x1002CxRoy Spliet1-13/+15
2011-09-20drm/nouveau/pm: add initial NV3x/NVCx memtiming support, improve other cardsRoy Spliet1-130/+148
2011-09-20drm/nouveau: make general drm modesetting init commonBen Skeggs1-2/+0
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason1-1/+1
2011-06-27drm/nouveau: Calculate reserved VRAM for PRAMIN value before use.Younes Manton1-28/+0
2011-06-27drm/nouveau: fix nouveau_mem object leakMarcin Slusarz1-1/+1
2011-06-23drm/nouveau: rework vram init/fini ordering a littleBen Skeggs1-27/+3
2011-06-23drm/nouveau: remove 'chan' argument from nouveau_bo_newBen Skeggs1-1/+1
2011-06-23drm/nouveau: create temp vmas for both src and dst of bo movesBen Skeggs1-35/+18
2011-06-23drm/nouveau: store bo's page size in nouveau_boBen Skeggs1-4/+2
2011-06-07drm/nv40: fall back to paged dma object for the momentBen Skeggs1-1/+1
2011-06-07drm/nouveau: fix leak of gart mm nodeBen Skeggs1-0/+2
2011-05-16drm/nouveau: Associate memtimings with performance levels on cards <= nv98Martin Peres1-1/+2
2011-05-16drm/nouveau: Fix a crash at card takedown for NV40 and older cardsJimmy Rentz1-2/+0
2011-05-16drm/nouveau: move set_tile_region to nouveau_exec_engineBen Skeggs1-3/+5
2011-05-16drm/nouveau: improve memtiming table parsingRoy Spliet1-14/+31
2011-05-16drm/nouveau: Fix missing whitespace checkpatch.pl errors.Emil Velikov1-2/+2
2011-05-16drm/nouveau: Fix indentation-related checkpatch.pl error messages.Emil Velikov1-7/+7
2011-04-20drm/nouveau: fix nv30 pcie boardsBen Skeggs1-1/+1
2011-04-05drm/nouveau: correct memtiming table parsing for nv4xRoy Spliet1-27/+49
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie1-2/+4
2011-03-14drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs1-8/+26
2011-03-08drm/nouveau: fix regression causing ttm to not be able to evict vramBen Skeggs1-2/+4
2011-02-25drm/nv50: support for compressionBen Skeggs1-1/+1
2011-02-25drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs1-0/+81
2011-02-25drm/nouveau: rename nouveau_vram to nouveau_memBen Skeggs1-3/+3
2011-02-25drm/nv50-nvc0: unmap buffers from the vm when they're evictedBen Skeggs1-0/+6
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs1-12/+16
2011-02-25drm/nv40: support for 39-bit dma addresses on native PCIE chipsetsBen Skeggs1-5/+11
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-1/+0
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-nextDave Airlie1-0/+1
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-0/+1
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-1/+1
2011-01-17drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs1-16/+10
2010-12-21drm/nvc0: initial vm implementation, use for bar1/bar3 managementBen Skeggs1-3/+0
2010-12-21drm/nvc0: import initial vm backendBen Skeggs1-0/+4
2010-12-08drm/nouveau: kick vram functions out into an "engine"Ben Skeggs1-21/+26
2010-12-08drm/nv50: enable non-contig vram allocations where requestedBen Skeggs1-1/+5
2010-12-08drm/nv50: enable 4KiB pages for small vram allocationsBen Skeggs1-1/+2
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs1-94/+0
2010-12-08drm/nv50: import new vm codeBen Skeggs1-2/+3
2010-12-08drm/nv50: implement custom vram mmBen Skeggs1-82/+119
2010-12-03drm/nouveau: Rework tile region handling.Francisco Jerez1-45/+66
2010-12-03drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz1-2/+2
2010-11-18drm/nouveau/pm: improve memtiming mappingsRoy Spliet1-12/+19
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs1-8/+6
2010-11-18drm/nouveau: Some random cleanups.Francisco Jerez1-3/+3
2010-10-05drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet1-5/+7
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet1-0/+144
2010-09-24drm/nouveau: Simplify tile region handling.Francisco Jerez1-17/+13