aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/fifo/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-29drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32Martin Peres1-1/+1
2012-11-29drm/nvc0/dmaobj: stub bind function for now so we can call unconditionallyBen Skeggs1-6/+3
2012-11-29drm/nouveau/dmaobj: move parent class check to bind() methodBen Skeggs1-3/+5
2012-11-29drm/nouveau: pass address to object accessor functions as u64Ben Skeggs1-2/+2
2012-10-03drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz1-1/+1
2012-10-03drm/nouveau/fifo: add method to lookup fifo chid related to a given objectBen Skeggs1-0/+16
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-0/+165