aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_mem.c
AgeCommit message (Expand)Author
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
2010-09-24drm/nv50: calculate vram reordering block sizeBen Skeggs
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs
2010-09-24drm/nouveau: Fix suspend on some nv4x AGP cards.Francisco Jerez
2010-08-06drm/nvc0: implement memory detectionBen Skeggs
2010-08-06drm/nouveau: Fix AGP reset when AGP FW is already enabled on init.Francisco Jerez
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs
2010-07-26drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez
2010-07-26drm/nouveau: Add some PFB register defines.Francisco Jerez
2010-07-13drm/nouveau: fix mtrr cleanup pathBen Skeggs
2010-07-13drm/nv50: move tlb flushing to a helper functionBen Skeggs
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs
2010-07-13drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez
2010-07-13drm/nv50: fix memory detection for cards with >=4GiB VRAMBen Skeggs
2010-07-13drm/nouveau: missed some bracesBen Skeggs
2010-07-13drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs
2010-07-13drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs
2010-07-07Merge branch 'drm-platform' into drm-testingDave Airlie
2010-06-01drm: Remove drm_resource wrappersJordan Crouse
2010-06-01drm/nv50: cast IGP memory location to u64 before shiftingBen Skeggs
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs
2010-04-09drm/nv50: add more 0x100c80 flushy magicBen Skeggs
2010-02-23drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs
2010-02-23drm/nv50: improve vram page table constructionBen Skeggs
2010-02-23drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs
2010-02-23drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs
2010-01-18drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri
2010-01-15drm/nouveau: reserve VGA area for the momentBen Skeggs
2010-01-14drm/nouveau: remove PRIV0 check in nouveau_mem_close()Ben Skeggs
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez
2009-12-15drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs