aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie7-10/+108
2018-01-19drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs5-8/+106
2018-01-19drm/nouveau/bar/gk20a: Avoid bar teardown during initJon Hunter2-2/+2
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie3-2/+16
2017-12-19drm/nouveau/pci: do a msi rearm on initKarol Herbst1-0/+7
2017-12-19drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs1-1/+1
2017-12-19drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs1-1/+8
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds126-2166/+7263
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2017-11-03drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva1-6/+6
2017-11-03drm/nouveau/mmu: swap out round for ALIGNBen Skeggs1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman50-0/+50
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs47-366/+39
2017-11-02drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs4-0/+376
2017-11-02drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs4-0/+240
2017-11-02drm/nouveau/mmu: define user interfaces to mmuBen Skeggs17-1/+185
2017-11-02drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs10-0/+116
2017-11-02drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs5-0/+98
2017-11-02drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs6-0/+81
2017-11-02drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs4-0/+260
2017-11-02drm/nouveau/mmu: build up information on available memory typesBen Skeggs10-0/+131
2017-11-02drm/nouveau/secboot/gm200: use new interfaces for vmm operationsBen Skeggs1-6/+5
2017-11-02drm/nouveau/imem/nv50-: use new interfaces for vmm operationsBen Skeggs2-32/+41
2017-11-02drm/nouveau/fb/ram: use new interfaces for vmm operationsBen Skeggs1-4/+14
2017-11-02drm/nouveau/secboot/gm200: initialise vmm with new interfacesBen Skeggs2-10/+10
2017-11-02drm/nouveau/bar/gf100: initialise vmm with new interfacesBen Skeggs2-18/+14
2017-11-02drm/nouveau/bar/nv50: initialise vmm with new interfacesBen Skeggs2-18/+19
2017-11-02drm/nouveau/mmu: implement new vmm frontendBen Skeggs5-138/+820
2017-11-02drm/nouveau/mmu: remove support for old backendsBen Skeggs12-323/+3
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement new vmm backendBen Skeggs9-133/+268
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement new vmm backendBen Skeggs5-20/+88
2017-11-02drm/nouveau/mmu/gk104,gk20a: implement new vmm backendBen Skeggs5-10/+41
2017-11-02drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs5-5/+293
2017-11-02drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs5-194/+347
2017-11-02drm/nouveau/mmu/nv44: implement new vmm backendBen Skeggs2-141/+168
2017-11-02drm/nouveau/mmu/nv41: implement new vmm backendBen Skeggs2-69/+64
2017-11-02drm/nouveau/mmu/nv04: implement new vmm backendBen Skeggs3-58/+58
2017-11-02drm/nouveau/mmu: implement new vmm backendBen Skeggs3-3/+806
2017-11-02drm/nouveau/fb/gm200: enable NV_PFB_MMU_CTRL_USE_FULL_COMP_TAG_LINE where appropriateBen Skeggs1-3/+3
2017-11-02drm/nouveau/ltc/gm200: limit NV_MMU_PTE_COMPTAGLINE bits to 16 where requiredBen Skeggs1-2/+3
2017-11-02drm/nouveau/mmu: handle instance block setupBen Skeggs10-142/+76
2017-11-02drm/nouveau/mmu: remove old vm creation hooksBen Skeggs9-65/+1
2017-11-02drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new baseBen Skeggs6-24/+170
2017-11-02drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new baseBen Skeggs6-2/+288
2017-11-02drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new baseBen Skeggs6-2/+157
2017-11-02drm/nouveau/mmu/gf100: implement vmm on top of new baseBen Skeggs4-2/+162
2017-11-02drm/nouveau/mmu/nv50,g84: implement vmm on top of new baseBen Skeggs7-4/+113
2017-11-02drm/nouveau/mmu/nv44: implement vmm on top of new baseBen Skeggs9-91/+93
2017-11-02drm/nouveau/mmu/nv41: implement vmm on top of new baseBen Skeggs4-28/+69
2017-11-02drm/nouveau/mmu/nv04: implement vmm on top of new baseBen Skeggs5-33/+100