aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez1-2/+9
2010-10-05drm/nva3: split pm backend out from nv50Ben Skeggs1-3/+15
2010-09-24drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez1-0/+5
2010-09-24drm/nv04-nv40: import initial pm backendBen Skeggs1-0/+19
2010-09-24drm/nv50: import initial clock get/set routines + hook up pm engineBen Skeggs1-0/+5
2010-09-24drm/nouveau: import initial work on vbios performance table parsingBen Skeggs1-0/+5
2010-09-24drm/nouveau: Simplify tile region handling.Francisco Jerez1-5/+0
2010-09-24drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez1-1/+1
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs1-26/+15
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-10/+8
2010-08-06drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs1-0/+51
2010-08-06drm/nouveau: unwind on load errorsDan Carpenter1-10/+30
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs1-1/+40
2010-07-26drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez1-13/+43
2010-07-26drm/nv30: Init the PFB+0x3xx memory timing regs.Francisco Jerez1-2/+2
2010-07-26drm/nv50: use correct PRAMIN flush register on original nv50Ben Skeggs1-1/+4
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