Age | Commit message (Expand) | Author | Files | Lines |
2012-11-29 | drm/nouveau/bios: implement BIT 'U' table (and subtable) parsing in core | Ben Skeggs | 1 | -0/+1 |
2012-11-29 | drm/nvd0-nve0/disp: initial implementation of evo channel classes | Ben Skeggs | 1 | -0/+1 |
2012-11-29 | drm/nv50/disp: create skeleton display/channel object classes | Ben Skeggs | 1 | -0/+4 |
2012-11-29 | drm/nvd0/dmaobj: duplicate fermi class, will diverge real soon now | Ben Skeggs | 1 | -0/+1 |
2012-11-29 | drm/nv30/fb: enable z compression | Ben Skeggs | 1 | -0/+1 |
2012-11-29 | drm/nouveau/fb: create tag heap from common code for all relevant chipsets | Ben Skeggs | 1 | -0/+1 |
2012-11-29 | drm/nv40/fb: split implementation into nv40/nv41/nv44/nv46/nv47/nv49/nv4e pieces | Ben Skeggs | 1 | -0/+6 |
2012-11-29 | drm/nv30/fb: split implementation into nv34(nv10)/nv30/nv35 pieces | Ben Skeggs | 1 | -0/+1 |
2012-11-29 | drm/nv20/fb: split implementation into nv20/nv25 pieces | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nvc0/ibus: initial implementation of subdev | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nouveau/therm: move thermal-related functions to the therm subdev | Martin Peres | 1 | -1/+7 |
2012-10-03 | drm/nouveau/bios: parse the pwm divisor from the perf table | Martin Peres | 1 | -0/+1 |
2012-10-03 | drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devices | Martin Peres | 1 | -0/+1 |
2012-10-03 | drm/nouveau/therm: rework thermal table parsing | Martin Peres | 1 | -0/+1 |
2012-10-03 | drm/nve0/ibus: handle PIBUS interrupts to prevent storm | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nve0/copy: add initial support for the async copy engines | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nouveau: add Kconfig options for debug control | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 1 | -36/+11 |
2012-10-03 | drm/nouveau/backlight: remove dependence on nouveau_drv.h | Ben Skeggs | 1 | -4/+1 |
2012-10-03 | drm/nouveau: move compat ioctl out of nouveau_drv.h | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau/acpi: move definitions out of nouveau_drv.h | Ben Skeggs | 1 | -1/+3 |
2012-10-03 | drm/nouveau/mxm: split up into bios code and a subdev module | Ben Skeggs | 1 | -1/+5 |
2012-10-03 | drm/nouveau: port all engines to new engine module format | Ben Skeggs | 1 | -24/+75 |
2012-10-03 | drm/nouveau/pageflip: kick flip handling out of engsw and into fence | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau/instmem: completely new implementation, as a subdev module | Ben Skeggs | 1 | -1/+8 |
2012-10-03 | drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs | 1 | -2/+3 |
2012-10-03 | drm/nouveau/timer: port to subdev interfaces | Ben Skeggs | 1 | -0/+1 |
2012-10-03 | drm/nouveau/mc: port to subdev interfaces | Ben Skeggs | 1 | -1/+4 |
2012-10-03 | drm/nouveau: implement devinit subdev, and new init table parser | Ben Skeggs | 1 | -0/+10 |
2012-10-03 | drm/nouveau/clock: pull in the implementation from all over the place | Ben Skeggs | 1 | -1/+3 |
2012-10-03 | drm/nouveau/clk: implement stub clock subdev | Ben Skeggs | 1 | -0/+5 |
2012-10-03 | drm/nouveau/i2c: port to subdev interfaces | Ben Skeggs | 1 | -0/+4 |
2012-10-03 | drm/nouveau/gpio: port gpio to subdev interfaces | Ben Skeggs | 1 | -0/+3 |
2012-10-03 | drm/nouveau/bios: pull in basic vbios subdev, more to come later | Ben Skeggs | 1 | -0/+2 |
2012-10-03 | drm/nouveau: have non-core mmio accesses go through device object | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs | 1 | -1/+2 |
2012-10-03 | drm/nouveau/core: pull in most of the new core infrastructure | Ben Skeggs | 1 | -2/+20 |
2012-10-03 | drm/nouveau/agp: move all agp stuff into its own source file | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau: restructure source tree, split core from drm implementation | Ben Skeggs | 1 | -23/+65 |
2012-07-26 | drm/nouveau: mark most of our ioctls as deprecated, move to compat layer | Ben Skeggs | 1 | -0/+1 |
2012-07-26 | drm/nouveau: move current gpuobj code out of nouveau_object.c | Ben Skeggs | 1 | -1/+1 |
2012-05-24 | drm/nouveau/fifo: turn all fifo modules into engine modules | Ben Skeggs | 1 | -2/+2 |
2012-05-24 | drm/nouveau/fence: convert to exec engine, and improve channel sync | Ben Skeggs | 1 | -0/+1 |
2012-05-24 | drm/nouveau: create real execution engine for software object class | Ben Skeggs | 1 | -0/+1 |
2012-05-24 | drm/nve0/gr: initial implementation | Ben Skeggs | 1 | -2/+2 |
2012-05-24 | drm/nve0/fifo: initial implementation | Ben Skeggs | 1 | -0/+1 |
2012-05-23 | nouveau: add PRIME support | Dave Airlie | 1 | -1/+1 |
2012-03-13 | drm/nv20: split PFB code out of nv10_fb.c | Ben Skeggs | 1 | -1/+2 |
2011-12-21 | drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues | Ben Skeggs | 1 | -1/+1 |