aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/falcon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-02-20drm/nouveau/falcon: fix a few indentation issuesColin Ian King1-3/+3
2019-02-20drm/nouveau/gsp/gv100-: instantiate GSP falconBen Skeggs1-0/+3
2018-12-11drm/nouveau/core: support multiple nvdec instancesBen Skeggs1-1/+1
2018-05-18drm/nouveau/gr/gv100: initial supportBen Skeggs1-0/+1
2018-02-02drm/nouveau/secboot/gp108: implement on top of acr_r370Ben Skeggs1-0/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02drm/nouveau/mmu: handle instance block setupBen Skeggs2-4/+4
2017-08-22drm/nouveau/falcon: use a more reasonable msgqueue timeout valueBen Skeggs1-1/+1
2017-04-06drm/nouveau/msgqueue: support for GP10B PMU firmwareAlexandre Courbot3-0/+117
2017-04-06drm/nouveau/secboot: pass instance to LS firmware loadersAlexandre Courbot4-7/+12
2017-04-06drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot2-3/+24
2017-03-17drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot1-3/+2
2017-03-07drm/nouveau/falcon: support for gp10x msgqueueAlexandre Courbot4-0/+268
2017-03-07drm/nouveau/falcon/msgqueue: add SEC2 supportAlexandre Courbot1-0/+3
2017-03-07drm/nouveau/falcon: support for EMEMAlexandre Courbot2-0/+64
2017-03-07drm/nouveau/falcon: fix base address of FBIF registersAlexandre Courbot1-5/+20
2017-03-07drm/nouveau/falcon: better detection of debug registerAlexandre Courbot1-2/+25
2017-03-07drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot1-0/+3
2017-03-07drm/nouveau/falcon: use NXTCTX register instead of NEW_INSTBLKAlexandre Courbot1-1/+4
2017-03-07drm/nouveau/falcon: support for gm20b msgqueueAlexandre Courbot4-0/+329
2017-03-07drm/nouveau/falcon: add msgqueue interfaceAlexandre Courbot3-0/+749
2017-03-07drm/nouveau/falcon: fix IMEM port accessAlexandre Courbot1-5/+6
2017-03-07drm/nouveau/falcon: fix port offset for DMEM registerAlexandre Courbot1-9/+10
2017-03-07drm/nouveau/falcon: protect against concurrent DMEM accessesAlexandre Courbot1-0/+9
2017-03-07drm/nouveau/falcon: add missing context binding memory targetAlexandre Courbot1-0/+1
2017-02-17drm/nouveau/core/memory: distinguish between coherent/non-coherent targetsBen Skeggs1-4/+7
2017-02-17drm/nouveau/core: add falcon library functionsAlexandre Courbot4-0/+464