index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
pmu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/pmu/gm200-: use alternate falcon reset sequence
Ben Skeggs
2021-11-12
5
-4
/
+35
*
drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR
Ben Skeggs
2021-11-12
1
-16
/
+21
*
drm/nouveau/pmu: switch to instanced constructor
Ben Skeggs
2021-02-11
14
-32
/
+44
*
drm/nouveau/mc: use split type+inst in device reset APIs
Ben Skeggs
2021-02-11
1
-3
/
+3
*
drm/nouveau/subdev: store full subdev name in struct
Ben Skeggs
2021-02-11
1
-3
/
+2
*
drm/nouveau/pmu: serialise send() with private mutex
Ben Skeggs
2021-02-11
2
-3
/
+6
*
drm/nouveau/pmu/gm200-: explicitly handle nofw
Ben Skeggs
2020-07-24
5
-4
/
+15
*
drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FW
Ben Skeggs
2020-07-24
2
-6
/
+6
*
drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrap
Ben Skeggs
2020-07-24
2
-0
/
+6
*
drm/nouveau/nvfw: firmware structures should begin with nvfw_
Timur Tabi
2020-07-24
2
-3
/
+3
*
drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrapping
Thierry Reding
2020-01-22
2
-4
/
+14
*
drm/nouveau/acr: implement new subdev to replace "secure boot"
Ben Skeggs
2020-01-15
3
-2
/
+64
*
drm/nouveau/secboot: move code to boot LS falcons to subdevs
Ben Skeggs
2020-01-15
2
-2
/
+11
*
drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()
Ben Skeggs
2020-01-15
1
-7
/
+1
*
drm/nouveau/flcn/msgq: move handling of init message to subdevs
Ben Skeggs
2020-01-15
4
-0
/
+76
*
drm/nouveau/flcn/cmdq: move command generation to subdevs
Ben Skeggs
2020-01-15
3
-0
/
+72
*
drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...
Ben Skeggs
2020-01-15
1
-0
/
+3
*
drm/nouveau/flcn/msgq: explicitly create message queue from subdevs
Ben Skeggs
2020-01-15
1
-1
/
+3
*
drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevs
Ben Skeggs
2020-01-15
1
-1
/
+8
*
drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevs
Ben Skeggs
2020-01-15
1
-3
/
+13
*
drm/nouveau/flcn: specify queue register offsets from subdev
Ben Skeggs
2020-01-15
1
-0
/
+2
*
drm/nouveau/flcn: specify debug/production register offset from subdev
Ben Skeggs
2020-01-15
1
-0
/
+1
*
drm/nouveau/flcn: specify FBIF offset from subdev
Ben Skeggs
2020-01-15
1
-0
/
+1
*
drm/nouveau/pmu: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
14
-15
/
+39
*
drm/nouveau/pmu: select implementation based on available firmware
Ben Skeggs
2020-01-15
14
-23
/
+149
*
drm/nouveau/pmu/gp10b: split from gm20b implementation
Ben Skeggs
2020-01-15
4
-11
/
+42
*
drm/nouveau/therm: don't attempt fan control where PMU is already managing it
Ben Skeggs
2019-08-23
1
-0
/
+18
*
drm/nouveau: fix bogus GPL-2 license header
Ben Skeggs
2019-07-19
1
-1
/
+1
*
drm/nouveau: fix bogus GPL-2 license header
Ilia Mirkin
2019-07-19
7
-7
/
+7
*
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-30
1
-0
/
+1
*
drm/nouveau/pmu: don't print reply values if exec is false
Colin Ian King
2019-02-19
1
-2
/
+2
*
drm/nouveau/pmu/fuc: don't use movw directly anymore
Karol Herbst
2018-02-02
4
-1292
/
+1292
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
7
-0
/
+7
*
drm/nouveau/pmu/gt215-: abstract detection of whether reset is needed
Ben Skeggs
2017-08-22
13
-1
/
+32
*
drm/nouveau/pmu/gt215: fix reset
Ben Skeggs
2017-08-22
10
-13
/
+24
*
drm/nouveau/tmr: remove nvkm_timer_alarm_cancel()
Ben Skeggs
2017-06-16
1
-1
/
+1
*
drm/nouveau/secboot: fix NULL pointer dereference
Alexandre Courbot
2017-03-17
1
-0
/
+6
*
drm/nouveau/falcon: delay construction of falcons to oneinit()
Alexandre Courbot
2017-03-07
1
-1
/
+9
*
drm/nouveau/pmu/gm20b: add msgqueue support
Alexandre Courbot
2017-03-07
1
-2
/
+17
*
drm/nouveau/pmu: add msgqueue member
Alexandre Courbot
2017-03-07
1
-0
/
+2
*
drm/nouveau/pmu: make sure the reset hook exists before running it
Alexandre Courbot
2017-03-07
1
-1
/
+2
*
drm/nouveau/gm20b: add dummy PMU device
Alexandre Courbot
2017-02-17
2
-0
/
+35
*
drm/nouveau/pmu/gk20a: use falcon library functions
Alexandre Courbot
2017-02-17
1
-9
/
+22
*
drm/nouveau/pmu/gk20a: simplify code a bit
Alexandre Courbot
2017-02-17
1
-22
/
+8
*
drm/nouveau/pmu/gk20a: use nvkm_pmu_ctor()
Alexandre Courbot
2017-02-17
1
-21
/
+14
*
drm/nouveau/pmu: instanciate the falcon in PMU device
Alexandre Courbot
2017-02-17
1
-1
/
+3
*
drm/nouveau/pmu: add nvkm_pmu_ctor() function
Alexandre Courbot
2017-02-17
2
-5
/
+14
*
drm/nouveau/pmu/gp102: initial implementation
Ben Skeggs
2016-11-17
2
-0
/
+44
*
drm/nouveau/pmu/gp100: initial implementation
Ben Skeggs
2016-11-17
2
-0
/
+36
*
drm/nouveau/pmu: execute reset before running devinit
Ben Skeggs
2016-11-17
1
-0
/
+8
[next]