aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_dma.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureGravatar Ben Skeggs 1-1/+1
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesGravatar Ben Skeggs 1-1/+1
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageGravatar Ben Skeggs 1-15/+1
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceGravatar Ben Skeggs 1-1/+1
2014-08-10drm/nv50/kms: create ctxdma objects for framebuffers as requiredGravatar Ben Skeggs 1-3/+0
2013-12-18drm: Kill DRM_*MEMORYBARRIERGravatar Daniel Vetter 1-1/+1
2013-11-14drm/nvc0-: remove nasty fifo swmthd hack for flip completion methodGravatar Ben Skeggs 1-3/+4
2013-02-20drm/nouveau/fence/nv84-: put processes to sleep while waiting on fencesGravatar Ben Skeggs 1-1/+1
2012-10-03drm/nouveau: port all engines to new engine module formatGravatar Ben Skeggs 1-17/+34
2012-05-24drm/nouveau/ttm: untangle code to support accelerated buffer movesGravatar Ben Skeggs 1-3/+3
2012-05-24drm/nouveau: use the same packet header macros as userspaceGravatar Ben Skeggs 1-4/+22
2012-05-24drm/nve0/ttm: implement buffer moves with weirdo pcopy-on-pgraph methodsGravatar Ben Skeggs 1-0/+1
2012-05-24drm/nv50-/fbcon: move 2d class to subchannel 3Gravatar Ben Skeggs 1-1/+1
2012-03-29Revert "drm/nouveau: inform userspace of new kernel subchannel requirements"Gravatar Ben Skeggs 1-2/+2
2012-03-22drm/nouveau: inform userspace of new kernel subchannel requirementsGravatar Ben Skeggs 1-2/+2
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boGravatar Ben Skeggs 1-2/+0
2011-02-25drm/nv50-nvc0: initialise display sync channelsGravatar Ben Skeggs 1-0/+2
2011-02-25drm/nv50-nvc0: request and wait on notification of modeset completionGravatar Ben Skeggs 1-1/+2
2010-12-21drm/nvc0: initial support for tiled buffer objectsGravatar Ben Skeggs 1-1/+2
2010-12-21drm/nvc0: fix channel dma init pathsGravatar Ben Skeggs 1-0/+6
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Gravatar Francisco Jerez 1-0/+1
2010-02-25drm/nouveau: new gem pushbuf interface, bump to 0.0.16Gravatar Ben Skeggs 1-2/+2
2010-02-25drm/nv50: switch to indirect push buffer controlsGravatar Ben Skeggs 1-7/+14
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Gravatar Francisco Jerez 1-4/+6
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsGravatar Ben Skeggs 1-0/+157