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
/
nouveau
/
nvkm
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR storms
Ben Skeggs
2020-02-03
1
-0
/
+6
*
drm/nouveau/disp/gv100-: not all channel types support reporting error codes
Ben Skeggs
2020-01-29
1
-6
/
+17
*
drm/nouveau/disp/nv50-: prevent oops when no channel method map provided
Ben Skeggs
2020-01-29
1
-0
/
+2
*
drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbc
Thierry Reding
2020-01-23
3
-3
/
+4
*
drm/nouveau/gr/tu10x: initial support
Ben Skeggs
2020-01-15
10
-11
/
+309
*
drm/nouveau/acr/tu10x: initial support
Ben Skeggs
2020-01-15
1
-0
/
+3
*
drm/nouveau/secboot: remove
Ben Skeggs
2020-01-15
3
-4
/
+1
*
drm/nouveau/acr: implement new subdev to replace "secure boot"
Ben Skeggs
2020-01-15
10
-24
/
+226
*
drm/nouveau/secboot: move code to boot LS falcons to subdevs
Ben Skeggs
2020-01-15
2
-2
/
+12
*
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
3
-1
/
+51
*
drm/nouveau/flcn/cmdq: move command generation to subdevs
Ben Skeggs
2020-01-15
2
-0
/
+45
*
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
/
+4
*
drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevs
Ben Skeggs
2020-01-15
1
-0
/
+4
*
drm/nouveau/flcn: reset sec2/gsp falcons harder
Ben Skeggs
2020-01-15
1
-1
/
+10
*
drm/nouveau/flcn: specify queue register offsets from subdev
Ben Skeggs
2020-01-15
2
-0
/
+4
*
drm/nouveau/flcn: specify debug/production register offset from subdev
Ben Skeggs
2020-01-15
3
-0
/
+3
*
drm/nouveau/flcn: specify EMEM address from subdev
Ben Skeggs
2020-01-15
2
-0
/
+2
*
drm/nouveau/flcn: move bind_context WAR out of common code
Ben Skeggs
2020-01-15
2
-2
/
+42
*
drm/nouveau/flcn: specify FBIF offset from subdev
Ben Skeggs
2020-01-15
5
-0
/
+5
*
drm/nouveau/nvenc: add a stub implementation for the GPUs where it should be ...
Ben Skeggs
2020-01-15
5
-4
/
+173
*
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
3
-20
/
+20
*
drm/nouveau/nvdec: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
3
-21
/
+20
*
drm/nouveau/nvdec: select implementation based on available fw
Ben Skeggs
2020-01-15
3
-7
/
+45
*
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
1
-8
/
+6
*
drm/nouveau/sec2: initialise SW state for falcon from constructor
Ben Skeggs
2020-01-15
4
-20
/
+39
*
drm/nouveau/sec2: select implementation based on available firmware
Ben Skeggs
2020-01-15
5
-24
/
+128
*
drm/nouveau/sec2/gp108: split from gp102 implementation
Ben Skeggs
2020-01-15
3
-2
/
+31
*
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
22
-176
/
+498
*
drm/nouveau/gr/gp108: split from gp107
Ben Skeggs
2020-01-15
5
-2
/
+33
*
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/gp10b: split from gm20b implementation
Ben Skeggs
2020-01-15
1
-1
/
+1
*
drm/nouveau/acr: add stub implementation for all GPUs currently supported by ...
Ben Skeggs
2020-01-15
1
-0
/
+12
*
drm/nouveau/core: define ACR subdev
Ben Skeggs
2020-01-15
2
-0
/
+3
*
drm/nouveau/disp/dp: fix typo when determining failsafe link configuration
Ben Skeggs
2020-01-15
1
-1
/
+1
*
drm/nouveau/gr/gv100-: modify gr init to match newer version of RM
Ben Skeggs
2020-01-15
4
-16
/
+27
*
drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw
Ben Skeggs
2020-01-15
1
-10
/
+11
*
drm/nouveau/gr/gf100-: remove dtor
Ben Skeggs
2020-01-15
2
-3
/
+0
*
drm/nouveau/ce/gp10b: Use correct copy engine
Thierry Reding
2020-01-15
1
-1
/
+1
*
drm/nouveau/ltc/gp10b: Add custom L2 cache implementation
Thierry Reding
2020-01-15
1
-1
/
+1
*
drm/nouveau/tegra: Set clock rate if not set
Thierry Reding
2020-01-15
1
-0
/
+12
*
drm/nouveau/tegra: Avoid pulsing reset twice
Thierry Reding
2020-01-15
1
-6
/
+6
*
drm/nouveau/fault: Add support for GP10B
Thierry Reding
2020-01-15
1
-1
/
+1
[next]