aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvc0_fence.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hGravatar Ben Skeggs 1-1/+1
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleGravatar Ben Skeggs 1-4/+0
2014-08-10drm/nouveau: port to nvif client/device/objectsGravatar Ben Skeggs 1-2/+0
2013-02-20drm/nv84-/fence: prepare for emit/sync support of sysram sequencesGravatar Ben Skeggs 1-30/+3
2013-02-20drm/nouveau/fence: make internal hooks part of the contextGravatar Ben Skeggs 1-6/+13
2013-02-20drm/nv84-/fence: abstract class emit/sync functions to virt+sequenceGravatar Ben Skeggs 1-26/+14
2013-02-20drm/nv84/fence: access fences with full virtual address, not offsetGravatar Ben Skeggs 1-128/+10
2013-02-20drm/nouveau/fence/nv84-: put processes to sleep while waiting on fencesGravatar Ben Skeggs 1-2/+6
2012-11-29drm/nouveau: unpin various bo's before destroyingGravatar Marcin Slusarz 1-1/+6
2012-11-29drm/nouveau: rename nvd0_display to nv50_display to reflect reality since mergeGravatar Ben Skeggs 1-2/+2
2012-11-29drm/nv50-nvc0: switch to common disp impl, removing previous versionGravatar Ben Skeggs 1-17/+4
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerGravatar Ben Skeggs 1-4/+6
2012-10-03drm/nouveau: port all engines to new engine module formatGravatar Ben Skeggs 1-53/+49
2012-10-03drm/nouveau/pageflip: kick flip handling out of engsw and into fenceGravatar Ben Skeggs 1-3/+40
2012-10-03drm/nouveau/fence: un-port from nouveau_exec_engine interfacesGravatar Ben Skeggs 1-35/+35
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationGravatar Ben Skeggs 1-2/+2
2012-10-03drm/nvc0/fence: restore pre-suspend fence buffer context on resumeGravatar Ben Skeggs 1-0/+25
2012-05-24drm/nouveau/fifo: turn all fifo modules into engine modulesGravatar Ben Skeggs 1-1/+2
2012-05-24drm/nouveau/fence: fix a race where fence->channel can disappearGravatar Ben Skeggs 1-2/+3
2012-05-24drm/nouveau/fence: convert to exec engine, and improve channel syncGravatar Ben Skeggs 1-0/+182