summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_chan.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/pci: merge agp handling from nouveau drmBen Skeggs2015-08-281-2/+2
* drm/nouveau/device: cleaner abstraction for device resource functionsBen Skeggs2015-08-281-1/+2
* drm/nouveau/object: merge with handleBen Skeggs2015-08-281-15/+19
* drm/nouveau/sw: turn flip completion into an eventBen Skeggs2015-08-281-5/+0Star
* drm/nouveau/nvif: replace pushbuf with vm in fermi/kepler gpfifo class argsBen Skeggs2015-08-281-2/+14
* drm/nouveau/nvif: assign internal class identifiers to sw classesBen Skeggs2015-08-281-1/+3
* drm/nouveau/nvif: replace path-based object identificationBen Skeggs2015-08-281-3/+3
* drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs2015-08-281-30/+25Star
* drm/nouveau: use dev_* for loggingBen Skeggs2015-08-281-4/+4
* drm/nouveau: add support for gm20x fifo channelsBen Skeggs2015-04-141-1/+2
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-221-3/+3
* drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs2015-01-221-5/+5
* drm/nouveau/sw: rename from software (no binary change)Ben Skeggs2015-01-221-1/+1
* drm/nouveau/mmu: rename from vmmgr (no binary change)Ben Skeggs2015-01-221-7/+7
* drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-021-1/+1
* drm/nouveau: allocate GPFIFOs and fences coherentlyAlexandre Courbot2014-12-021-1/+1
* drm/nouveau: a, somehow, missed hunk of "fix regression on agp boards"Ben Skeggs2014-12-021-6/+1Star
* Merge branch 'linux-3.18' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-10-201-3/+9
|\
| * drm/nouveau: fix regression on agp boardsBen Skeggs2014-10-201-3/+9
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-141-2/+2
|\|
| * drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst2014-10-011-1/+1
| * drm/nouveau: Display Nouveau boot options at launchPierre Moreau2014-09-151-1/+1
* | drm/nouveau: fix regression on original nv50 boardBen Skeggs2014-10-021-1/+6
|/
* drm/nouveau: use ram info from nvif_deviceBen Skeggs2014-08-091-8/+3Star
* drm/nouveau/fifo: allow direct access to channel control registers where poss...Ben Skeggs2014-08-091-0/+2
* drm/nouveau/fifo: audit and version fifo channel classesBen Skeggs2014-08-091-19/+43
* drm/nouveau/dma: audit and version NV_DMA classesBen Skeggs2014-08-091-15/+25
* drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs2014-08-091-3/+4
* drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs2014-08-091-2/+2
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-091-62/+48Star
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-091-15/+17
* drm/nouveau: fix some usages of the wrong print functionBen Skeggs2014-08-091-4/+4
* support for platform devicesAlexandre Courbot2014-03-261-1/+1
* drm/nv10-: we no longer need to create nvsw object on user channelsBen Skeggs2013-11-141-8/+3Star
* drm/nouveau/fb: initialise vram controller as pfb sub-objectBen Skeggs2013-07-011-2/+2
* drm/nv84-/fence: prepare for emit/sync support of sysram sequencesBen Skeggs2013-02-201-1/+1
* drm/nouveau: report channel owner in error messagesMarcin Slusarz2013-02-201-1/+2
* drm/nouveau: unpin pushbuffer bo before destroying itMarcin Slusarz2012-11-291-0/+2
* drm/nve0: allow specification of channel engine type in abi16 callBen Skeggs2012-11-291-1/+1
* drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be definedBen Skeggs2012-11-291-1/+1
* drm/nouveau: log channel debug/error messages from client object rather than ...Ben Skeggs2012-10-031-5/+5
* drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz2012-10-031-1/+1
* drm/nouveau/fifo: use defines instead of hardcoded class idsBen Skeggs2012-10-031-2/+10
* drm/nouveau/fifo: version the dma channel class structBen Skeggs2012-10-031-1/+1
* drm/nouveau/fifo: separate object classes for dma channelsBen Skeggs2012-10-031-2/+3
* drm/nve0: use async copy engine for ttm buffer moves if availableBen Skeggs2012-10-031-16/+19
* drm/nve0/fifo: support engine selection when creating fifo channelsBen Skeggs2012-10-031-1/+2
* drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-0/+387