summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/falcon
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/flcn/gp102-: improve implementation of bind_context() on SEC2/GSPBen Skeggs2019-07-191-0/+36
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-191-1/+1
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* drm/nouveau/falcon: fix a few indentation issuesColin Ian King2019-02-201-3/+3
* drm/nouveau/gsp/gv100-: instantiate GSP falconBen Skeggs2019-02-191-0/+3
* drm/nouveau/core: support multiple nvdec instancesBen Skeggs2018-12-111-1/+1
* drm/nouveau/gr/gv100: initial supportBen Skeggs2018-05-181-0/+1
* drm/nouveau/secboot/gp108: implement on top of acr_r370Ben Skeggs2018-02-021-0/+1
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-162-4/+4
|\
| * drm/nouveau/mmu: handle instance block setupBen Skeggs2017-11-022-4/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm/nouveau/falcon: use a more reasonable msgqueue timeout valueBen Skeggs2017-08-221-1/+1
* drm/nouveau/msgqueue: support for GP10B PMU firmwareAlexandre Courbot2017-04-063-0/+117
* drm/nouveau/secboot: pass instance to LS firmware loadersAlexandre Courbot2017-04-064-7/+12
* drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot2017-04-062-3/+24
* drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot2017-03-171-3/+2Star
* drm/nouveau/falcon: support for gp10x msgqueueAlexandre Courbot2017-03-074-0/+268
* drm/nouveau/falcon/msgqueue: add SEC2 supportAlexandre Courbot2017-03-071-0/+3
* drm/nouveau/falcon: support for EMEMAlexandre Courbot2017-03-072-0/+64
* drm/nouveau/falcon: fix base address of FBIF registersAlexandre Courbot2017-03-071-5/+20
* drm/nouveau/falcon: better detection of debug registerAlexandre Courbot2017-03-071-2/+25
* drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot2017-03-071-0/+3
* drm/nouveau/falcon: use NXTCTX register instead of NEW_INSTBLKAlexandre Courbot2017-03-071-1/+4
* drm/nouveau/falcon: support for gm20b msgqueueAlexandre Courbot2017-03-074-0/+329
* drm/nouveau/falcon: add msgqueue interfaceAlexandre Courbot2017-03-073-0/+749
* drm/nouveau/falcon: fix IMEM port accessAlexandre Courbot2017-03-071-5/+6
* drm/nouveau/falcon: fix port offset for DMEM registerAlexandre Courbot2017-03-071-9/+10
* drm/nouveau/falcon: protect against concurrent DMEM accessesAlexandre Courbot2017-03-071-0/+9
* drm/nouveau/falcon: add missing context binding memory targetAlexandre Courbot2017-03-071-0/+1
* drm/nouveau/core/memory: distinguish between coherent/non-coherent targetsBen Skeggs2017-02-171-4/+7
* drm/nouveau/core: add falcon library functionsAlexandre Courbot2017-02-174-0/+464