summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-03drm/nouveau: fix *staging* driver build with switcheroo off.Dave Airlie1-1/+1
2010-03-01vga_switcheroo: fix build on platforms with no ACPIDave Airlie1-0/+5
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-14/+5
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-14/+5
2010-02-25drm/nv50: Implement ctxprog/state generation.Marcin Koƛcielnicki1-0/+1
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs1-2/+1
2010-02-25drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs1-17/+2
2010-02-25drm/nv50: switch to indirect push buffer controlsBen Skeggs1-1/+6
2010-02-25drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis1-0/+3
2010-02-23drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-09drm/nouveau: Add module options to disable acceleration.Marcin Koƛcielnicki1-0/+2
2010-01-25drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs1-0/+1
2010-01-15drm/nouveau: reserve VGA area for the momentBen Skeggs1-0/+2
2010-01-11drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs1-0/+1
2010-01-11drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs1-1/+0
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez1-9/+11
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez1-5/+1
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez1-0/+22
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez1-0/+18
2010-01-11drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez1-0/+4
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs1-3/+10
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis1-2/+12
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+1286