summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu
Commit message (Expand)AuthorAgeFilesLines
* nouveau/tu102: flush all pdbs on vmm flushDave Airlie2023-11-301-1/+1
* nouveau/gsp: move to 535.113.01Dave Airlie2023-11-031-3/+3
* drm/nouveau/mmu/r535: initial supportBen Skeggs2023-10-318-2/+153
* drm/nouveau/mmu/tu102-: prepare for GSP-RMBen Skeggs2023-10-311-0/+4
* drm/nouveau/mmu/tu102-: remove write to 0x100e68 during tlb invalidateBen Skeggs2023-10-311-1/+0
* drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALLBen Skeggs2023-09-192-2/+2
* drm/nouveau: nvkm: vmm: silence warning from castDanilo Krummrich2023-08-081-2/+3
* drm/nouveau: nvkm/vmm: implement raw ops to manage uvmmDanilo Krummrich2023-08-046-89/+405
* drm/nouveau/fifo: add new channel classesBen Skeggs2022-11-091-1/+1
* drm/nouveau/mmu: drop unexpected word "the" in the commentsJiang Jian2022-06-211-1/+1
* drm/nouveau/mmu: fix typo in commentJulia Lawall2022-05-231-1/+1
* drm/nouveau/mmu/gp100: remove unused variableKarol Herbst2021-10-121-1/+1
* drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.Luo penghao2021-10-111-1/+1
* drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()Luo penghao2021-10-111-1/+1
* drm/nouveau: rip out nvkm_client.superBen Skeggs2021-08-186-41/+17
* nouveau/svm: implement atomic SVM accessAlistair Popple2021-07-012-0/+7
* drm/nouveau/mmu: index engref by subdev typeBen Skeggs2021-02-111-1/+1
* drm/nouveau/mmu: switch to instanced constructorBen Skeggs2021-02-1117-44/+59
* drm/nouveau/subdev: store full subdev name in structBen Skeggs2021-02-111-2/+1
* drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs2021-02-115-14/+13
* drm/nouveau/mmu: fix vram heap sizingBen Skeggs2021-01-151-3/+3
* Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-056-9/+5
|\
| * drm/nouveau/vmm/gp100-: fix mapping 2MB sysmem pagesRalph Campbell2020-07-242-3/+84
| * drm/nouveau/mmu: make nvkm_vmm_ctor() staticRalph Campbell2020-07-242-4/+1
| * drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisationBen Skeggs2020-07-242-3/+2
| * drm/nouveau/mmu: make a couple of functions staticBen Skeggs2020-07-242-2/+2
* | nouveau: fix storing invalid ptesRalph Campbell2020-07-281-4/+9
* | nouveau: fix mapping 2MB sysmem pagesRalph Campbell2020-07-102-3/+84
|/
* drm/nouveau/mmu: Remove unneeded semicolonZheng Bin2020-05-222-2/+2
* drm/nouveau/mmu: Add correct turing page kindsJames Jones2020-01-159-19/+39
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-191-1/+1
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* drm/nouveau/mmu: qualify vmm during dtorJon Derrick2019-05-011-1/+1
* drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs2019-02-208-12/+48
* drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs2019-02-206-0/+85
* drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs2019-02-204-34/+424
* drm/nouveau/mmu: store mapped flag separately from memory pointerBen Skeggs2019-02-201-5/+10
* drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs2019-02-2018-109/+164
* drm/nouveau/mmu/gf100-: virtualise setting pdb base address for invalidationBen Skeggs2019-02-209-2/+49
* drm/nouveau/mmu/gf100-: make mmu invalidate function more generalBen Skeggs2019-02-203-9/+12
* drm/nouveau/mmu/tu102: rename implementation from tu104Ben Skeggs2019-02-204-12/+12
* drm/nouveau/mmu/tu104: initial supportBen Skeggs2018-12-114-0/+127
* drm/nouveau/mmu: add more general vmm free/node handling functionsBen Skeggs2018-12-113-51/+118
* drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs2018-09-071-1/+1
* drm/nouveau/mmu/gp10b: remove ghost fileJérôme Glisse2018-07-161-0/+0
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-1/+1
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-2/+2
* drm/nouveau/mmu/gv100: initial supportBen Skeggs2018-05-184-0/+135
* Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-03-161-1/+1
|\