| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nve0: use async copy engine for ttm buffer moves if available | Ben Skeggs | 2012-10-03 | 7 | -26/+72 |
* | drm/nve0/copy: add initial support for the async copy engines | Ben Skeggs | 2012-10-03 | 4 | -0/+164 |
* | drm/nve0/fifo: support engine selection when creating fifo channels | Ben Skeggs | 2012-10-03 | 7 | -13/+64 |
* | drm/nouveau/device: return proper error codes if ioremap fails | Ben Skeggs | 2012-10-03 | 1 | -3/+3 |
* | drm/nouveau/core: remove some left-over pieces from the porting process | Ben Skeggs | 2012-10-03 | 3 | -21/+0 |
* | drm/nvc0-/gr: remove reset-after-grctx-construction hack | Ben Skeggs | 2012-10-03 | 3 | -34/+9 |
* | drm/nouveau: add Kconfig options for debug control | Ben Skeggs | 2012-10-03 | 2 | -9/+29 |
* | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 2012-10-03 | 70 | -4174/+3095 |
* | drm/nouveau/device: include the official chipset names | Ben Skeggs | 2012-10-03 | 9 | -1/+61 |
* | drm/nouveau/backlight: remove dependence on nouveau_drv.h | Ben Skeggs | 2012-10-03 | 6 | -59/+60 |
* | drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV} | Ben Skeggs | 2012-10-03 | 6 | -76/+24 |
* | drm/nouveau: move compat ioctl out of nouveau_drv.h | Ben Skeggs | 2012-10-03 | 5 | -5/+9 |
* | drm/nouveau/acpi: move definitions out of nouveau_drv.h | Ben Skeggs | 2012-10-03 | 7 | -36/+40 |
* | drm/nouveau/mxm: split up into bios code and a subdev module | Ben Skeggs | 2012-10-03 | 16 | -755/+952 |
* | drm/nouveau: start culling unused code | Ben Skeggs | 2012-10-03 | 8 | -239/+4 |
* | drm/nouveau: port all engines to new engine module format | Ben Skeggs | 2012-10-03 | 146 | -11099/+14219 |
* | drm/nvc0-/gr: generate grctx template at init time, not first context ctor | Ben Skeggs | 2012-10-03 | 5 | -604/+460 |
* | drm/nvc0-/gr: share headers between fermi and kepler graphics code | Ben Skeggs | 2012-10-03 | 6 | -204/+143 |
* | drm/nouveau/pageflip: kick flip handling out of engsw and into fence | Ben Skeggs | 2012-10-03 | 17 | -114/+265 |
* | drm/nouveau: move some more code around to more appropriate places | Ben Skeggs | 2012-10-03 | 4 | -342/+336 |
* | drm/nvc0-nve0/graph: rename dev to priv, no code changes | Ben Skeggs | 2012-10-03 | 2 | -5170/+5170 |
* | drm/nouveau/fence: un-port from nouveau_exec_engine interfaces | Ben Skeggs | 2012-10-03 | 9 | -138/+124 |
* | drm/nouveau: pull nouveau_gem definitions into their own header | Ben Skeggs | 2012-10-03 | 2 | -33/+44 |
* | drm/nouveau: pull nouveau_bo definitions into their own header | Ben Skeggs | 2012-10-03 | 4 | -90/+97 |
* | drm/nv04/disp: kick all private state out to own header | Ben Skeggs | 2012-10-03 | 14 | -171/+182 |
* | drm/nouveau/instmem: completely new implementation, as a subdev module | Ben Skeggs | 2012-10-03 | 69 | -2169/+2777 |
* | drm/nouveau: remove last use of nouveau_gpuobj_new_fake() | Ben Skeggs | 2012-10-03 | 2 | -84/+72 |
* | drm/nv50/instmem: remove use of nouveau_gpuobj_new_fake() | Ben Skeggs | 2012-10-03 | 1 | -17/+2 |
* | drm/nouveau/gpuobj: remove flags for vm-mappings | Ben Skeggs | 2012-10-03 | 8 | -74/+136 |
* | drm/nouveau/gpuobj: create wrapper functions for mapping gpuobj into vm/bar | Ben Skeggs | 2012-10-03 | 4 | -10/+44 |
* | drm/nvc0/fifo: handle bar1 control regs much like fifo/nve0 | Ben Skeggs | 2012-10-03 | 1 | -19/+21 |
* | drm/nv04-nv40/fifo: remove use of nouveau_gpuobj_new_fake() | Ben Skeggs | 2012-10-03 | 4 | -73/+50 |
* | drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake() | Ben Skeggs | 2012-10-03 | 7 | -100/+122 |
* | drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths | Ben Skeggs | 2012-10-03 | 6 | -54/+202 |
* | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs | 2012-10-03 | 49 | -1345/+1691 |
* | drm/nv50-/instmem: allocate vram for kernel objects from end of vram | Ben Skeggs | 2012-10-03 | 1 | -1/+1 |
* | drm/nouveau/core: add support for reverse mm allocations | Ben Skeggs | 2012-10-03 | 5 | -93/+154 |
* | drm/nouveau/timer: port to subdev interfaces | Ben Skeggs | 2012-10-03 | 22 | -162/+464 |
* | drm/nouveau/mc: port to subdev interfaces | Ben Skeggs | 2012-10-03 | 23 | -118/+543 |
* | drm/nouveau: implement devinit subdev, and new init table parser | Ben Skeggs | 2012-10-03 | 54 | -3914/+3796 |
* | drm/nouveau/clock: pull in the implementation from all over the place | Ben Skeggs | 2012-10-03 | 28 | -1213/+1328 |
* | drm/nouveau/clk: implement stub clock subdev | Ben Skeggs | 2012-10-03 | 15 | -0/+437 |
* | drm/nouveau/i2c: port to subdev interfaces | Ben Skeggs | 2012-10-03 | 29 | -555/+1347 |
* | drm/nouveau/gpio: port gpio to subdev interfaces | Ben Skeggs | 2012-10-03 | 33 | -503/+933 |
* | drm/nouveau/oldbios: remove shadowing support, use bios subdev's image | Ben Skeggs | 2012-10-03 | 5 | -249/+15 |
* | drm/nouveau/bios: pull in basic vbios subdev, more to come later | Ben Skeggs | 2012-10-03 | 15 | -0/+660 |
* | drm/nouveau: have non-core mmio accesses go through device object | Ben Skeggs | 2012-10-03 | 5 | -109/+99 |
* | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs | 2012-10-03 | 28 | -91/+381 |
* | drm/nouveau/core: pull in most of the new core infrastructure | Ben Skeggs | 2012-10-03 | 42 | -6/+4052 |
* | drm/nouveau/agp: move all agp stuff into its own source file | Ben Skeggs | 2012-10-03 | 7 | -161/+173 |