summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie28-701/+1705
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2-4/+2
2009-12-16drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs1-0/+5
2009-12-16drm/nv50: fix suspend/resume delays without firmware presentBen Skeggs1-0/+3
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs3-48/+64
2009-12-16drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2-2/+2
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs8-182/+1031
2009-12-16drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez1-43/+154
2009-12-16drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez1-0/+6
2009-12-16drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki1-25/+48
2009-12-16drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki1-1/+1
2009-12-16drm/nouveau: Kill global state in BIOS script interpreterMarcin Kościelnicki2-287/+276
2009-12-16drm/nouveau: Kill global state in NvShadowBIOSMarcin Kościelnicki1-26/+21
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis15-88/+96
2009-12-16drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.Francisco Jerez1-4/+3
2009-12-15drm/nouveau: remove use of -ERESTARTBen Skeggs2-8/+1
2009-12-15nouveau: Fix endianness with new context program loaderBenjamin Herrenschmidt1-8/+12
2009-12-15drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs2-0/+6
2009-12-15drm/nouveau: fix ch7006 buildRandy Dunlap1-2/+3
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs76-0/+34498