summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev
AgeCommit message (Expand)AuthorFilesLines
2020-09-25drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig1-2/+1
2020-08-05Merge 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
2020-07-08drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeoutBen Skeggs2-4/+4
2020-05-22drm/nouveau/mmu: Remove unneeded semicolonZheng Bin2-2/+2
2020-05-22drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpyZou Wei1-8/+4
2020-05-22drm/nouveau/bios: move ACPI _ROM handlingBen Skeggs1-18/+47
2020-05-22drm/nouveau/ibus: use nvkm_subdev_new_()Ben Skeggs6-30/+6
2020-05-22drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped firstBen Skeggs1-0/+5
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+15
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-2/+15
2020-03-28drm/nouveau/therm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs2-0/+16
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2-12/+32
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs1-1/+5
2020-01-23drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrappingThierry Reding2-4/+14
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs4-0/+225
2020-01-15drm/nouveau/core: remove previous versioned fw loaderBen Skeggs2-4/+3
2020-01-15drm/nouveau/secboot: removeBen Skeggs27-4153/+0
2020-01-15drm/nouveau/acr: implement new subdev to replace "secure boot"Ben Skeggs14-22/+1417
2020-01-15drm/nouveau/fb/gp102-: unlock VPR as part of FB initBen Skeggs6-121/+130
2020-01-15drm/nouveau/secboot: move code to boot LS falcons to subdevsBen Skeggs10-99/+36
2020-01-15drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()Ben Skeggs1-7/+1
2020-01-15drm/nouveau/flcn/msgq: move handling of init message to subdevsBen Skeggs5-2/+76
2020-01-15drm/nouveau/flcn/cmdq: move command generation to subdevsBen Skeggs6-14/+156
2020-01-15drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...Ben Skeggs1-0/+3
2020-01-15drm/nouveau/flcn/msgq: explicitly create message queue from subdevsBen Skeggs1-1/+3
2020-01-15drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevsBen Skeggs1-1/+8
2020-01-15drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevsBen Skeggs1-3/+13
2020-01-15drm/nouveau/flcn: reset sec2/gsp falcons harderBen Skeggs1-1/+1
2020-01-15drm/nouveau/flcn: specify queue register offsets from subdevBen Skeggs1-0/+2
2020-01-15drm/nouveau/flcn: specify debug/production register offset from subdevBen Skeggs1-0/+1
2020-01-15drm/nouveau/flcn: move bind_context WAR out of common codeBen Skeggs1-1/+1