aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-01drm/nouveau: attempt to get bios from ACPI v3Dave Airlie1-0/+5
2010-05-19drm/nv50: support fractional feedback divider on newer chipsBen Skeggs1-0/+6
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz1-0/+1
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-0/+3
2010-04-09drm/nv50: implement gpio set/get routinesBen Skeggs1-0/+4
2010-04-09drm/nv50: punt hotplug irq handling out to workqueueBen Skeggs1-0/+1
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-11/+11
2010-04-09drm/nouveau: remove some unused members from drm_nouveau_privateBen Skeggs1-9/+0
2010-04-09drm/nouveau: Make use of TTM busy_placements.Francisco Jerez1-1/+3
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-1/+1
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-2/+2
2010-03-31Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie1-1/+1
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie1-0/+6
2010-03-15drm/nouveau: add module option to disable TV detectionBen Skeggs1-0/+1
2010-03-10drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs1-0/+1
2010-03-10drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki1-0/+4
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