summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv84_fence.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* drm/nouveau/fifo: support channel count queryBen Skeggs2018-05-181-7/+4
* drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs2017-11-021-4/+5
* drm/nouveau: remove unused sysmem fence codeBen Skeggs2017-11-021-36/+2
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-0/+6
|\
| * drm/nouveau/fence/g84-: protect against concurrent access to semaphore buffersBen Skeggs2017-01-311-0/+6
* | drm/nouveau: allocate device object for every clientBen Skeggs2017-02-171-2/+2
* | drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs2017-02-171-3/+3
|/
* drm/nouveau/kms/nv50: remove code to support non-atomic page flipsBen Skeggs2016-11-071-21/+1
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-1/+1
* drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-201-1/+1
* drm/nouveau/fifo: convert user classes to new-style nvkm_objectBen Skeggs2015-08-281-1/+1
* drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs2015-08-281-1/+1
* drm/nouveau/fifo: cosmetic changesBen Skeggs2015-08-281-2/+2
* make RAM device optionalAlexandre Courbot2015-04-141-3/+11
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-221-1/+1
* drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs2015-01-221-1/+1
* drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-021-2/+2
* drm/nouveau: allocate GPFIFOs and fences coherentlyAlexandre Courbot2014-12-021-2/+2
* drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst2014-10-011-2/+2
* drm/nouveau: assign fence_chan->name correctlyMaarten Lankhorst2014-09-301-1/+1
* drm/nouveau: nv84+: fix fence context seqno'sMaarten Lankhorst2014-09-301-2/+1
* drm/nouveau: rework to new fence interfaceMaarten Lankhorst2014-09-021-11/+11
* drm/nouveau/fifo: audit and version fifo channel classesBen Skeggs2014-08-101-8/+4
* drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs2014-08-101-4/+0
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-101-5/+3
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-101-7/+7
* drm/nouveau: store a pointer to vm in nouveau_cliBen Skeggs2014-08-101-4/+4
* drm/nv84-/fence: prepare for emit/sync support of sysram sequencesBen Skeggs2013-02-201-11/+48
* drm/nouveau/fence: make internal hooks part of the contextBen Skeggs2013-02-201-9/+7
* drm/nv84-/fence: abstract class emit/sync functions to virt+sequenceBen Skeggs2013-02-201-24/+34
* drm/nv84/fence: access fences with full virtual address, not offsetBen Skeggs2013-02-201-54/+99
* drm/nouveau/fence/nv84-: put processes to sleep while waiting on fencesBen Skeggs2013-02-201-2/+6
* drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs2012-10-031-2/+5
* drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-55/+51
* drm/nouveau/pageflip: kick flip handling out of engsw and into fenceBen Skeggs2012-10-031-1/+19
* drm/nouveau/fence: un-port from nouveau_exec_engine interfacesBen Skeggs2012-10-031-30/+18
* drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs2012-10-031-1/+1
* drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-031-2/+2
* drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs2012-05-241-1/+2
* drm/nouveau/fence: fix a race where fence->channel can disappearBen Skeggs2012-05-241-3/+5
* drm/nouveau/fence: convert to exec engine, and improve channel syncBen Skeggs2012-05-241-0/+174
OpenPOWER on IntegriCloud