summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_object.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-13drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsetsBen Skeggs1-28/+8
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-33/+12
2010-07-13drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs1-2/+0
2010-07-13drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs1-14/+14
2010-02-11drm/nouveau: move dereferences after null checksMarcin Slusarz1-1/+2
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez1-1/+1
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+1294