summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/fuse: switch to instanced constructorBen Skeggs5-10/+13
2021-02-11drm/nouveau/fb: switch to instanced constructorBen Skeggs38-85/+84
2021-02-11drm/nouveau/fault: switch to instanced constructorBen Skeggs6-12/+12
2021-02-11drm/nouveau/devinit: switch to instanced constructorBen Skeggs20-54/+52
2021-02-11drm/nouveau/clk: switch to instanced constructorBen Skeggs14-47/+49
2021-02-11drm/nouveau/bus: switch to instanced constructorBen Skeggs7-13/+18
2021-02-11drm/nouveau/bios: switch to instanced constructorBen Skeggs1-2/+3
2021-02-11drm/nouveau/bar: switch to instanced constructorBen Skeggs11-23/+30
2021-02-11drm/nouveau/acr: switch to instanced constructorBen Skeggs8-16/+22
2021-02-11drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs3-9/+9
2021-02-11drm/nouveau/subdev: store full subdev name in structBen Skeggs4-10/+5
2021-02-11drm/nouveau/pmu: serialise send() with private mutexBen Skeggs2-3/+6
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs5-14/+13
2021-02-11drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs1-2/+4
2021-02-11drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs4-29/+30
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs1-5/+7
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs8-13/+15
2021-01-29drm/nouveau/mc/tu102: Remove Turing interrupt hackAlistair Popple3-20/+0
2021-01-29drm/nouveau/mc/tu102: Fix MMU fault interrupts on TuringAlistair Popple2-6/+122
2021-01-15drm/nouveau/gpio/ga10[024]: initial supportBen Skeggs2-0/+119
2021-01-15drm/nouveau/fb/ga10[024]: initial supportBen Skeggs7-1/+127
2021-01-15drm/nouveau/mc/ga10[024]: initial supportBen Skeggs2-0/+75
2021-01-15drm/nouveau/devinit/ga10[024]: initial supportBen Skeggs4-1/+79
2021-01-15drm/nouveau/bios/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/mmu: fix vram heap sizingBen Skeggs1-3/+3
2021-01-15drm/nouveau/i2c/gm200: increase width of aux semaphore owner fieldsBen Skeggs1-4/+4
2021-01-15drm/nouveau/i2c/gk110-: disable hw-initiated dpcd readsBen Skeggs7-6/+40
2021-01-15drm/nouveau/i2c/gk110: split out from i2c/gk104Ben Skeggs2-0/+39
2021-01-15drm/nouveau/privring: ack interrupts the same way as RMBen Skeggs2-6/+14
2021-01-15drm/nouveau/bios: fix issue shadowing expansion ROMsBen Skeggs1-1/+1
2020-11-08drm: remove unneeded breakTom Rix4-6/+0
2020-09-25drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig1-2/+1
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-60/+119
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-5/+91
2020-07-28nouveau: fix storing invalid ptesRalph Campbell1-4/+9
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva10-20/+20
2020-07-24drm/nouveau/vmm/gp100-: fix mapping 2MB sysmem pagesRalph Campbell2-3/+84
2020-07-24drm/nouveau/mmu: make nvkm_vmm_ctor() staticRalph Campbell2-4/+1
2020-07-24drm/nouveau/pmu/gm200-: explicitly handle nofwBen Skeggs5-4/+15
2020-07-24drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FWBen Skeggs2-6/+6
2020-07-24drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs3-6/+29
2020-07-24drm/nouveau/acr: store a mask of LS falcons the HSFW can bootstrapBen Skeggs3-4/+14
2020-07-24drm/nouveau/acr: allow module to load when HSFW(s) are missingBen Skeggs7-6/+25
2020-07-24drm/nouveau/acr: refuse to load LSFW if HSFW is missingBen Skeggs1-1/+1
2020-07-24drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisationBen Skeggs2-3/+2
2020-07-24drm/nouveau/nvfw: firmware structures should begin with nvfw_Timur Tabi2-3/+3
2020-07-24drm/nouveau/therm/gt215: make gt215_therm_init staticBen Skeggs1-1/+1
2020-07-24drm/nouveau/mmu: make a couple of functions staticBen Skeggs2-2/+2
2020-07-24drm/nouveau/mc/gp10b: make gp10b_mc_init staticBen Skeggs1-1/+1
2020-07-10nouveau: fix mapping 2MB sysmem pagesRalph Campbell2-3/+84