summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_mem.c
AgeCommit message (Expand)Author
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason
2011-06-27drm/nouveau: Calculate reserved VRAM for PRAMIN value before use.Younes Manton
2011-06-27drm/nouveau: fix nouveau_mem object leakMarcin Slusarz
2011-06-23drm/nouveau: rework vram init/fini ordering a littleBen Skeggs
2011-06-23drm/nouveau: remove 'chan' argument from nouveau_bo_newBen Skeggs
2011-06-23drm/nouveau: create temp vmas for both src and dst of bo movesBen Skeggs
2011-06-23drm/nouveau: store bo's page size in nouveau_boBen Skeggs
2011-06-07drm/nv40: fall back to paged dma object for the momentBen Skeggs
2011-06-07drm/nouveau: fix leak of gart mm nodeBen Skeggs
2011-05-16drm/nouveau: Associate memtimings with performance levels on cards <= nv98Martin Peres
2011-05-16drm/nouveau: Fix a crash at card takedown for NV40 and older cardsJimmy Rentz
2011-05-16drm/nouveau: move set_tile_region to nouveau_exec_engineBen Skeggs
2011-05-16drm/nouveau: improve memtiming table parsingRoy Spliet
2011-05-16drm/nouveau: Fix missing whitespace checkpatch.pl errors.Emil Velikov
2011-05-16drm/nouveau: Fix indentation-related checkpatch.pl error messages.Emil Velikov
2011-04-20drm/nouveau: fix nv30 pcie boardsBen Skeggs
2011-04-05drm/nouveau: correct memtiming table parsing for nv4xRoy Spliet
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie
2011-03-14drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs
2011-03-08drm/nouveau: fix regression causing ttm to not be able to evict vramBen Skeggs
2011-02-25drm/nv50: support for compressionBen Skeggs
2011-02-25drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs
2011-02-25drm/nouveau: rename nouveau_vram to nouveau_memBen Skeggs
2011-02-25drm/nv50-nvc0: unmap buffers from the vm when they're evictedBen Skeggs
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs
2011-02-25drm/nv40: support for 39-bit dma addresses on native PCIE chipsetsBen Skeggs
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie
2011-01-17drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs
2010-12-21drm/nvc0: initial vm implementation, use for bar1/bar3 managementBen Skeggs
2010-12-21drm/nvc0: import initial vm backendBen Skeggs
2010-12-08drm/nouveau: kick vram functions out into an "engine"Ben Skeggs
2010-12-08drm/nv50: enable non-contig vram allocations where requestedBen Skeggs
2010-12-08drm/nv50: enable 4KiB pages for small vram allocationsBen 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/nv50: implement custom vram mmBen Skeggs
2010-12-03drm/nouveau: Rework tile region handling.Francisco Jerez
2010-12-03drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz
2010-11-18drm/nouveau/pm: improve memtiming mappingsRoy Spliet
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs
2010-11-18drm/nouveau: Some random cleanups.Francisco Jerez
2010-10-05drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet
2010-09-24drm/nouveau: Simplify tile region handling.Francisco Jerez
2010-09-24drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez
2010-09-24drm/nouveau: Don't enable AGP FW on nv18.Francisco Jerez
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs