summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_abi16.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-221-8/+8
* drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs2015-01-221-5/+5
* drm/nouveau/gr: rename from graph (no binary change)Ben Skeggs2015-01-221-2/+2
* drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-021-1/+1
* drm/nouveau/core/mm: allow allocation to be confined to a specific slice of heapBen Skeggs2014-09-151-1/+1
* drm/nouveau: use ram info from nvif_deviceBen Skeggs2014-08-101-4/+0
* drm/nouveau/fifo: audit and version fifo channel classesBen Skeggs2014-08-101-2/+2
* drm/nouveau/dma: audit and version NV_DMA classesBen Skeggs2014-08-101-5/+8
* drm/nouveau/device: audit and version NV_DEVICE classBen Skeggs2014-08-101-3/+5
* drm/nouveau: use ioctl interface for abi16 gpuobj freeBen Skeggs2014-08-101-3/+15
* drm/nouveau: use ioctl interface for abi16 ntfy allocBen Skeggs2014-08-101-18/+31
* drm/nouveau: use ioctl interface for abi16 grobj allocBen Skeggs2014-08-101-33/+44
* drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs2014-08-101-5/+2
* drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs2014-08-101-1/+1
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-101-36/+27
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-101-30/+35
* drm/nouveau: fix some usages of the wrong print functionBen Skeggs2014-08-101-1/+2
* drm/nouveau/core: remove NV_D0 familyBen Skeggs2014-08-101-1/+0
* support for platform devicesAlexandre Courbot2014-03-261-2/+11
* drm/nouveau: support modesetting on GM107Ben Skeggs2014-03-261-0/+1
* drm/nouveau/abi16: fix handles past the 32nd oneIlia Mirkin2014-03-261-2/+2
* drm/nouveau: replace ffsll with __ffs64Ilia Mirkin2014-03-261-2/+2
* drm/nouveau: return offset of allocated notifierBob Gleitsmann2014-01-071-0/+2
* drm/nv10-: we no longer need to create nvsw object on user channelsBen Skeggs2013-11-141-1/+1
* drm/nv10: introduce a new NV_11 card typeIlia Mirkin2013-11-081-0/+1
* drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä2013-10-091-2/+2
* drm/nouveau: embed gem object in nouveau_boDavid Herrmann2013-10-091-2/+2
* drm/nouveau: unpin notify object in chan_finiMaarten Lankhorst2013-06-281-0/+1
* drm/nvc0-: support NOUVEAU_GETPARAM_GRAPH_UNITSChristoph Bumiller2013-04-261-8/+4
* drm/nouveau: fix handling empty channel list in ioctl'sMaarten Lankhorst2013-03-291-8/+10
* drm/nouveau: idle channel before releasing notify objectMarcin Slusarz2013-03-111-0/+5
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-0/+4
|\
| * drm/nouveau: fix crash with noaccel=1Marcin Slusarz2012-11-191-0/+4
* | drm/nve0: allow specification of channel engine type in abi16 callBen Skeggs2012-11-291-9/+16
* | drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be definedBen Skeggs2012-11-291-1/+1
|/
* drm/nve0: use async copy engine for ttm buffer moves if availableBen Skeggs2012-10-031-0/+5
* drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-96/+325
* drm/nouveau/timer: port to subdev interfacesBen Skeggs2012-10-031-1/+1
* drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-031-1/+1
* drm/nouveau: silence a debug message triggered by newer userspaceBen Skeggs2012-09-261-1/+1
* drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs2012-07-261-0/+245
OpenPOWER on IntegriCloud