summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_abi16.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-15drm/nouveau/core/mm: allow allocation to be confined to a specific slice of heapBen Skeggs1-1/+1
2014-08-10drm/nouveau: use ram info from nvif_deviceBen Skeggs1-4/+0
2014-08-10drm/nouveau/fifo: audit and version fifo channel classesBen Skeggs1-2/+2
2014-08-10drm/nouveau/dma: audit and version NV_DMA classesBen Skeggs1-5/+8
2014-08-10drm/nouveau/device: audit and version NV_DEVICE classBen Skeggs1-3/+5
2014-08-10drm/nouveau: use ioctl interface for abi16 gpuobj freeBen Skeggs1-3/+15
2014-08-10drm/nouveau: use ioctl interface for abi16 ntfy allocBen Skeggs1-18/+31
2014-08-10drm/nouveau: use ioctl interface for abi16 grobj allocBen Skeggs1-33/+44
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs1-5/+2
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs1-1/+1
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-36/+27
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-30/+35
2014-08-10drm/nouveau: fix some usages of the wrong print functionBen Skeggs1-1/+2
2014-08-10drm/nouveau/core: remove NV_D0 familyBen Skeggs1-1/+0
2014-03-26support for platform devicesAlexandre Courbot1-2/+11
2014-03-26drm/nouveau: support modesetting on GM107Ben Skeggs1-0/+1
2014-03-26drm/nouveau/abi16: fix handles past the 32nd oneIlia Mirkin1-2/+2
2014-03-26drm/nouveau: replace ffsll with __ffs64Ilia Mirkin1-2/+2
2014-01-07drm/nouveau: return offset of allocated notifierBob Gleitsmann1-0/+2
2013-11-14drm/nv10-: we no longer need to create nvsw object on user channelsBen Skeggs1-1/+1
2013-11-08drm/nv10: introduce a new NV_11 card typeIlia Mirkin1-0/+1
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-2/+2
2013-10-09drm/nouveau: embed gem object in nouveau_boDavid Herrmann1-2/+2
2013-06-28drm/nouveau: unpin notify object in chan_finiMaarten Lankhorst1-0/+1
2013-04-26drm/nvc0-: support NOUVEAU_GETPARAM_GRAPH_UNITSChristoph Bumiller1-8/+4
2013-03-29drm/nouveau: fix handling empty channel list in ioctl'sMaarten Lankhorst1-8/+10
2013-03-11drm/nouveau: idle channel before releasing notify objectMarcin Slusarz1-0/+5
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+4
2012-11-29drm/nve0: allow specification of channel engine type in abi16 callBen Skeggs1-9/+16
2012-11-29drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be definedBen Skeggs1-1/+1
2012-11-19drm/nouveau: fix crash with noaccel=1Marcin Slusarz1-0/+4
2012-10-03drm/nve0: use async copy engine for ttm buffer moves if availableBen Skeggs1-0/+5
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-96/+325
2012-10-03drm/nouveau/timer: port to subdev interfacesBen Skeggs1-1/+1
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-1/+1
2012-09-26drm/nouveau: silence a debug message triggered by newer userspaceBen Skeggs1-1/+1
2012-07-26drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs1-0/+245