aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_abi16.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/nouveau: remove trivial cases of nvxx_device() usageGravatar Ben Skeggs 1-13/+17
2017-11-02drm/nouveau/core/mm: have users explicitly define heap identifiersGravatar Ben Skeggs 1-1/+1
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureGravatar Ben Skeggs 1-5/+5
2017-02-17drm/nouveau: allocate device object for every clientGravatar Ben Skeggs 1-2/+2
2017-02-17drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_deviceGravatar Ben Skeggs 1-1/+1
2017-01-26drm: remove device_is_agp callbackGravatar Daniel Vetter 1-1/+1
2016-07-14drm/nouveau/core: recognise GP100 chipsetGravatar Ben Skeggs 1-0/+1
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hGravatar Ben Skeggs 1-1/+1
2016-03-14drm/nouveau/fifo/gk104: make use of topology info during gpfifo constructionGravatar Ben Skeggs 1-4/+14
2016-01-11drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obviousGravatar Ben Skeggs 1-2/+2
2016-01-11drm/nouveau/nvif: split out ctxdma interface definitionsGravatar Ben Skeggs 1-0/+1
2016-01-11drm/nouveau/nvif: split out fifo interface definitionsGravatar Ben Skeggs 1-0/+1
2016-01-11drm/nouveau/nvif: move internal class identifiers to class.hGravatar Ben Skeggs 1-8/+8
2015-11-03drm/nouveau/abi16: implement limited interoperability with usif/nvifGravatar Ben Skeggs 1-0/+39
2015-11-03drm/nouveau/abi16: introduce locked variant of nouveau_abi16_get()Gravatar Ben Skeggs 1-5/+13
2015-11-03drm/nouveau/abi16: remove unused argument from nouveau_abi16_get()Gravatar Ben Skeggs 1-6/+6
2015-11-03drm/nouveau: remove unnecessary usage of object handlesGravatar Ben Skeggs 1-12/+5
2015-08-28drm/nouveau/pci: merge agp handling from nouveau drmGravatar Ben Skeggs 1-1/+1
2015-08-28drm/nouveau/device: remove pci/platform_device from common structGravatar Ben Skeggs 1-3/+3
2015-08-28drm/nouveau/object: merge with handleGravatar Ben Skeggs 1-0/+1
2015-08-28drm/nouveau/gr: convert to new-style nvkm_engineGravatar Ben Skeggs 1-1/+1
2015-08-28drm/nouveau/nvif: return min/max versions for supported object classesGravatar Ben Skeggs 1-10/+11
2015-08-28drm/nouveau/nvif: assign internal class identifiers to sw classesGravatar Ben Skeggs 1-15/+61
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesGravatar Ben Skeggs 1-80/+54
2015-08-28drm/nouveau: use dev_* for loggingGravatar Ben Skeggs 1-1/+1
2015-08-28drm/nouveau/tmr: type-safe PTIMER-based delay/wait macrosGravatar Ben Skeggs 1-2/+1
2015-08-28drm/nouveau/tmr: cosmetic changesGravatar Ben Skeggs 1-2/+2
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Gravatar Ben Skeggs 1-8/+8
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Gravatar Ben Skeggs 1-5/+5
2015-01-22drm/nouveau/gr: rename from graph (no binary change)Gravatar Ben Skeggs 1-2/+2
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationGravatar Ben Skeggs 1-1/+1
2014-09-15drm/nouveau/core/mm: allow allocation to be confined to a specific slice of heapGravatar Ben Skeggs 1-1/+1
2014-08-10drm/nouveau: use ram info from nvif_deviceGravatar Ben Skeggs 1-4/+0
2014-08-10drm/nouveau/fifo: audit and version fifo channel classesGravatar Ben Skeggs 1-2/+2
2014-08-10drm/nouveau/dma: audit and version NV_DMA classesGravatar Ben Skeggs 1-5/+8
2014-08-10drm/nouveau/device: audit and version NV_DEVICE classGravatar Ben Skeggs 1-3/+5
2014-08-10drm/nouveau: use ioctl interface for abi16 gpuobj freeGravatar Ben Skeggs 1-3/+15
2014-08-10drm/nouveau: use ioctl interface for abi16 ntfy allocGravatar Ben Skeggs 1-18/+31
2014-08-10drm/nouveau: use ioctl interface for abi16 grobj allocGravatar Ben Skeggs 1-33/+44
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleGravatar Ben Skeggs 1-5/+2
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageGravatar Ben Skeggs 1-1/+1
2014-08-10drm/nouveau: port to nvif client/device/objectsGravatar Ben Skeggs 1-36/+27
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceGravatar Ben Skeggs 1-30/+35
2014-08-10drm/nouveau: fix some usages of the wrong print functionGravatar Ben Skeggs 1-1/+2
2014-08-10drm/nouveau/core: remove NV_D0 familyGravatar Ben Skeggs 1-1/+0
2014-03-26support for platform devicesGravatar Alexandre Courbot 1-2/+11
2014-03-26drm/nouveau: support modesetting on GM107Gravatar Ben Skeggs 1-0/+1
2014-03-26drm/nouveau/abi16: fix handles past the 32nd oneGravatar Ilia Mirkin 1-2/+2
2014-03-26drm/nouveau: replace ffsll with __ffs64Gravatar Ilia Mirkin 1-2/+2
2014-01-07drm/nouveau: return offset of allocated notifierGravatar Bob Gleitsmann 1-0/+2