aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_ramht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-25drm/nv50-nvc0: fix ramht entries for multiple evo channelsBen Skeggs1-1/+3
2010-12-08drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez1-2/+2
2010-12-03drm/nv50: initial work to allow multiple evo channelsBen Skeggs1-1/+1
2010-12-03drm/nouveau: return error from nouveau_ramht_remove() if not foundBen Skeggs1-2/+3
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