summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-116-24/+48
* drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis2010-01-111-17/+19
* drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2010-01-112-4/+8
* drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez2010-01-111-2/+2
* drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez2010-01-111-1/+89
* drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez2010-01-113-31/+37
* drm/nv50: fix fillrect colorMarcin Slusarz2010-01-111-1/+2
* drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs2010-01-111-0/+17
* drm/nouveau: Drop redundant placement initialization.Francisco Jerez2010-01-111-10/+2
* drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez2010-01-111-1/+1
* drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez2010-01-111-2/+2
* drm/i2c/ch7006: Drop build time dependency to nouveau.Francisco Jerez2010-01-111-3/+2
* drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez2010-01-113-65/+265
* drm/nouveau: Pre-G80 tiling support.Francisco Jerez2010-01-118-147/+185
* drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez2010-01-113-0/+48
* Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2009-12-2328-701/+1705
|\
| * drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs2009-12-161-0/+5
| * drm/nv50: fix suspend/resume delays without firmware presentBen Skeggs2009-12-161-0/+3
| * drm/nouveau: prevent all channel creation if accel not availableBen Skeggs2009-12-163-48/+64
| * drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2009-12-162-2/+2
| * drm/nv40: implement ctxprog/state generationBen Skeggs2009-12-168-182/+1031
| * drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez2009-12-161-43/+154
| * drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez2009-12-161-0/+6
| * drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki2009-12-161-25/+48
| * drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki2009-12-161-1/+1
| * drm/nouveau: Kill global state in BIOS script interpreterMarcin Kościelnicki2009-12-162-287/+276
| * drm/nouveau: Kill global state in NvShadowBIOSMarcin Kościelnicki2009-12-161-26/+21
| * drm/nouveau: use drm debug levelsMaarten Maathuis2009-12-1615-88/+96
| * drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.Francisco Jerez2009-12-161-4/+3
* | drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-182-4/+2
|/
* drm/nouveau: remove use of -ERESTARTBen Skeggs2009-12-152-8/+1
* nouveau: Fix endianness with new context program loaderBenjamin Herrenschmidt2009-12-151-8/+12
* drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs2009-12-152-0/+6
* drm/nouveau: fix ch7006 buildRandy Dunlap2009-12-151-2/+3
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-1176-0/+34498
OpenPOWER on IntegriCloud