summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsetsBen Skeggs2010-07-131-28/+8
* drm/nouveau: add instmem flush() hookBen Skeggs2010-07-131-33/+12
* drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs2010-07-131-2/+0
* drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs2010-07-131-14/+14
* drm/nouveau: move dereferences after null checksMarcin Slusarz2010-02-111-1/+2
* drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-111-1/+1
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+1294