aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvif (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20drm/nouveau/fault/gv100-: expose VoltaFaultBufferABen Skeggs1-0/+1
2019-02-20drm/nouveau/fault/gp100: expose MaxwellFaultBufferABen Skeggs2-0/+14
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs1-0/+6
2019-02-20drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs2-0/+16
2019-02-20drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs1-0/+26
2019-02-20drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs2-3/+4
2019-02-20drm/nouveau/disp/tu102: rename implementation from tu104Ben Skeggs1-5/+5
2018-12-11drm/nouveau/ce/tu104: initial supportBen Skeggs1-0/+1
2018-12-11drm/nouveau/fifo/tu104: initial supportBen Skeggs1-0/+1
2018-12-11drm/nouveau/disp/tu104: initial supportBen Skeggs1-0/+5
2018-12-11drm/nouveau/core: recognise TU104Ben Skeggs1-0/+1
2018-12-11drm/nouveau/fifo/gv100: return work submission token in channel ctor argsBen Skeggs2-1/+20
2018-12-11drm/nouveau/fifo/gk104-: support enabling privileged ce functionsBen Skeggs1-1/+1
2018-12-11drm/nouveau/fifo/gk104-: return channel instance in ctor argsBen Skeggs1-0/+1
2018-10-11drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin1-1/+4
2018-07-16drm/nouveau/nvif: remove const attribute from nvif_mclassNick Desaulniers1-1/+1
2018-05-18drm/nouveau/gr/gv100: initial supportBen Skeggs1-0/+3
2018-05-18drm/nouveau/ce/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fifo/gv100: initial supportBen Skeggs3-0/+25
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs3-0/+31
2018-05-18drm/nouveau/core: recognise gv100Ben Skeggs1-0/+1
2018-05-18drm/nouveau/kms: move display class instantiation to libraryBen Skeggs2-0/+28
2018-05-18drm/nouveau/fifo/gk104-: require explicit runlist selection for channel allocationBen Skeggs1-16/+2
2018-05-18drm/nouveau/fifo/gk104-: support querying engines available on each runlistBen Skeggs3-0/+30
2018-05-18drm/nouveau/fifo: support channel count queryBen Skeggs2-1/+4
2018-05-18drm/nouveau/device: support querying available engines of a specific typeBen Skeggs1-0/+19
2018-05-18drm/nouveau/device: implement a generic method to query device-specific propertiesBen Skeggs1-0/+16
2018-05-18drm/nouveau/disp/nv50-: pass nvkm_memory objects for channel push buffersBen Skeggs2-0/+3
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-30/+440
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman33-0/+33
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs1-2/+0
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs1-2/+0
2017-11-02drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs6-6/+6
2017-11-02drm/nouveau: use nvif_mmu_type to determine BAR1 cachingBen Skeggs1-1/+0
2017-11-02drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs2-0/+103
2017-11-02drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs2-0/+27
2017-11-02drm/nouveau/mmu: define user interfaces to mmuBen Skeggs3-0/+103
2017-11-02drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs2-0/+24
2017-11-02drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs2-0/+26
2017-11-02drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs2-0/+12
2017-11-02drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs2-0/+15
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement new vmm backendBen Skeggs1-0/+13
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement new vmm backendBen Skeggs1-0/+13
2017-11-02drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs1-0/+13
2017-11-02drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs1-0/+13
2017-11-02drm/nouveau/mmu/nv04: implement new vmm backendBen Skeggs1-0/+4
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new baseBen Skeggs2-0/+9
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new baseBen Skeggs2-0/+15
2017-11-02drm/nouveau/mmu/gf100: implement vmm on top of new baseBen Skeggs2-0/+9
2017-11-02drm/nouveau/mmu/nv50,g84: implement vmm on top of new baseBen Skeggs2-0/+9