aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)Author
2010-09-24drm/nv50: add new accelerated bo move funtionBen Skeggs
2010-08-17drm/nouveau: fix race condition when under memory pressureBen Skeggs
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs
2010-07-13drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs
2010-07-13drm/nouveau: Move the fence wait before migration resource clean-up.Francisco Jerez
2010-06-01drm: Remove drm_resource wrappersJordan Crouse
2010-05-19drm/nouveau: fix a nouveau_bo dereference after it's been destroyedBen Skeggs
2010-04-20Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse
2010-04-20drm/nouveau/kms: add support for new TTM fault callback V5Jerome Glisse
2010-04-09Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs
2010-04-09drm/nouveau: Make use of TTM busy_placements.Francisco Jerez
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez
2010-02-10drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis
2010-01-14drm/nouveau: wait on fence after bo move if validating for another channelBen Skeggs
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez
2009-12-16drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs
2009-12-16drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez
2009-12-15drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs