summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Add support for basic clockgating on Kepler1Lyude Paul2018-02-028-21/+296
* drm/nouveau/secboot/gp108: implement on top of acr_r370Ben Skeggs2018-02-026-1/+77
* drm/nouveau/secboot/r370: implement support for booting LS SEC2 ucodeBen Skeggs2018-02-021-0/+39
* drm/nouveau/secboot/r370: move a bunch of r375 stuff to a new implementationBen Skeggs2018-02-025-86/+163
* drm/nouveau: nouveau: use correct string lengthArnd Bergmann2018-02-021-3/+3
* drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsChristoph Böhmwalder2018-02-021-1/+2
* drm/nouveau/pmu/fuc: don't use movw directly anymoreKarol Herbst2018-02-024-1292/+1292
* Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-091-0/+1
|\
| * drm/nouveau/disp/gf119: add missing drive vfunc ptrRob Clark2018-01-091-0/+1
* | Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2017-12-194-3/+17
|\ \ | |/
| * drm/nouveau/mmu/gp10b: use correct implementationBen Skeggs2017-12-191-1/+1
| * drm/nouveau/pci: do a msi rearm on initKarol Herbst2017-12-191-0/+7
| * drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs2017-12-191-1/+1
| * drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs2017-12-191-1/+8
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-15195-2547/+7797
|\ \ | |/
| * drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-0/+5
| * drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-6/+6
| * drm/nouveau/core/memory: fix missing mutex unlockBen Skeggs2017-11-031-0/+1
| * drm/nouveau/mmu: swap out round for ALIGNBen Skeggs2017-11-031-2/+2
| * drm/nouveau/gr/gf100-: don't prevent module load if firmware missingBen Skeggs2017-11-021-2/+6
| * drm/nouveau/mmu: remove old vmm frontendBen Skeggs2017-11-0247-366/+39
| * drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs2017-11-0210-32/+44
| * drm/nouveau: consolidate handling of dma maskBen Skeggs2017-11-022-14/+12
| * drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs2017-11-024-0/+376
| * drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs2017-11-026-1/+243
| * drm/nouveau/mmu: define user interfaces to mmuBen Skeggs2017-11-0218-1/+190
| * drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs2017-11-0210-0/+116
| * drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs2017-11-025-0/+98
| * drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs2017-11-026-0/+81
| * drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs2017-11-024-0/+260
| * drm/nouveau/mmu: build up information on available memory typesBen Skeggs2017-11-0210-0/+131
| * drm/nouveau/gr/gf100-: replace hardcoded instance/vmm setup in grctx generationBen Skeggs2017-11-021-52/+58
| * drm/nouveau/gr/gf100-: use new interfaces for vmm operationsBen Skeggs2017-11-0210-52/+39
| * drm/nouveau/fifo/gf100-: use new interfaces for vmm operationsBen Skeggs2017-11-028-36/+28
| * drm/nouveau/secboot/gm200: use new interfaces for vmm operationsBen Skeggs2017-11-021-6/+5
| * drm/nouveau/imem/nv50-: use new interfaces for vmm operationsBen Skeggs2017-11-022-32/+41
| * drm/nouveau/fb/ram: use new interfaces for vmm operationsBen Skeggs2017-11-021-4/+14
| * drm/nouveau/fifo: initialise vmm with new interfacesBen Skeggs2017-11-029-56/+30
| * drm/nouveau/secboot/gm200: initialise vmm with new interfacesBen Skeggs2017-11-022-10/+10
| * drm/nouveau/bar/gf100: initialise vmm with new interfacesBen Skeggs2017-11-022-18/+14
| * drm/nouveau/bar/nv50: initialise vmm with new interfacesBen Skeggs2017-11-022-18/+19
| * drm/nouveau/mmu: implement new vmm frontendBen Skeggs2017-11-025-138/+820
| * drm/nouveau/mmu: remove support for old backendsBen Skeggs2017-11-0212-323/+3
| * drm/nouveau/mmu/gp100,gp10b: implement new vmm backendBen Skeggs2017-11-029-133/+268
| * drm/nouveau/mmu/gm200,gm20b: implement new vmm backendBen Skeggs2017-11-025-20/+88
| * drm/nouveau/mmu/gk104,gk20a: implement new vmm backendBen Skeggs2017-11-025-10/+41
| * drm/nouveau/mmu/gf100: implement new vmm backendBen Skeggs2017-11-025-5/+293
| * drm/nouveau/mmu/nv50,g84: implement new vmm backendBen Skeggs2017-11-025-194/+347
| * drm/nouveau/mmu/nv44: implement new vmm backendBen Skeggs2017-11-022-141/+168
| * drm/nouveau/mmu/nv41: implement new vmm backendBen Skeggs2017-11-022-69/+64
OpenPOWER on IntegriCloud