summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/pmu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/pmu/gm200-: use alternate falcon reset sequenceBen Skeggs2021-11-125-4/+35
* drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACRBen Skeggs2021-11-121-16/+21
* drm/nouveau/pmu: switch to instanced constructorBen Skeggs2021-02-1114-32/+44
* drm/nouveau/mc: use split type+inst in device reset APIsBen Skeggs2021-02-111-3/+3
* drm/nouveau/subdev: store full subdev name in structBen Skeggs2021-02-111-3/+2
* drm/nouveau/pmu: serialise send() with private mutexBen Skeggs2021-02-112-3/+6
* drm/nouveau/pmu/gm200-: explicitly handle nofwBen Skeggs2020-07-245-4/+15
* drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FWBen Skeggs2020-07-242-6/+6
* drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs2020-07-242-0/+6
* drm/nouveau/nvfw: firmware structures should begin with nvfw_Timur Tabi2020-07-242-3/+3
* drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrappingThierry Reding2020-01-222-4/+14
* drm/nouveau/acr: implement new subdev to replace "secure boot"Ben Skeggs2020-01-153-2/+64
* drm/nouveau/secboot: move code to boot LS falcons to subdevsBen Skeggs2020-01-152-2/+11
* drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()Ben Skeggs2020-01-151-7/+1
* drm/nouveau/flcn/msgq: move handling of init message to subdevsBen Skeggs2020-01-154-0/+76
* drm/nouveau/flcn/cmdq: move command generation to subdevsBen Skeggs2020-01-153-0/+72
* drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...Ben Skeggs2020-01-151-0/+3
* drm/nouveau/flcn/msgq: explicitly create message queue from subdevsBen Skeggs2020-01-151-1/+3
* drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevsBen Skeggs2020-01-151-1/+8
* drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevsBen Skeggs2020-01-151-3/+13
* drm/nouveau/flcn: specify queue register offsets from subdevBen Skeggs2020-01-151-0/+2
* drm/nouveau/flcn: specify debug/production register offset from subdevBen Skeggs2020-01-151-0/+1
* drm/nouveau/flcn: specify FBIF offset from subdevBen Skeggs2020-01-151-0/+1
* drm/nouveau/pmu: initialise SW state for falcon from constructorBen Skeggs2020-01-1514-15/+39
* drm/nouveau/pmu: select implementation based on available firmwareBen Skeggs2020-01-1514-23/+149
* drm/nouveau/pmu/gp10b: split from gm20b implementationBen Skeggs2020-01-154-11/+42
* drm/nouveau/therm: don't attempt fan control where PMU is already managing itBen Skeggs2019-08-231-0/+18
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-197-7/+7
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* drm/nouveau/pmu: don't print reply values if exec is falseColin Ian King2019-02-191-2/+2
* drm/nouveau/pmu/fuc: don't use movw directly anymoreKarol Herbst2018-02-024-1292/+1292
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* drm/nouveau/pmu/gt215-: abstract detection of whether reset is neededBen Skeggs2017-08-2213-1/+32
* drm/nouveau/pmu/gt215: fix resetBen Skeggs2017-08-2210-13/+24
* drm/nouveau/tmr: remove nvkm_timer_alarm_cancel()Ben Skeggs2017-06-161-1/+1
* drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot2017-03-171-0/+6
* drm/nouveau/falcon: delay construction of falcons to oneinit()Alexandre Courbot2017-03-071-1/+9
* drm/nouveau/pmu/gm20b: add msgqueue supportAlexandre Courbot2017-03-071-2/+17
* drm/nouveau/pmu: add msgqueue memberAlexandre Courbot2017-03-071-0/+2
* drm/nouveau/pmu: make sure the reset hook exists before running itAlexandre Courbot2017-03-071-1/+2
* drm/nouveau/gm20b: add dummy PMU deviceAlexandre Courbot2017-02-172-0/+35
* drm/nouveau/pmu/gk20a: use falcon library functionsAlexandre Courbot2017-02-171-9/+22
* drm/nouveau/pmu/gk20a: simplify code a bitAlexandre Courbot2017-02-171-22/+8
* drm/nouveau/pmu/gk20a: use nvkm_pmu_ctor()Alexandre Courbot2017-02-171-21/+14
* drm/nouveau/pmu: instanciate the falcon in PMU deviceAlexandre Courbot2017-02-171-1/+3
* drm/nouveau/pmu: add nvkm_pmu_ctor() functionAlexandre Courbot2017-02-172-5/+14
* drm/nouveau/pmu/gp102: initial implementationBen Skeggs2016-11-172-0/+44
* drm/nouveau/pmu/gp100: initial implementationBen Skeggs2016-11-172-0/+36
* drm/nouveau/pmu: execute reset before running devinitBen Skeggs2016-11-171-0/+8