summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/mmu: handle instance block setupBen Skeggs2017-11-0220-192/+93
* drm/nouveau/mmu: remove old vm creation hooksBen Skeggs2017-11-029-65/+1
* drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new baseBen Skeggs2017-11-028-24/+179
* drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new baseBen Skeggs2017-11-028-2/+303
* drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new baseBen Skeggs2017-11-026-2/+157
* drm/nouveau/mmu/gf100: implement vmm on top of new baseBen Skeggs2017-11-026-2/+171
* drm/nouveau/mmu/nv50,g84: implement vmm on top of new baseBen Skeggs2017-11-0210-5/+122
* drm/nouveau/mmu/nv44: implement vmm on top of new baseBen Skeggs2017-11-0210-91/+96
* drm/nouveau/mmu/nv41: implement vmm on top of new baseBen Skeggs2017-11-024-28/+69
* drm/nouveau/mmu/nv04: implement vmm on top of new baseBen Skeggs2017-11-028-36/+113
* drm/nouveau/mmu: implement base for new vm managementBen Skeggs2017-11-029-19/+350
* drm/nouveau/mmu: implement page table sub-allocationBen Skeggs2017-11-023-1/+101
* drm/nouveau/mmu: implement page table cacheBen Skeggs2017-11-023-2/+150
* drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmmBen Skeggs2017-11-024-8/+7
* drm/nouveau/mmu/gp10b: fork from gf100Ben Skeggs2017-11-023-0/+45
* drm/nouveau/mmu/gp100: fork from gf100Ben Skeggs2017-11-024-6/+51
* drm/nouveau/mmu/gm20b: fork from gf100Ben Skeggs2017-11-024-1/+46
* drm/nouveau/mmu/gm200: fork from gf100Ben Skeggs2017-11-024-3/+48
* drm/nouveau/mmu/gk20a: fork from gf100Ben Skeggs2017-11-024-1/+46
* drm/nouveau/mmu/gk104: fork from gf100Ben Skeggs2017-11-026-15/+70
* drm/nouveau/mmu/g84: fork from nv50Ben Skeggs2017-11-026-19/+74
* drm/nouveau/fb/ram: remove old allocatorsBen Skeggs2017-11-0211-167/+0
* drm/nouveau: allocate vram with nvkm_ram_get()Ben Skeggs2017-11-022-13/+32
* drm/nouveau: directly handle comptag allocationBen Skeggs2017-11-026-57/+37
* drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfacesBen Skeggs2017-11-025-0/+53
* drm/nouveau/ltc/gf100-: allocate tagram with nvkm_ram_get()Ben Skeggs2017-11-023-9/+9
* drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get()Ben Skeggs2017-11-021-23/+14
* drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get()Ben Skeggs2017-11-021-9/+9
* drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory objectBen Skeggs2017-11-022-0/+126
* drm/nouveau/core/memory: add some useful accessor macrosBen Skeggs2017-11-023-15/+47
* drm/nouveau/core/memory: add reference countingBen Skeggs2017-11-0219-37/+57
* drm/nouveau/core/memory: add mechanism to retrieve allocation granularityBen Skeggs2017-11-021-0/+2
* drm/nouveau/core/memory: change map interface to support upcoming mmu changesBen Skeggs2017-11-0211-50/+83
* drm/nouveau/core/memory: comptag allocationBen Skeggs2017-11-022-0/+83
* drm/nouveau/ltc: init comptag mm in fb subdevBen Skeggs2017-11-024-7/+9
* drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu mapBen Skeggs2017-11-024-6/+8
* drm/nouveau/fb: move comptag init out of ram submoduleBen Skeggs2017-11-0230-38/+63
* drm/nouveau/fb: move comptags mm into nvkm_fbBen Skeggs2017-11-0210-13/+13
* drm/nouveau/core/mm: introduce functions to access info about a given allocationBen Skeggs2017-11-021-0/+30
* drm/nouveau/core/mm: have users explicitly define heap identifiersBen Skeggs2017-11-0215-20/+31
* drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs2017-11-0221-151/+245
* drm/nouveau: separate buffer object backing memory from nvkm structuresBen Skeggs2017-11-0210-186/+285
* drm/nouveau: hang drm client of a masterBen Skeggs2017-11-022-4/+19
* drm/nouveau: consolidate identical functions in nouveau_ttm.cBen Skeggs2017-11-021-46/+17
* drm/nouveau: remove unnecessary use of ttm_mem_type_manager::privBen Skeggs2017-11-021-13/+3
* drm/nouveau: swap loop order in move_notify() hookBen Skeggs2017-11-021-4/+6
* drm/nouveau: simplify const-va map conditionBen Skeggs2017-11-021-7/+7
* drm/nouveau: split various bo flags out into their own membersBen Skeggs2017-11-026-51/+66
* drm/nouveau: remove unused sysmem fence codeBen Skeggs2017-11-023-42/+2
* drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_deviceBen Skeggs2017-11-024-5/+5
OpenPOWER on IntegriCloud