aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-13drm/nouveau: initialise display before enabling interruptsBen Skeggs1-13/+13
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-12/+6
2010-07-13drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs1-44/+24
2010-07-13drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs1-53/+26
2010-06-08drm/nouveau: completely fail init if we fail to map the PRAMIN BARBen Skeggs1-12/+7
2010-06-01Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-testingDave Airlie1-0/+3
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-0/+3
2010-05-28drm/nouveau: Add getparam for current PTIMER time.Marcin Kościelnicki1-0/+3
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-1/+4
2010-05-18vga16fb, drm: vga16fb->drm handoffMarcin Slusarz1-1/+6
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz1-0/+43
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-1/+4
2010-04-09Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+12
2010-04-09drm/nouveau: fixup the init failure paths some moreBen Skeggs1-1/+7
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-1/+5
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-1/+4
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie1-3/+2
2010-03-10drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki1-3/+2
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-5/+27
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-5/+27
2010-02-25drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs1-7/+0
2010-02-25drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis1-0/+1
2010-02-09drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki1-0/+8
2010-02-09drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki1-0/+9
2010-02-09drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki1-12/+20
2010-01-18drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri1-0/+1
2010-01-11drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-11drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez1-0/+8
2010-01-11drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez1-0/+10
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs1-34/+50
2009-12-16drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki1-25/+48
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+811