summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-09drm/nouveau: Make use of TTM busy_placements.Francisco Jerez1-28/+33
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse1-20/+25
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez1-2/+1
2010-02-10drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis1-5/+5
2010-01-14drm/nouveau: wait on fence after bo move if validating for another channelBen Skeggs1-0/+2
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis1-2/+6
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez1-10/+2
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez1-1/+1
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez1-65/+156
2009-12-16drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs1-0/+5
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs1-5/+3
2009-12-16drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez1-0/+6
2009-12-15drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs1-0/+2
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+671