Age | Commit message (Expand) | Author |
2014-02-13 | drm/nouveau: fix m2mf copy to tiled gart | Maarten Lankhorst |
2013-11-14 | drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_add | Maarten Lankhorst |
2013-11-14 | drm/nouveau: allow nouveau_fence_ref() to be a noop | Ben Skeggs |
2013-11-08 | drm/nv10: introduce a new NV_11 card type | Ilia Mirkin |
2013-11-08 | drm/nouveau: remove pointless assignment | Dave Jones |
2013-10-09 | drm/nouveau: embed gem object in nouveau_bo | David Herrmann |
2013-09-02 | Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie |
2013-08-27 | drm: verify vma access in TTM+GEM drivers | David Herrmann |
2013-07-30 | drm/nouveau: fix size check for cards without vm | Maarten Lankhorst |
2013-07-10 | drm/nouveau: do not allow negative sizes for now | Maarten Lankhorst |
2013-07-10 | drm/nouveau: use dedicated channel for async moves on GT/GF chipsets. | Ben Skeggs |
2013-07-10 | drm/nouveau: do not unpin in nouveau_gem_object_del | Maarten Lankhorst |
2013-07-10 | drm/nouveau: fix locking issues in page flipping paths | Ben Skeggs |
2013-07-08 | drm/nouveau: fix minor thinko causing bo moves to not be async on kepler | Ben Skeggs |
2013-07-01 | drm/nouveau: delay busy bo vma removal until fence signals | Ben Skeggs |
2013-07-01 | drm/nouveau/fb: initialise vram controller as pfb sub-object | Ben Skeggs |
2013-03-11 | drm/nv50: use correct tiling methods for m2mf buffer moves | Marcin Slusarz |
2013-02-20 | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie |
2013-02-20 | drm/nv84-/fence: prepare for emit/sync support of sysram sequences | Ben Skeggs |
2013-02-15 | drm: fix compile failure by including <linux/swiotlb.h> | Chris Metcalf |
2013-01-20 | drm/nouveau: try to protect nbo->pin_refcount | Daniel Vetter |
2013-01-04 | drm/nouveau: fix init with agpgart-uninorth | Aaro Koskinen |
2012-12-10 | drm/ttm: remove no_wait_reserve, v3 | Maarten Lankhorst |
2012-11-20 | drm/ttm: remove sync_arg from driver functions | Maarten Lankhorst |
2012-11-20 | drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup | Maarten Lankhorst |
2012-11-20 | drm/ttm: remove ttm_buffer_object->buffer_start | Marcin Slusarz |
2012-10-16 | drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGP | Max Filippov |
2012-10-03 | drm/nve0: use async copy engine for ttm buffer moves if available | Ben Skeggs |
2012-10-03 | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs |
2012-10-03 | drm/nouveau: port all engines to new engine module format | Ben Skeggs |
2012-10-03 | drm/nouveau: move some more code around to more appropriate places | Ben Skeggs |
2012-10-03 | drm/nouveau/instmem: completely new implementation, as a subdev module | Ben Skeggs |
2012-10-03 | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs |
2012-10-03 | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs |
2012-10-03 | drm/nouveau: restructure source tree, split core from drm implementation | Ben Skeggs |
2012-05-24 | drm/nvc0/ttm: use copy engines for async buffer moves | Ben Skeggs |
2012-05-24 | drm/nva3/ttm: use copy engine for async buffer moves | Ben Skeggs |
2012-05-24 | drm/nv98/ttm: add in a (disabled) crypto engine buffer copy method | Ben Skeggs |
2012-05-24 | drm/nv84/ttm: use crypto engine for async buffer copies | Ben Skeggs |
2012-05-24 | drm/nouveau/ttm: untangle code to support accelerated buffer moves | Ben Skeggs |
2012-05-24 | drm/nouveau/fence: minor api changes for an upcoming rework | Ben Skeggs |
2012-05-24 | drm/nouveau/fence: make ttm interfaces wrap ours, not the other way around | Ben Skeggs |
2012-05-24 | drm/nouveau: use the same packet header macros as userspace | Ben Skeggs |
2012-05-24 | drm/nve0/ttm: implement buffer moves with weirdo pcopy-on-pgraph methods | Ben Skeggs |
2012-05-23 | nouveau: add PRIME support | Dave Airlie |
2012-05-23 | ttm: add prime sharing support to TTM (v2) | Dave Airlie |
2012-05-22 | nouveau: nouveau_set_bo_placement takes TTM flags | Dave Airlie |
2012-03-22 | drm/nouveau/ttm: always do buffer moves on kernel channel | Ben Skeggs |
2012-01-25 | drm/ttm: fix two regressions since move_notify changes | Ben Skeggs |
2012-01-06 | ttm: fix agp since ttm tt rework | Jerome Glisse |