summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu
AgeCommit message (Expand)AuthorFilesLines
2023-11-30nouveau/tu102: flush all pdbs on vmm flushDave Airlie1-1/+1
2023-11-03nouveau/gsp: move to 535.113.01Dave Airlie1-3/+3
2023-10-31drm/nouveau/mmu/r535: initial supportBen Skeggs8-2/+153
2023-10-31drm/nouveau/mmu/tu102-: prepare for GSP-RMBen Skeggs1-0/+4
2023-10-31drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb invalidateBen Skeggs1-1/+0
2023-09-20drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALLBen Skeggs2-2/+2
2023-08-08drm/nouveau: nvkm: vmm: silence warning from castDanilo Krummrich1-2/+3
2023-08-04drm/nouveau: nvkm/vmm: implement raw ops to manage uvmmDanilo Krummrich6-89/+405
2022-11-09drm/nouveau/fifo: add new channel classesBen Skeggs1-1/+1
2022-06-21drm/nouveau/mmu: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-05-23drm/nouveau/mmu: fix typo in commentJulia Lawall1-1/+1
2021-10-12drm/nouveau/mmu/gp100: remove unused variableKarol Herbst1-1/+1
2021-10-11drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.Luo penghao1-1/+1
2021-10-11drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()Luo penghao1-1/+1
2021-08-18drm/nouveau: rip out nvkm_client.superBen Skeggs6-41/+17
2021-07-01nouveau/svm: implement atomic SVM accessAlistair Popple2-0/+7
2021-02-11drm/nouveau/mmu: index engref by subdev typeBen Skeggs1-1/+1
2021-02-11drm/nouveau/mmu: switch to instanced constructorBen Skeggs17-44/+59
2021-02-11drm/nouveau/subdev: store full subdev name in structBen Skeggs1-2/+1
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs5-14/+13
2021-01-15drm/nouveau/mmu: fix vram heap sizingBen Skeggs1-3/+3
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-9/+5
2020-07-28nouveau: fix storing invalid ptesRalph Campbell1-4/+9
2020-07-24drm/nouveau/vmm/gp100-: fix mapping 2MB sysmem pagesRalph Campbell2-3/+84
2020-07-24drm/nouveau/mmu: make nvkm_vmm_ctor() staticRalph Campbell2-4/+1
2020-07-24drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisationBen Skeggs2-3/+2
2020-07-24drm/nouveau/mmu: make a couple of functions staticBen Skeggs2-2/+2
2020-07-10nouveau: fix mapping 2MB sysmem pagesRalph Campbell2-3/+84
2020-05-22drm/nouveau/mmu: Remove unneeded semicolonZheng Bin2-2/+2
2020-01-15drm/nouveau/mmu: Add correct turing page kindsJames Jones9-19/+39
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin1-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-01drm/nouveau/mmu: qualify vmm during dtorJon Derrick1-1/+1
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs8-12/+48
2019-02-20drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs6-0/+85
2019-02-20drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs4-34/+424
2019-02-20drm/nouveau/mmu: store mapped flag separately from memory pointerBen Skeggs1-5/+10
2019-02-20drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs18-109/+164
2019-02-20drm/nouveau/mmu/gf100-: virtualise setting pdb base address for invalidationBen Skeggs9-2/+49
2019-02-20drm/nouveau/mmu/gf100-: make mmu invalidate function more generalBen Skeggs3-9/+12
2019-02-20drm/nouveau/mmu/tu102: rename implementation from tu104Ben Skeggs4-12/+12
2018-12-11drm/nouveau/mmu/tu104: initial supportBen Skeggs4-0/+127
2018-12-11drm/nouveau/mmu: add more general vmm free/node handling functionsBen Skeggs3-51/+118
2018-09-06drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs1-1/+1
2018-07-16drm/nouveau/mmu/gp10b: remove ghost fileJérôme Glisse1-0/+0
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-06-13treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-2/+2
2018-05-18drm/nouveau/mmu/gv100: initial supportBen Skeggs4-0/+135
2018-03-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+1