Age | Commit message (Expand) | Author |
2017-02-23 | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds |
2017-02-17 | drm/nouveau/fifo/g84-: rename non-stall interrupt event | Ben Skeggs |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner |
2016-11-07 | drm/nouveau: fix nv84 fence context leak | Lucas Stach |
2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson |
2016-05-20 | drm/nouveau: rename nouveau_drm.h to nouveau_drv.h | Ben Skeggs |
2016-01-11 | drm/nouveau/nvif: split out fifo interface definitions | Ben Skeggs |
2015-08-28 | drm/nouveau/nvif: simplify and tidy library interfaces | Ben Skeggs |
2015-01-22 | drm/nouveau/nvif: namespace of nvkm accessors (no binary change) | Ben Skeggs |
2014-12-02 | drm/nouveau: prevent stale fence->channel pointers, and protect with rcu | Maarten Lankhorst |
2014-10-01 | drm/nouveau: export reservation_object from dmabuf to ttm | Maarten Lankhorst |
2014-09-30 | drm/nouveau: assign fence_chan->name correctly | 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/ttm: flip the switch, and convert to dma_fence | Maarten Lankhorst |
2014-09-02 | drm/nouveau: rework to new fence interface | Maarten Lankhorst |
2014-08-10 | drm/nouveau/fifo: implement nvif event source | Ben Skeggs |
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/core: rework event interface | Ben Skeggs |
2014-06-11 | drm/nouveau/core: allow event source to handle multiple event types per index | Ben Skeggs |
2013-12-18 | drm: Kill DRM_HZ | Daniel Vetter |
2013-11-14 | drm/nouveau: allow nouveau_fence_ref() to be a noop | Ben Skeggs |
2013-11-08 | drm/nouveau/core: convert event handler apis to split create/enable semantics | Ben Skeggs |
2013-11-08 | drm/nouveau/core: Add priv field for event handlers | Peter Hurley |
2013-07-10 | drm/nouveau: bump fence timeout to 15 seconds | Maarten Lankhorst |
2013-07-01 | drm/nouveau: delay busy bo vma removal until fence signals | Ben Skeggs |
2013-02-20 | drm/nv84-/fence: prepare for emit/sync support of sysram sequences | Ben Skeggs |
2013-02-20 | drm/nouveau/fence: make internal hooks part of the context | Ben Skeggs |
2013-02-20 | drm/nouveau/fence/nv84-: put processes to sleep while waiting on fences | Ben Skeggs |
2013-02-20 | drm/nouveau: remove unnecessary null pointer check from nouveau_fence_new | Cong Ding |
2012-10-03 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-10-03 | drm/nouveau: port all engines to new engine module format | Ben Skeggs |
2012-10-03 | drm/nouveau/pageflip: kick flip handling out of engsw and into fence | Ben Skeggs |
2012-10-03 | drm/nouveau/fence: un-port from nouveau_exec_engine interfaces | Ben Skeggs |
2012-10-03 | drm/nouveau: restructure source tree, split core from drm implementation | Ben Skeggs |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells |
2012-10-02 | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells |
2012-05-24 | drm/nouveau/fence: fix a race where fence->channel can disappear | Ben Skeggs |
2012-05-24 | drm/nouveau/fence: convert to exec engine, and improve channel sync | 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: create real execution engine for software object class | Ben Skeggs |
2012-05-24 | drm/nouveau: base fence timeout on time of emission | Marcin Slusarz |
2012-05-24 | drm/nouveau: use the same packet header macros as userspace | Ben Skeggs |
2012-05-23 | nouveau: add PRIME support | Dave Airlie |
2012-03-22 | drm/nouveau: move fence sequence check to start of loop | Ben Skeggs |
2012-03-22 | drm/nouveau: remove subchannel names from places where it doesn't matter | Ben Skeggs |
2011-11-10 | drm/nouveau: initialize chan->fence.lock before use | Marcin Slusarz |