summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_ramht.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nv50-nvc0: fix ramht entries for multiple evo channelsBen Skeggs2011-02-241-1/+3
* drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez2010-12-081-2/+2
* drm/nv50: initial work to allow multiple evo channelsBen Skeggs2010-12-031-1/+1
* drm/nouveau: return error from nouveau_ramht_remove() if not foundBen Skeggs2010-12-031-2/+3
* drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.Francisco Jerez2010-11-181-27/+44
* drm/nouveau: Don't remove ramht entries from the neighboring channels.Francisco Jerez2010-09-241-0/+18
* drm/nouveau: protect ramht_find() from oopsing if on channel without ramhtBen Skeggs2010-09-241-0/+3
* drm/nouveau: add spinlock around ramht modificationsBen Skeggs2010-09-241-20/+56
* drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs2010-09-241-10/+13
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-241-35/+104
* drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs2010-09-241-8/+8
* drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs2010-09-241-0/+160