summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvif
AgeCommit message (Expand)Author
2020-04-07drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs
2020-04-07drm/nouveau/nvif: access PTIMER through usermode class, if availableBen Skeggs
2020-01-15drm/nouveau/gr/tu10x: initial supportBen Skeggs
2020-01-15drm/nouveau/mmu: Add correct turing page kindsJames Jones
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin
2019-02-20drm/nouveau/fault/gv100-: expose VoltaFaultBufferABen Skeggs
2019-02-20drm/nouveau/fault/gp100: expose MaxwellFaultBufferABen Skeggs
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs
2019-02-20drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs
2019-02-20drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs
2019-02-20drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs
2019-02-20drm/nouveau/disp/tu102: rename implementation from tu104Ben Skeggs
2018-12-11drm/nouveau/ce/tu104: initial supportBen Skeggs
2018-12-11drm/nouveau/fifo/tu104: initial supportBen Skeggs
2018-12-11drm/nouveau/disp/tu104: initial supportBen Skeggs
2018-12-11drm/nouveau/core: recognise TU104Ben Skeggs
2018-12-11drm/nouveau/fifo/gv100: return work submission token in channel ctor argsBen Skeggs
2018-12-11drm/nouveau/fifo/gk104-: support enabling privileged ce functionsBen Skeggs
2018-12-11drm/nouveau/fifo/gk104-: return channel instance in ctor argsBen Skeggs
2018-10-11drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin
2018-07-16drm/nouveau/nvif: remove const attribute from nvif_mclassNick Desaulniers
2018-05-18drm/nouveau/gr/gv100: initial supportBen Skeggs
2018-05-18drm/nouveau/ce/gv100: initial supportBen Skeggs
2018-05-18drm/nouveau/fifo/gv100: initial supportBen Skeggs
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs
2018-05-18drm/nouveau/core: recognise gv100Ben Skeggs
2018-05-18drm/nouveau/kms: move display class instantiation to libraryBen Skeggs
2018-05-18drm/nouveau/fifo/gk104-: require explicit runlist selection for channel alloc...Ben Skeggs
2018-05-18drm/nouveau/fifo/gk104-: support querying engines available on each runlistBen Skeggs
2018-05-18drm/nouveau/fifo: support channel count queryBen Skeggs
2018-05-18drm/nouveau/device: support querying available engines of a specific typeBen Skeggs
2018-05-18drm/nouveau/device: implement a generic method to query device-specific prope...Ben Skeggs
2018-05-18drm/nouveau/disp/nv50-: pass nvkm_memory objects for channel push buffersBen Skeggs
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs
2017-11-02drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs
2017-11-02drm/nouveau: use nvif_mmu_type to determine BAR1 cachingBen Skeggs
2017-11-02drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs
2017-11-02drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs
2017-11-02drm/nouveau/mmu: define user interfaces to mmuBen Skeggs
2017-11-02drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs
2017-11-02drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs
2017-11-02drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs
2017-11-02drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs