index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/cmdq: switch to falcon queue printk macros
Ben Skeggs
2020-01-15
1
-5
/
+5
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/cmdq: cmd_queue_close always commits, simplify it
Ben Skeggs
2020-01-15
1
-9
/
+3
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/cmdq: cmd_queue_push can't fail, remove error handling for it
Ben Skeggs
2020-01-15
1
-15
/
+3
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...
Ben Skeggs
2020-01-15
7
-15
/
+31
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/qmgr: rename remaining nvkm_msgqueue bits to nvkm_falcon_qmgr
Ben Skeggs
2020-01-15
4
-30
/
+32
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/qmgr: support syncronous command submission from common code
Ben Skeggs
2020-01-15
6
-34
/
+31
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/qmgr: allow arbtrary priv + return code for callbacks
Ben Skeggs
2020-01-15
7
-38
/
+65
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/qmgr: move sequence tracking from nvkm_msgqueue to nvkm_falc...
Ben Skeggs
2020-01-15
6
-53
/
+55
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/msgq: explicitly create message queue from subdevs
Ben Skeggs
2020-01-15
9
-56
/
+64
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevs
Ben Skeggs
2020-01-15
11
-21
/
+95
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevs
Ben Skeggs
2020-01-15
8
-3
/
+52
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: split msgqueue into multiple pieces
Ben Skeggs
2020-01-15
6
-410
/
+474
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: add printk macros
Ben Skeggs
2020-01-15
1
-0
/
+9
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: reset sec2/gsp falcons harder
Ben Skeggs
2020-01-15
4
-2
/
+13
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: specify queue register offsets from subdev
Ben Skeggs
2020-01-15
7
-26
/
+29
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: specify debug/production register offset from subdev
Ben Skeggs
2020-01-15
6
-26
/
+8
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: specify EMEM address from subdev
Ben Skeggs
2020-01-15
5
-8
/
+9
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: move bind_context WAR out of common code
Ben Skeggs
2020-01-15
5
-39
/
+45
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: specify FBIF offset from subdev
Ben Skeggs
2020-01-15
9
-15
/
+11
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/nvenc: add a stub implementation for the GPUs where it should be ...
Ben Skeggs
2020-01-15
7
-6
/
+185
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/nvdec/gm107-: add missing engine instances
Ben Skeggs
2020-01-15
1
-0
/
+8
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/nvdec/gm107: rename from gp102 implementation
Ben Skeggs
2020-01-15
4
-21
/
+21
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/nvdec: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
5
-25
/
+23
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/nvdec: select implementation based on available fw
Ben Skeggs
2020-01-15
4
-7
/
+46
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/sec2: move interrupt handler to hw-specific module
Ben Skeggs
2020-01-15
4
-21
/
+31
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/sec2: use falcon funcs
Ben Skeggs
2020-01-15
2
-9
/
+6
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/sec2: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
9
-26
/
+46
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/sec2: select implementation based on available firmware
Ben Skeggs
2020-01-15
8
-55
/
+130
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/sec2/gp108: split from gp102 implementation
Ben Skeggs
2020-01-15
4
-2
/
+32
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gf100-: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
4
-34
/
+50
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gf100-: select implementation based on available FW
Ben Skeggs
2020-01-15
27
-329
/
+498
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gp108: split from gp107
Ben Skeggs
2020-01-15
6
-2
/
+34
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gf100-: move fecs/gpccs ucode into their substructures
Ben Skeggs
2020-01-15
4
-22
/
+25
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gf100-: drop fuc_ prefix on sw init
Ben Skeggs
2020-01-15
6
-33
/
+27
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gk20a,gm200-: use nvkm_firmware_load_blob for sw init
Ben Skeggs
2020-01-15
3
-48
/
+44
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gr/gf100-: use nvkm_blob structure for fecs/gpccs fw
Ben Skeggs
2020-01-15
3
-33
/
+20
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/pmu: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
20
-25
/
+49
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/pmu: select implementation based on available firmware
Ben Skeggs
2020-01-15
16
-29
/
+149
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/pmu/gp10b: split from gm20b implementation
Ben Skeggs
2020-01-15
6
-12
/
+44
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gsp: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
4
-19
/
+22
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/gsp: select implementation based on available firmware
Ben Skeggs
2020-01-15
4
-30
/
+93
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/acr: add loaders for currently available LS firmware images
Ben Skeggs
2020-01-15
13
-0
/
+598
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/acr: add stub implementation for all GPUs currently supported by ...
Ben Skeggs
2020-01-15
15
-40
/
+371
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/core: define ACR subdev
Ben Skeggs
2020-01-15
7
-0
/
+19
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/core: add representation of generic binary objects
Ben Skeggs
2020-01-15
1
-0
/
+13
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/core: add a macro to better handle multiple firmware versions
Ben Skeggs
2020-01-15
1
-0
/
+40
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/core: output fw size in debug messages
Ben Skeggs
2020-01-15
1
-1
/
+2
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: export existing funcs
Ben Skeggs
2020-01-15
5
-19
/
+41
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: fetch PRI address from TOP if not provided by constructor
Ben Skeggs
2020-01-15
1
-0
/
+7
|
|
*
|
|
|
|
|
|
|
|
|
drm/nouveau/flcn: move fetching of configuration until first use
Ben Skeggs
2020-01-15
2
-42
/
+55
[prev]
[next]