aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_fence.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/nouveau: remove unused nouveau_fence_work()Gravatar Ben Skeggs 1-56/+0
2017-11-02drm/nouveau: remove unused sysmem fence codeGravatar Ben Skeggs 1-2/+0
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Gravatar Linus Torvalds 1-1/+1
2017-02-17drm/nouveau/fifo/g84-: rename non-stall interrupt eventGravatar Ben Skeggs 1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-1/+1
2016-11-07drm/nouveau: fix nv84 fence context leakGravatar Lucas Stach 1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceGravatar Chris Wilson 1-40/+40
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hGravatar Ben Skeggs 1-1/+1
2016-01-11drm/nouveau/nvif: split out fifo interface definitionsGravatar Ben Skeggs 1-0/+1
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesGravatar Ben Skeggs 1-8/+7
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Gravatar Ben Skeggs 1-1/+1
2014-12-02drm/nouveau: prevent stale fence->channel pointers, and protect with rcuGravatar Maarten Lankhorst 1-27/+65
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmGravatar Maarten Lankhorst 1-1/+5
2014-09-30drm/nouveau: assign fence_chan->name correctlyGravatar Maarten Lankhorst 1-1/+32
2014-09-30drm/nouveau: specify if interruptible wait is desired in nouveau_fence_syncGravatar Maarten Lankhorst 1-8/+6
2014-09-02drm/nouveau: use shared fences for readable objectsGravatar Maarten Lankhorst 1-24/+31
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceGravatar Maarten Lankhorst 1-16/+8
2014-09-02drm/nouveau: rework to new fence interfaceGravatar Maarten Lankhorst 1-163/+334
2014-08-10drm/nouveau/fifo: implement nvif event sourceGravatar Ben Skeggs 1-8/+15
2014-08-10drm/nouveau: port to nvif client/device/objectsGravatar Ben Skeggs 1-3/+1
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceGravatar Ben Skeggs 1-1/+1
2014-08-10drm/nouveau/core: rework event interfaceGravatar Ben Skeggs 1-10/+16
2014-06-11drm/nouveau/core: allow event source to handle multiple event types per indexGravatar Ben Skeggs 1-2/+2
2013-12-18drm: Kill DRM_HZGravatar Daniel Vetter 1-1/+1
2013-11-14drm/nouveau: allow nouveau_fence_ref() to be a noopGravatar Ben Skeggs 1-1/+2
2013-11-08drm/nouveau/core: convert event handler apis to split create/enable semanticsGravatar Ben Skeggs 1-8/+11
2013-11-08drm/nouveau/core: Add priv field for event handlersGravatar Peter Hurley 1-13/+7
2013-07-10drm/nouveau: bump fence timeout to 15 secondsGravatar Maarten Lankhorst 1-1/+1
2013-07-01drm/nouveau: delay busy bo vma removal until fence signalsGravatar Ben Skeggs 1-5/+68
2013-02-20drm/nv84-/fence: prepare for emit/sync support of sysram sequencesGravatar Ben Skeggs 1-5/+4
2013-02-20drm/nouveau/fence: make internal hooks part of the contextGravatar Ben Skeggs 1-6/+4
2013-02-20drm/nouveau/fence/nv84-: put processes to sleep while waiting on fencesGravatar Ben Skeggs 1-0/+76
2013-02-20drm/nouveau: remove unnecessary null pointer check from nouveau_fence_newGravatar Cong Ding 1-5/+3
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-16/+11
2012-10-03drm/nouveau: port all engines to new engine module formatGravatar Ben Skeggs 1-16/+7
2012-10-03drm/nouveau/pageflip: kick flip handling out of engsw and into fenceGravatar Ben Skeggs 1-0/+1
2012-10-03drm/nouveau/fence: un-port from nouveau_exec_engine interfacesGravatar Ben Skeggs 1-6/+9
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationGravatar Ben Skeggs 1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/Gravatar David Howells 1-1/+1
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.Gravatar David Howells 1-1/+0
2012-05-24drm/nouveau/fence: fix a race where fence->channel can disappearGravatar Ben Skeggs 1-5/+9
2012-05-24drm/nouveau/fence: convert to exec engine, and improve channel syncGravatar Ben Skeggs 1-412/+62
2012-05-24drm/nouveau/fence: minor api changes for an upcoming reworkGravatar Ben Skeggs 1-130/+85
2012-05-24drm/nouveau/fence: make ttm interfaces wrap ours, not the other way aroundGravatar Ben Skeggs 1-23/+13
2012-05-24drm/nouveau: create real execution engine for software object classGravatar Ben Skeggs 1-5/+1
2012-05-24drm/nouveau: base fence timeout on time of emissionGravatar Marcin Slusarz 1-1/+4
2012-05-24drm/nouveau: use the same packet header macros as userspaceGravatar Ben Skeggs 1-13/+13
2012-05-23nouveau: add PRIME supportGravatar Dave Airlie 1-1/+1
2012-03-22drm/nouveau: move fence sequence check to start of loopGravatar Ben Skeggs 1-6/+5