summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_ramht.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-18drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.Francisco Jerez1-27/+44
2010-09-24drm/nouveau: Don't remove ramht entries from the neighboring channels.Francisco Jerez1-0/+18
2010-09-24drm/nouveau: protect ramht_find() from oopsing if on channel without ramhtBen Skeggs1-0/+3
2010-09-24drm/nouveau: add spinlock around ramht modificationsBen Skeggs1-20/+56
2010-09-24drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs1-10/+13
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-35/+104
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-8/+8
2010-09-24drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs1-0/+160