aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-24drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez1-1/+11
2010-09-24drm/nouveau: Don't enable AGP FW on nv18.Francisco Jerez1-2/+19
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs1-24/+51
2010-09-24drm/nv50: calculate vram reordering block sizeBen Skeggs1-2/+65
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-4/+7
2010-09-24drm/nouveau: Fix suspend on some nv4x AGP cards.Francisco Jerez1-1/+2
2010-08-06drm/nvc0: implement memory detectionBen Skeggs1-1/+5
2010-08-06drm/nouveau: Fix AGP reset when AGP FW is already enabled on init.Francisco Jerez1-3/+4
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs1-2/+0
2010-07-26drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez1-14/+29
2010-07-26drm/nouveau: Add some PFB register defines.Francisco Jerez1-9/+9
2010-07-13drm/nouveau: fix mtrr cleanup pathBen Skeggs1-1/+1
2010-07-13drm/nv50: move tlb flushing to a helper functionBen Skeggs1-54/+8
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-4/+2
2010-07-13drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez1-1/+1
2010-07-13drm/nv50: fix memory detection for cards with >=4GiB VRAMBen Skeggs1-1/+6
2010-07-13drm/nouveau: missed some bracesBen Skeggs1-1/+2
2010-07-13drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs1-2/+1
2010-07-13drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs1-174/+2
2010-07-07Merge branch 'drm-platform' into drm-testingDave Airlie1-7/+9
2010-06-01drm: Remove drm_resource wrappersJordan Crouse1-7/+9
2010-06-01drm/nv50: cast IGP memory location to u64 before shiftingBen Skeggs1-1/+2
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-48/+48
2010-04-09drm/nv50: add more 0x100c80 flushy magicBen Skeggs1-0/+28
2010-02-23drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs1-1/+7
2010-02-23drm/nv50: improve vram page table constructionBen Skeggs1-11/+33
2010-02-23drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs1-24/+44
2010-02-23drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs1-30/+13
2010-01-18drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri1-1/+0
2010-01-15drm/nouveau: reserve VGA area for the momentBen Skeggs1-0/+13
2010-01-14drm/nouveau: remove PRIV0 check in nouveau_mem_close()Ben Skeggs1-3/+0
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez1-0/+87
2009-12-15drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs1-0/+4