Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | drm/nouveau: remove implicit mapping of every bo into chan_vm | Ben Skeggs | 2011-06-23 | 4 | -11/+43 | |
| * | | | | | | | | | | | | | | drm/nouveau: remove 'chan' argument from nouveau_bo_new | Ben Skeggs | 2011-06-23 | 9 | -18/+15 | |
| * | | | | | | | | | | | | | | drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual | Ben Skeggs | 2011-06-23 | 1 | -12/+20 | |
| * | | | | | | | | | | | | | | drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm | Ben Skeggs | 2011-06-23 | 3 | -2/+19 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0: lookup pushbuf virtual address on dma_push | Ben Skeggs | 2011-06-23 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | drm/nv84-nvc0: explicitly map semaphore buffer into channel vm | Ben Skeggs | 2011-06-23 | 2 | -16/+14 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0: explicitly map pushbuf bo into channel vm | Ben Skeggs | 2011-06-23 | 2 | -1/+9 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0: explicitly map notifier bo into channel vm | Ben Skeggs | 2011-06-23 | 3 | -4/+15 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0: explicitly map fbcon fb into channel vm | Ben Skeggs | 2011-06-23 | 4 | -10/+22 | |
| * | | | | | | | | | | | | | | drm/nouveau: initial changes to support multiple VMAs per buffer object | Ben Skeggs | 2011-06-23 | 3 | -26/+80 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0: completely disable relocs | Ben Skeggs | 2011-06-23 | 1 | -17/+20 | |
| * | | | | | | | | | | | | | | drm/nouveau: convert bo.mem.start usage to bo.offset | Ben Skeggs | 2011-06-23 | 8 | -12/+10 | |
| * | | | | | | | | | | | | | | drm/nouveau: convert some bo.offset use to vma.offset | Ben Skeggs | 2011-06-23 | 5 | -7/+9 | |
| * | | | | | | | | | | | | | | drm/nouveau: create temp vmas for both src and dst of bo moves | Ben Skeggs | 2011-06-23 | 3 | -107/+64 | |
| * | | | | | | | | | | | | | | drm/nouveau: store bo's page size in nouveau_bo | Ben Skeggs | 2011-06-23 | 3 | -19/+15 | |
| * | | | | | | | | | | | | | | drm/nouveau: skip move_notify() if bo does not have a vma attached | Ben Skeggs | 2011-06-23 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | drm/nouveau: will need to specify channel for vm-ful gpuobj allocations | Ben Skeggs | 2011-06-23 | 6 | -14/+19 | |
| * | | | | | | | | | | | | | | drm/nouveau: initialise any vm for a channel before pushbuf/ntfy | Ben Skeggs | 2011-06-23 | 1 | -66/+48 | |
| * | | | | | | | | | | | | | | drm/nouveau: modify gpuobj/ntfy takedown ordering | Ben Skeggs | 2011-06-23 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | drm/nouveau/gem: implement stub hooks for GEM object open/close | Ben Skeggs | 2011-06-23 | 3 | -0/+25 | |
| * | | | | | | | | | | | | | | drm/nouveau: remove 'chan' argument from nouveau_gem_new | Ben Skeggs | 2011-06-23 | 4 | -21/+11 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directly | Ben Skeggs | 2011-06-23 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0/vm: take client reference on shared channel vm | Ben Skeggs | 2011-06-23 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | | drm/nv50-nvc0/vm: don't touch chan_vm | Ben Skeggs | 2011-06-23 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | | drm/nouveau: no need to update bo.offset from vma after validate | Ben Skeggs | 2011-06-23 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | drm/nouveau: store a per-client channel list | Ben Skeggs | 2011-06-23 | 6 | -26/+32 | |
| * | | | | | | | | | | | | | | drm/nouveau: use NULL file_priv for DRM-created channels | Ben Skeggs | 2011-06-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | drm/nouveau: allocate structure to store per-client data | Ben Skeggs | 2011-06-23 | 3 | -1/+32 | |
| * | | | | | | | | | | | | | | drm/nouveau: silence error for missing dac loadval table | Ben Skeggs | 2011-06-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | drm/nv50: DCB table quirks for another busted XFX board | Ben Skeggs | 2011-06-23 | 1 | -0/+31 | |
| * | | | | | | | | | | | | | | drm/nouveau: log if accel is disabled by default on a chipset | Ben Skeggs | 2011-06-23 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: fill in some more data for 0xc1/0xc8/0xce | Ben Skeggs | 2011-06-23 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: fix typo in class9197 init | Ben Skeggs | 2011-06-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: calculate magicgpc918 ourselves | Ben Skeggs | 2011-06-23 | 2 | -21/+4 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: add some missing magics for 0xc1/0xc8/0xce | Ben Skeggs | 2011-06-23 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: import and use our own fuc by default | Ben Skeggs | 2011-06-23 | 8 | -36/+3157 | |
| * | | | | | | | | | | | | | | drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn | Ben Skeggs | 2011-06-23 | 4 | -17/+17 | |
| * | | | | | | | | | | | | | | drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now | Ben Skeggs | 2011-06-23 | 3 | -5/+24 | |
| * | | | | | | | | | | | | | | drm/nvc1/gr: switch on acceleration support | Ben Skeggs | 2011-06-23 | 2 | -14/+37 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: enable 0xc8/0xce support, no idea if it works or not.. | Ben Skeggs | 2011-06-23 | 2 | -6/+7 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: some initial state modifications | Ben Skeggs | 2011-06-23 | 2 | -13/+5 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: 0x9197/0x9297 state init | Ben Skeggs | 2011-06-23 | 1 | -128/+43 | |
| * | | | | | | | | | | | | | | drm/nvc0/gr: macro to determine fermi class, will use it in a few places | Ben Skeggs | 2011-06-23 | 2 | -6/+29 | |
| * | | | | | | | | | | | | | | drm/nvc0/fifo: fix typos in unload_context | Ben Skeggs | 2011-06-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | drm/nvc0/fb: allocate page for some unknown PFFB object | Ben Skeggs | 2011-06-23 | 1 | -2/+66 | |
| * | | | | | | | | | | | | | | drm/nvc0: Read temperature on Fermi like we do on nv84+ | Martin Peres | 2011-06-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | drm/radeon/kms: add initial CS checker support for compute | Alex Deucher | 2011-06-21 | 7 | -2/+74 | |
| * | | | | | | | | | | | | | | ttm: Fix spelling mistakes and remove unused #ifdef | Konrad Rzeszutek Wilk | 2011-06-21 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | drm/radeon/kms: set dma_copy to NULL for r6xx+ | Alex Deucher | 2011-06-21 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | drm/gem: add hooks to notify driver when object handle is created/destroyed | Ben Skeggs | 2011-06-21 | 1 | -2/+19 |