summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2010-01-11drm/nv04: Fix set_operation software method.Marcin Kościelnicki1-1/+1
2010-01-11drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs3-6/+12
2010-01-11drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs1-1/+1
2010-01-11drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-11drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri1-20/+13
2010-01-11drm/nv50: prevent a possible ctxprog hangBen Skeggs1-0/+1
2010-01-11drm/nouveau: have ttm's fault handler called directlyBen Skeggs1-29/+1
2010-01-11drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs1-4/+2
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz4-26/+22
2010-01-11drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2-42/+0
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2-4/+10
2010-01-11drm/nv04: Context switching fixes.Francisco Jerez1-74/+78
2010-01-11drm/nouveau: Use the software object for fencing.Francisco Jerez2-3/+4
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez6-24/+48
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2-4/+8
2010-01-11drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez3-31/+37
2010-01-11drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2010-01-11drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez1-10/+2
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez1-1/+1
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez1-2/+2
2010-01-11drm/i2c/ch7006: Drop build time dependency to nouveau.Francisco Jerez1-3/+2
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez3-65/+265
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez8-147/+185
2010-01-11drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez3-0/+48
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