summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_state.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez2010-10-051-2/+9
* drm/nva3: split pm backend out from nv50Ben Skeggs2010-10-051-3/+15
* drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez2010-09-241-0/+5
* drm/nv04-nv40: import initial pm backendBen Skeggs2010-09-241-0/+19
* drm/nv50: import initial clock get/set routines + hook up pm engineBen Skeggs2010-09-241-0/+5
* drm/nouveau: import initial work on vbios performance table parsingBen Skeggs2010-09-241-0/+5
* drm/nouveau: Simplify tile region handling.Francisco Jerez2010-09-241-5/+0
* drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez2010-09-241-1/+1
* drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs2010-09-241-26/+15
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-241-10/+8
* drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs2010-08-061-0/+51
* drm/nouveau: unwind on load errorsDan Carpenter2010-08-061-10/+30
* drm/nouveau: introduce gpio engineBen Skeggs2010-07-261-1/+40
* drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez2010-07-261-13/+43
* drm/nv30: Init the PFB+0x3xx memory timing regs.Francisco Jerez2010-07-261-2/+2
* drm/nv50: use correct PRAMIN flush register on original nv50Ben Skeggs2010-07-261-1/+4
* drm/nouveau: initialise display before enabling interruptsBen Skeggs2010-07-131-13/+13
* drm/nouveau: add instmem flush() hookBen Skeggs2010-07-131-12/+6
* drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs2010-07-131-44/+24
* drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs2010-07-131-53/+26
* drm/nouveau: completely fail init if we fail to map the PRAMIN BARBen Skeggs2010-06-081-12/+7
* Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes...Dave Airlie2010-06-011-0/+3
|\
| * drm/nouveau: Add getparam for current PTIMER time.Marcin Kościelnicki2010-05-281-0/+3
* | drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-06-011-0/+3
|/
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-1/+4
* vga16fb, drm: vga16fb->drm handoffMarcin Slusarz2010-05-181-1/+6
* fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz2010-05-181-0/+43
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-1/+4
|\
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-1/+4
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-091-2/+12
|\ \
| * | drm/nouveau: fixup the init failure paths some moreBen Skeggs2010-04-091-1/+7
| * | drm/nouveau: detect vram amount once, and save the valueBen Skeggs2010-04-091-1/+5
| |/
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-3/+2
|\ \ | |/
| * Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2010-03-151-3/+2
| |\
| | * drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki2010-03-101-3/+2
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/ /
* | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-011-5/+27
|\ \ | |/ |/|
| * vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-5/+27
* | drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs2010-02-251-7/+0
* | drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis2010-02-251-0/+1
|/
* drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki2010-02-091-0/+8
* drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki2010-02-091-0/+9
* drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki2010-02-091-12/+20
* drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri2010-01-181-0/+1
* drm/nv04: differentiate between nv04/nv05Ben Skeggs2010-01-111-1/+4
* drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez2010-01-111-2/+2
* drm/nouveau: Pre-G80 tiling support.Francisco Jerez2010-01-111-0/+8
* drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez2010-01-111-0/+10
* drm/nouveau: prevent all channel creation if accel not availableBen Skeggs2009-12-161-34/+50
* drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki2009-12-161-25/+48
OpenPOWER on IntegriCloud