summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez2010-03-151-2/+1Star
* drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis2010-02-091-5/+5
* drm/nouveau: wait on fence after bo move if validating for another channelBen Skeggs2010-01-141-0/+2
* drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis2010-01-111-17/+19
* drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2010-01-111-2/+6
* drm/nouveau: Drop redundant placement initialization.Francisco Jerez2010-01-111-10/+2Star
* drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez2010-01-111-1/+1
* drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez2010-01-111-2/+2
* drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez2010-01-111-65/+156
* drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs2009-12-161-0/+5
* drm/nouveau: prevent all channel creation if accel not availableBen Skeggs2009-12-161-5/+3Star
* drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez2009-12-161-0/+6
* drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs2009-12-151-0/+2
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+671