summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/acr
AgeCommit message (Expand)AuthorFilesLines
2021-11-18drm/nouveau/acr: fix a couple NULL vs IS_ERR() checksDan Carpenter2-4/+8
2021-02-11drm/nouveau/mc: use split type+inst in interrupt masking APIBen Skeggs1-2/+2
2021-02-11drm/nouveau/acr: switch to instanced constructorBen Skeggs8-16/+22
2020-07-24drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs1-6/+23
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-05-22drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpyZou Wei1-8/+4
2020-05-22drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped firstBen Skeggs1-0/+5
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs1-0/+14
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs1-1/+5
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs3-0/+222
2020-01-15drm/nouveau/core: remove previous versioned fw loaderBen Skeggs2-4/+3
2020-01-15drm/nouveau/acr: implement new subdev to replace "secure boot"Ben Skeggs9-16/+1352
2020-01-15drm/nouveau/secboot: move code to boot LS falcons to subdevsBen Skeggs1-0/+21
2020-01-15drm/nouveau/flcn/cmdq: move command generation to subdevsBen Skeggs2-1/+80
2020-01-15drm/nouveau/acr: add loaders for currently available LS firmware imagesBen Skeggs4-0/+260
2020-01-15drm/nouveau/acr: add stub implementation for all GPUs currently supported by ...Ben Skeggs8-0/+351
2020-01-15drm/nouveau/core: define ACR subdevBen Skeggs1-0/+1