Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 1 | -508/+0 |
2012-10-03 | drm/nouveau/acpi: move definitions out of nouveau_drv.h | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nouveau: start culling unused code | Ben Skeggs | 1 | -32/+0 |
2012-10-03 | drm/nouveau: port all engines to new engine module format | Ben Skeggs | 1 | -387/+4 |
2012-10-03 | drm/nouveau/pageflip: kick flip handling out of engsw and into fence | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nv04/disp: kick all private state out to own header | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nouveau/instmem: completely new implementation, as a subdev module | Ben Skeggs | 1 | -132/+10 |
2012-10-03 | drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths | Ben Skeggs | 1 | -9/+9 |
2012-10-03 | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs | 1 | -86/+1 |
2012-10-03 | drm/nouveau/timer: port to subdev interfaces | Ben Skeggs | 1 | -87/+1 |
2012-10-03 | drm/nouveau/mc: port to subdev interfaces | Ben Skeggs | 1 | -27/+1 |
2012-10-03 | drm/nouveau: implement devinit subdev, and new init table parser | Ben Skeggs | 1 | -4/+0 |
2012-10-03 | drm/nouveau/gpio: port gpio to subdev interfaces | Ben Skeggs | 1 | -41/+1 |
2012-10-03 | drm/nouveau: have non-core mmio accesses go through device object | Ben Skeggs | 1 | -76/+42 |
2012-10-03 | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs | 1 | -3/+11 |
2012-10-03 | drm/nouveau/agp: move all agp stuff into its own source file | Ben Skeggs | 1 | -0/+4 |
2012-10-03 | drm/nouveau: restructure source tree, split core from drm implementation | Ben Skeggs | 1 | -3/+3 |
2012-08-29 | drm/nvc0/copy: check PUNITS to determine which copy engines are disabled | Ben Skeggs | 1 | -2/+4 |
2012-08-14 | drm/nouveau: disable copy engine on NVAF | Henrik Rydberg | 1 | -1/+0 |
2012-07-26 | drm/nouveau: mark most of our ioctls as deprecated, move to compat layer | Ben Skeggs | 1 | -74/+0 |
2012-05-24 | drm/nouveau: Unregister switcheroo client on exit | Andreas Heider | 1 | -0/+2 |
2012-05-24 | drm/nouveau: fix a minor annoyance in an output string | Ben Skeggs | 1 | -1/+1 |
2012-05-24 | drm/nvd9/copy: initialise copy engine, seems to work like nvc0 | Ben Skeggs | 1 | -1/+2 |
2012-05-24 | drm/nouveau/ttm: untangle code to support accelerated buffer moves | Ben Skeggs | 1 | -60/+3 |
2012-05-24 | drm/nouveau/fifo: turn all fifo modules into engine modules | Ben Skeggs | 1 | -74/+34 |
2012-05-24 | drm/nouveau/fifo: remove all the "special" engine hooks | Ben Skeggs | 1 | -41/+0 |
2012-05-24 | drm/nouveau/fence: convert to exec engine, and improve channel sync | Ben Skeggs | 1 | -8/+25 |
2012-05-24 | drm/nouveau: create real execution engine for software object class | Ben Skeggs | 1 | -0/+21 |
2012-05-24 | drm/nouveau: use the same packet header macros as userspace | Ben Skeggs | 1 | -4/+4 |
2012-05-24 | drm/nve0/ttm: implement buffer moves with weirdo pcopy-on-pgraph methods | Ben Skeggs | 1 | -0/+14 |
2012-05-24 | drm/nve0/gr: initial implementation | Ben Skeggs | 1 | -0/+5 |
2012-05-24 | drm/nve0/fifo: initial implementation | Ben Skeggs | 1 | -4/+8 |
2012-05-13 | vga_switcheroo: Introduce struct vga_switcheroo_client_ops | Takashi Iwai | 1 | -3/+7 |
2012-03-29 | drm/nouveau: oops, create m2mf for nvd9 too | Ben Skeggs | 1 | -1/+1 |
2012-03-26 | drm/nouveau: fix thinko causing init to fail on cards without accel | Ben Skeggs | 1 | -1/+1 |
2012-03-22 | drm/nve0: initial modesetting support for kepler chipsets | Ben Skeggs | 1 | -7/+54 |
2012-03-22 | drm/nouveau: remove m2mf creation on userspace channels | Ben Skeggs | 1 | -14/+77 |
2012-03-13 | drm/nouveau: map first page of mmio early and determine chipset earlier | Ben Skeggs | 1 | -61/+60 |
2012-03-13 | drm/nouveau/pm: init only after display subsystem has been created | Ben Skeggs | 1 | -7/+5 |
2012-03-13 | drm/nouveau: rework the init/takedown ordering | Ben Skeggs | 1 | -40/+41 |
2012-03-13 | drm/nv20-nv40: add memory type detection | Ben Skeggs | 1 | -1/+1 |
2012-03-13 | drm/nv20: split PFB code out of nv10_fb.c | Ben Skeggs | 1 | -8/+8 |
2012-03-13 | drm/nouveau: move vram detection funcs to chipset-specific fb code | Ben Skeggs | 1 | -5/+9 |
2012-02-16 | drm: move pci bus master enable into driver. | Dave Airlie | 1 | -0/+2 |
2012-01-13 | nouveau: Support Optimus models for vga_switcheroo | Peter Lekensteyn | 1 | -0/+1 |
2011-12-21 | drm/nvc0/pm: initial engine reclocking | Ben Skeggs | 1 | -0/+4 |
2011-12-21 | drm/nv40/disp: implement support for hotplug irq | Ben Skeggs | 1 | -0/+3 |
2011-12-21 | drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues | Ben Skeggs | 1 | -43/+21 |
2011-12-21 | drm/nvd0/disp: add support for page flipping | Ben Skeggs | 1 | -1/+1 |
2011-12-21 | drm/nouveau: shutdown display on suspend/hibernate | Ben Skeggs | 1 | -4/+2 |