| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nouveau: init vblank requests list | Marcin Slusarz | 2012-07-26 | 1 | -2/+0 |
* | drm/nv50: extend vblank semaphore to generic dmaobj + offset pair | Ben Skeggs | 2012-07-26 | 1 | -1/+0 |
* | drm/nouveau: mark most of our ioctls as deprecated, move to compat layer | Ben Skeggs | 2012-07-26 | 1 | -14/+0 |
* | drm/nouveau: move current gpuobj code out of nouveau_object.c | Ben Skeggs | 2012-07-26 | 1 | -1/+1 |
* | nouveau: add vmap support to nouveau prime support | Dave Airlie | 2012-05-31 | 1 | -0/+3 |
* | drm/nouveau/ttm: untangle code to support accelerated buffer moves | Ben Skeggs | 2012-05-24 | 1 | -1/+5 |
* | drm/nouveau/fifo: turn all fifo modules into engine modules | Ben Skeggs | 2012-05-24 | 1 | -70/+3 |
* | drm/nouveau/fifo: remove all the "special" engine hooks | Ben Skeggs | 2012-05-24 | 1 | -20/+1 |
* | drm/nouveau/fence: convert to exec engine, and improve channel sync | Ben Skeggs | 2012-05-24 | 1 | -18/+2 |
* | drm/nouveau/fence: minor api changes for an upcoming rework | Ben Skeggs | 2012-05-24 | 1 | -20/+6 |
* | drm/nouveau/fence: make ttm interfaces wrap ours, not the other way around | Ben Skeggs | 2012-05-24 | 1 | -27/+4 |
* | drm/nouveau: move flip-related channel setup to software engine | Ben Skeggs | 2012-05-24 | 1 | -2/+0 |
* | drm/nouveau: create real execution engine for software object class | Ben Skeggs | 2012-05-24 | 1 | -8/+0 |
* | drm/nv40-50/gr: restructure grctx/prog generation | Ben Skeggs | 2012-05-24 | 1 | -2/+4 |
* | drm/nve0/gr: initial implementation | Ben Skeggs | 2012-05-24 | 1 | -0/+3 |
* | drm/nve0/fifo: initial implementation | Ben Skeggs | 2012-05-24 | 1 | -1/+9 |
* | nouveau: add PRIME support | Dave Airlie | 2012-05-23 | 1 | -1/+9 |
* | drm/nve0: initial modesetting support for kepler chipsets | Ben Skeggs | 2012-03-23 | 1 | -0/+1 |
* | drm/nouveau: bump version to 1.0.0 | Ben Skeggs | 2012-03-22 | 1 | -4/+4 |
* | drm/nouveau: oops, increase channel dispc_vma to 4 | Ben Skeggs | 2012-03-22 | 1 | -1/+1 |
* | drm/nouveau: remove m2mf creation on userspace channels | Ben Skeggs | 2012-03-22 | 1 | -2/+1 |
* | drm/nvc0-/disp: reimplement flip completion method as fifo method | Ben Skeggs | 2012-03-22 | 1 | -0/+1 |
* | drm/nouveau: remove subchannel names from places where it doesn't matter | Ben Skeggs | 2012-03-22 | 1 | -5/+18 |
* | drm/nouveau/ttm: always do buffer moves on kernel channel | Ben Skeggs | 2012-03-22 | 1 | -2/+0 |
* | drm/nouveau: map first page of mmio early and determine chipset earlier | Ben Skeggs | 2012-03-13 | 1 | -2/+2 |
* | drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c | Ben Skeggs | 2012-03-13 | 1 | -8/+0 |
* | drm/nv50/display: expose color vibrance control | Christoph Bumiller | 2012-03-13 | 1 | -0/+3 |
* | drm/nv50-nvc0/vm: support unsnooped system memory | Ben Skeggs | 2012-03-13 | 1 | -0/+1 |
* | drm/nouveau/pm: extend profile interface for destroy/init/fini | Ben Skeggs | 2012-03-13 | 1 | -0/+4 |
* | drm/nouveau/pm: rework to allow selecting separate profiles for ac/battery | Ben Skeggs | 2012-03-13 | 1 | -1/+17 |
* | drm/nouveau/pm: embed timings into perflvl structs | Ben Skeggs | 2012-03-13 | 1 | -7/+6 |
* | drm/nouveau/pm: calculate memory timings at perflvl creation time | Ben Skeggs | 2012-03-13 | 1 | -9/+5 |
* | drm/nouveau/pm: implement DDR2/DDR3/GDDR3/GDDR5 MR generation and validation | Roy Spliet | 2012-03-13 | 1 | -19/+19 |
* | drm/nouveau/pm: improve memory timing generation | Roy Spliet | 2012-03-13 | 1 | -8/+21 |
* | drm/nouveau: move pwm_divisor to the nouveau_pm_fan struct | Martin Peres | 2012-03-13 | 1 | -1/+1 |
* | drm/nouveau/pm: restore fan speed after suspend | Martin Peres | 2012-03-13 | 1 | -0/+1 |
* | drm/nouveau/pm: style fixes | Martin Peres | 2012-03-13 | 1 | -7/+6 |
* | drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better | Ben Skeggs | 2012-03-13 | 1 | -0/+1 |
* | drm/nv20-nv40: add memory type detection | Ben Skeggs | 2012-03-13 | 1 | -0/+1 |
* | drm/nv20: split PFB code out of nv10_fb.c | Ben Skeggs | 2012-03-13 | 1 | -0/+10 |
* | drm/nouveau: move vram detection funcs to chipset-specific fb code | Ben Skeggs | 2012-03-13 | 1 | -1/+17 |
* | nouveau: Support Optimus models for vga_switcheroo | Peter Lekensteyn | 2012-01-13 | 1 | -0/+2 |
* | drm/nouveau: Fix pushbufs over the 4GB mark. | Francisco Jerez | 2011-12-21 | 1 | -1/+2 |
* | drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues | Ben Skeggs | 2011-12-21 | 1 | -28/+19 |
* | drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct | Ben Skeggs | 2011-12-21 | 1 | -2/+2 |
* | drm/nouveau/mxm: initial implementation of dcb sanitisation | Ben Skeggs | 2011-12-21 | 1 | -0/+6 |
* | drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.c | Ben Skeggs | 2011-12-21 | 1 | -0/+1 |
* | drm/nouveau/bios: start refactoring dcb routines | Ben Skeggs | 2011-12-21 | 1 | -0/+7 |
* | drm/nvd0/disp: add support for page flipping | Ben Skeggs | 2011-12-21 | 1 | -0/+4 |
* | drm/nouveau: shutdown display on suspend/hibernate | Ben Skeggs | 2011-12-21 | 1 | -0/+2 |