summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2017-11-02drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/nv44: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/nv41: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu/nv04: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/mmu: implement new vmm backendBen Skeggs
2017-11-02drm/nouveau/fb/gm200: enable NV_PFB_MMU_CTRL_USE_FULL_COMP_TAG_LINE where app...Ben Skeggs
2017-11-02drm/nouveau/ltc/gm200: limit NV_MMU_PTE_COMPTAGLINE bits to 16 where requiredBen Skeggs
2017-11-02drm/nouveau/fifo/nv04-nv40: fix missing nvkm_kmap() calls around ramfc accessBen Skeggs
2017-11-02drm/nouveau/mmu: handle instance block setupBen Skeggs
2017-11-02drm/nouveau/mmu: remove old vm creation hooksBen Skeggs
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/gf100: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/nv50,g84: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/nv44: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/nv41: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu/nv04: implement vmm on top of new baseBen Skeggs
2017-11-02drm/nouveau/mmu: implement base for new vm managementBen Skeggs
2017-11-02drm/nouveau/mmu: implement page table sub-allocationBen Skeggs
2017-11-02drm/nouveau/mmu: implement page table cacheBen Skeggs
2017-11-02drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmmBen Skeggs
2017-11-02drm/nouveau/mmu/gp10b: fork from gf100Ben Skeggs
2017-11-02drm/nouveau/mmu/gp100: fork from gf100Ben Skeggs
2017-11-02drm/nouveau/mmu/gm20b: fork from gf100Ben Skeggs
2017-11-02drm/nouveau/mmu/gm200: fork from gf100Ben Skeggs
2017-11-02drm/nouveau/mmu/gk20a: fork from gf100Ben Skeggs
2017-11-02drm/nouveau/mmu/gk104: fork from gf100Ben Skeggs
2017-11-02drm/nouveau/mmu/g84: fork from nv50Ben Skeggs
2017-11-02drm/nouveau/fb/ram: remove old allocatorsBen Skeggs
2017-11-02drm/nouveau: allocate vram with nvkm_ram_get()Ben Skeggs
2017-11-02drm/nouveau: directly handle comptag allocationBen Skeggs
2017-11-02drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfacesBen Skeggs
2017-11-02drm/nouveau/ltc/gf100-: allocate tagram with nvkm_ram_get()Ben Skeggs
2017-11-02drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get()Ben Skeggs
2017-11-02drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get()Ben Skeggs
2017-11-02drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory objectBen Skeggs
2017-11-02drm/nouveau/core/memory: add some useful accessor macrosBen Skeggs
2017-11-02drm/nouveau/core/memory: add reference countingBen Skeggs
2017-11-02drm/nouveau/core/memory: add mechanism to retrieve allocation granularityBen Skeggs
2017-11-02drm/nouveau/core/memory: change map interface to support upcoming mmu changesBen Skeggs
2017-11-02drm/nouveau/core/memory: comptag allocationBen Skeggs
2017-11-02drm/nouveau/ltc: init comptag mm in fb subdevBen Skeggs
2017-11-02drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu mapBen Skeggs
2017-11-02drm/nouveau/fb: move comptag init out of ram submoduleBen Skeggs
2017-11-02drm/nouveau/fb: move comptags mm into nvkm_fbBen Skeggs
2017-11-02drm/nouveau/core/mm: introduce functions to access info about a given allocationBen Skeggs
2017-11-02drm/nouveau/core/mm: have users explicitly define heap identifiersBen Skeggs
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs