summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/secboot: add support for SEC LS firmwareAlexandre Courbot2017-03-073-0/+76
* drm/nouveau/secboot: support running ACR on SECAlexandre Courbot2017-03-072-3/+23
* drm/nouveau/secboot: get start address of blob from ACRAlexandre Courbot2017-03-073-10/+9Star
* drm/nouveau/secboot: add shadow blob argumentAlexandre Courbot2017-03-072-2/+15
* drm/nouveau/core: add SEC2 engineAlexandre Courbot2017-03-071-1/+1
* drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot2017-03-071-1/+9
* drm/nouveau/secboot/gm20b: enable PMU firmwareAlexandre Courbot2017-03-071-1/+7
* drm/nouveau/pmu/gm20b: add msgqueue supportAlexandre Courbot2017-03-071-2/+17
* drm/nouveau/secboot: check that WPR region is properly setAlexandre Courbot2017-03-071-2/+39
* drm/nouveau/secboot: support optional falconsAlexandre Courbot2017-03-072-25/+39
* drm/nouveau/secboot: support PMU LS firmwareAlexandre Courbot2017-03-072-0/+134
* drm/nouveau/secboot: base support for PMU falconAlexandre Courbot2017-03-071-16/+82
* drm/nouveau/secboot: support for loading LS PMU firmwareAlexandre Courbot2017-03-073-1/+121
* drm/nouveau/pmu: add msgqueue memberAlexandre Courbot2017-03-071-0/+2
* drm/nouveau/secboot: add LS firmware post-run hooksAlexandre Courbot2017-03-072-0/+13
* drm/nouveau/secboot: abstract fixup_hs_desc functionAlexandre Courbot2017-03-073-3/+9
* drm/nouveau/secboot: make specialized ls_ucode_img struct privateAlexandre Courbot2017-03-072-96/+90Star
* drm/nouveau/secboot: store ucode offset in base image structureAlexandre Courbot2017-03-073-9/+9
* drm/nouveau/secboot: fix usage of hsf_load_headerAlexandre Courbot2017-03-073-13/+30
* drm/nouveau/secboot: prevent address trimmingAlexandre Courbot2017-03-071-2/+2
* drm/nouveau/secboot: fix WPR region alignmentAlexandre Courbot2017-03-071-2/+2
* drm/nouveau/secboot: fix WPR address to be 64-bitAlexandre Courbot2017-03-072-3/+3
* drm/nouveau/secboot: make sure requested falcons are supportedAlexandre Courbot2017-03-071-0/+7
* drm/nouveau/secboot: remove unused hookAlexandre Courbot2017-03-072-29/+0Star
* drm/nouveau/pmu: make sure the reset hook exists before running itAlexandre Courbot2017-03-071-1/+2
* drm/nouveau/secboot: make nvkm_secboot_falcon_name visibleAlexandre Courbot2017-03-071-2/+0Star
* drm/nouveau/priv: punt messages to debug levelBen Skeggs2017-03-072-6/+6
* drm/nouveau/pci/g92: Fix rearmKarol Herbst2017-02-173-1/+51
* drm/nouveau/drm/therm/fan: add a fallback if no fan control is specified in t...Martin Peres2017-02-171-3/+19
* drm/nouveau/iccsense: Parse max and crit power levelKarol Herbst2017-02-171-2/+18
* drm/nouveau/bios/power_budget: Add basic power budget parsingKarol Herbst2017-02-172-0/+127
* drm/nouveau/top: add function to translate subdev index to mmu fault idBen Skeggs2017-02-171-0/+14
* drm/nouveau/pci: Rename g94 to g92Karol Herbst2017-02-175-9/+9
* drm/nouveau/devinit/nv50: return error code if pll calculation failsBen Skeggs2017-02-171-1/+1
* drm/nouveau: fix bug id typo in commentIlia Mirkin2017-02-171-1/+1
* drm/nouveau/core/memory: distinguish between coherent/non-coherent targetsBen Skeggs2017-02-171-1/+1
* drm/nouveau/core/mm: replace region list with next pointerBen Skeggs2017-02-174-34/+23Star
* replace BUG_ON(1) with BUG()Ben Skeggs2017-02-171-1/+1
* drm/nouveau/fb/ram/gk104: remove unused best_clk variableBen Skeggs2017-02-171-3/+1Star
* drm/nouveau/secboot: clear halt interrupt after ACR is runAlexandre Courbot2017-02-171-0/+2
* drm/nouveau/secboot: add lazy-bootstrap flagAlexandre Courbot2017-02-172-0/+7
* drm/nouveau/secboot: fix WPR descriptor generationAlexandre Courbot2017-02-171-9/+12
* drm/nouveau/secboot: set default error value in error registerAlexandre Courbot2017-02-171-0/+3
* drm/nouveau/secboot: add missing fields to BL structureAlexandre Courbot2017-02-171-0/+4
* drm/nouveau/secboot: safer zeroing of BL descriptorsAlexandre Courbot2017-02-172-4/+2Star
* drm/nouveau/secboot: abstract LS firmware loading functionsAlexandre Courbot2017-02-177-167/+215
* drm/nouveau/secboot: remove ls_ucode_mgrAlexandre Courbot2017-02-171-57/+33Star
* drm/nouveau/secboot: remove unneeded ls_ucode_img memberAlexandre Courbot2017-02-173-22/+7Star
* drm/nouveau/secboot: disable falcon interrupts when running blobAlexandre Courbot2017-02-171-0/+7
* drm/nouveau/secboot: split reset functionAlexandre Courbot2017-02-171-25/+53