Age | Commit message (Expand) | Author |
2015-11-03 | drm/nouveau/abi16: remove unused argument from nouveau_abi16_get() | Ben Skeggs |
2015-11-03 | drm/nouveau: fix memory leak | Sudip Mukherjee |
2015-11-03 | drm/nouveau: remove unnecessary usage of object handles | Ben Skeggs |
2015-11-03 | drm/nouveau/gem: return only valid domain when there's only one | Ilia Mirkin |
2015-08-28 | drm/nouveau/fb: convert to new-style nvkm_subdev | Ben Skeggs |
2015-08-28 | drm/nouveau/nvif: simplify and tidy library interfaces | Ben Skeggs |
2015-08-28 | drm/nouveau: use dev_* for logging | Ben Skeggs |
2015-08-28 | drm/nouveau/fb: cosmetic changes | Ben Skeggs |
2015-06-30 | drm/nouveau/gem: use kvfree() in u_free() | Pekka Enberg |
2015-04-14 | drm/nouveau/gem: allow user-space to specify an object should be coherent | Alexandre Courbot |
2015-01-22 | drm/nouveau: finalise nvkm namespace switch (no binary change) | Ben Skeggs |
2015-01-22 | drm/nouveau/nvif: namespace of nvkm accessors (no binary change) | Ben Skeggs |
2015-01-22 | drm/nouveau/gem: Remove unused function | Rickard Strandqvist |
2015-01-08 | Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-... | Dave Airlie |
2014-12-24 | Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2" | Dave Airlie |
2014-12-22 | drm/nouveau: wake up the card if necessary during gem callbacks | Ben Skeggs |
2014-12-02 | drm/nouveau: synchronize BOs when required | Alexandre Courbot |
2014-11-21 | drm/gem: Warn on illegal use of the dumb buffer interface v2 | Thomas Hellstrom |
2014-10-01 | drm/nouveau: export reservation_object from dmabuf to ttm | Maarten Lankhorst |
2014-09-30 | drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync | Maarten Lankhorst |
2014-09-02 | drm/nouveau: use shared fences for readable objects | Maarten Lankhorst |
2014-09-02 | drm/nouveau: Keep only a single list for validation. | Maarten Lankhorst |
2014-09-02 | drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep | Maarten Lankhorst |
2014-09-02 | drm/ttm: flip the switch, and convert to dma_fence | Maarten Lankhorst |
2014-09-02 | drm/nouveau: rework to new fence interface | Maarten Lankhorst |
2014-09-01 | drm/ttm: kill fence_lock | Maarten Lankhorst |
2014-09-01 | drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep | Maarten Lankhorst |
2014-08-10 | drm/nouveau: port to nvif client/device/objects | Ben Skeggs |
2014-08-10 | drm/nouveau: initial pass at moving to struct nvif_device | Ben Skeggs |
2014-08-10 | drm/nouveau: fix some usages of the wrong print function | Ben Skeggs |
2014-08-10 | drm/nouveau: store a pointer to vm in nouveau_cli | Ben Skeggs |
2014-07-22 | drm/ttm: Fix a few sparse warnings | Thierry Reding |
2014-03-16 | drm: init TTM dev_mapping in ttm_bo_device_init() | David Herrmann |
2014-03-16 | drm: use anon-inode instead of relying on cdevs | David Herrmann |
2014-01-23 | drm/nouveau/gem: remove (now) unneeded pre-validate fence sync | Ben Skeggs |
2013-12-18 | drm: Kill DRM_COPY_(TO|FROM)_USER | Daniel Vetter |
2013-11-14 | drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence | Ben Skeggs |
2013-11-14 | drm/nouveau: allow nouveau_fence_ref() to be a noop | Ben Skeggs |
2013-10-09 | drm: kill ->gem_init_object() and friends | David Herrmann |
2013-10-09 | drm/nouveau: embed gem object in nouveau_bo | David Herrmann |
2013-09-04 | drm/nouveau: fix command submission to use vmalloc for big allocations | Maarten Lankhorst |
2013-08-07 | Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~... | Dave Airlie |
2013-07-25 | drm/ttm: convert to unified vma offset manager | David Herrmann |
2013-07-10 | drm/nouveau: do not unpin in nouveau_gem_object_del | Maarten Lankhorst |
2013-07-01 | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie |
2013-07-01 | drm/nouveau: delay busy bo vma removal until fence signals | Ben Skeggs |
2013-06-28 | drm/ttm: convert to the reservation api | Maarten Lankhorst |
2013-06-28 | drm/ttm: make ttm reservation calls behave like reservation calls | Maarten Lankhorst |
2013-06-28 | drm/nouveau: complain loudly if buffer is pinned during destruction | Maarten Lankhorst |
2013-02-20 | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie |