summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev
AgeCommit message (Expand)Author
2021-02-11drm/nouveau/pmu: serialise send() with private mutexBen Skeggs
2021-02-11drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs
2021-02-11drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs
2021-02-11drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs
2021-01-29drm/nouveau/mc/tu102: Remove Turing interrupt hackAlistair Popple
2021-01-29drm/nouveau/mc/tu102: Fix MMU fault interrupts on TuringAlistair Popple
2021-01-15drm/nouveau/gpio/ga10[024]: initial supportBen Skeggs
2021-01-15drm/nouveau/fb/ga10[024]: initial supportBen Skeggs
2021-01-15drm/nouveau/mc/ga10[024]: initial supportBen Skeggs
2021-01-15drm/nouveau/devinit/ga10[024]: initial supportBen Skeggs
2021-01-15drm/nouveau/bios/ga10[024]: initial supportBen Skeggs
2021-01-15drm/nouveau/mmu: fix vram heap sizingBen Skeggs
2021-01-15drm/nouveau/i2c/gm200: increase width of aux semaphore owner fieldsBen Skeggs
2021-01-15drm/nouveau/i2c/gk110-: disable hw-initiated dpcd readsBen Skeggs
2021-01-15drm/nouveau/i2c/gk110: split out from i2c/gk104Ben Skeggs
2021-01-15drm/nouveau/privring: ack interrupts the same way as RMBen Skeggs
2021-01-15drm/nouveau/bios: fix issue shadowing expansion ROMsBen Skeggs
2020-11-08drm: remove unneeded breakTom Rix
2020-09-25drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-07-28nouveau: fix storing invalid ptesRalph Campbell
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24drm/nouveau/vmm/gp100-: fix mapping 2MB sysmem pagesRalph Campbell
2020-07-24drm/nouveau/mmu: make nvkm_vmm_ctor() staticRalph Campbell
2020-07-24drm/nouveau/pmu/gm200-: explicitly handle nofwBen Skeggs
2020-07-24drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FWBen Skeggs
2020-07-24drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs
2020-07-24drm/nouveau/acr: store a mask of LS falcons the HSFW can bootstrapBen Skeggs
2020-07-24drm/nouveau/acr: allow module to load when HSFW(s) are missingBen Skeggs
2020-07-24drm/nouveau/acr: refuse to load LSFW if HSFW is missingBen Skeggs
2020-07-24drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisationBen Skeggs
2020-07-24drm/nouveau/nvfw: firmware structures should begin with nvfw_Timur Tabi
2020-07-24drm/nouveau/therm/gt215: make gt215_therm_init staticBen Skeggs
2020-07-24drm/nouveau/mmu: make a couple of functions staticBen Skeggs
2020-07-24drm/nouveau/mc/gp10b: make gp10b_mc_init staticBen Skeggs
2020-07-10nouveau: fix mapping 2MB sysmem pagesRalph Campbell
2020-07-08drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeoutBen Skeggs
2020-05-22drm/nouveau/mmu: Remove unneeded semicolonZheng Bin
2020-05-22drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpyZou Wei
2020-05-22drm/nouveau/bios: move ACPI _ROM handlingBen Skeggs
2020-05-22drm/nouveau/ibus: use nvkm_subdev_new_()Ben Skeggs
2020-05-22drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped firstBen Skeggs
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski
2020-03-28drm/nouveau/therm: convert to use i2c_new_client_device()Wolfram Sang
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs