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
/
engine
/
fifo
/
gk104.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/fifo/gk104-: translate engidx into human-readable name in debug o...
Ben Skeggs
2016-07-14
1
-2
/
+2
*
drm/nouveau/top: take nvkm_device as argument to public functions
Ben Skeggs
2016-07-14
1
-3
/
+2
*
drm/nouveau/fifo/gk104-: identify mmu engine ids for host faults
Ben Skeggs
2016-05-20
1
-4
/
+14
*
drm/nouveau/fifo/gk104-: implement support for PTOP fault info
Ben Skeggs
2016-05-20
1
-2
/
+16
*
drm/nouveau/fifo/gk104-: abstract mmu fault data structures
Ben Skeggs
2016-05-20
1
-110
/
+113
*
drm/nouveau/fifo/gk104-: subclass func
Ben Skeggs
2016-05-20
1
-17
/
+38
*
drm/nouveau/fifo/gk104-: use device info from top subdev
Ben Skeggs
2016-05-20
1
-73
/
+16
*
drm/nouveau/fifo/gk104: submit NOP after all PBDMA_INTR_0, not just DEVICE
Ben Skeggs
2016-03-14
1
-1
/
+2
*
drm/nouveau/fifo/gk104: add nvdec plumbing
Ben Skeggs
2016-03-14
1
-0
/
+1
*
drm/nouveau/fifo/gk104: add nvenc plumbing
Ben Skeggs
2016-03-14
1
-0
/
+2
*
drm/nouveau/fifo/gk104: make use of topology info during fault recovery
Ben Skeggs
2016-03-14
1
-14
/
+24
*
drm/nouveau/fifo/gk104: make use of topology info when handling ctxsw timeout
Ben Skeggs
2016-03-14
1
-20
/
+9
*
drm/nouveau/fifo/gk104: read device topology information from hw
Ben Skeggs
2016-03-14
1
-3
/
+92
*
drm/nouveau/fifo/gk104: cosmetic engine->runlist changes
Ben Skeggs
2016-03-14
1
-32
/
+35
*
drm/nouveau/fifo/gk104: don't attempt recovery of unknown mmu engines
Ben Skeggs
2016-03-14
1
-1
/
+1
*
drm/nouveau/fifo/gk104: identify fault-recovery members more clearly
Ben Skeggs
2016-03-14
1
-8
/
+8
*
drm/nouveau/fifo/gk104: rename spoon to pbdma, and move detection to oneinit
Ben Skeggs
2016-03-14
1
-9
/
+12
*
drm/nouveau/fifo/gk104: take runlist target into account
Alexandre Courbot
2016-03-14
1
-1
/
+5
*
drm/nouveau/fifo/gk104: fix chid bit mask
Xia Yang
2016-03-14
1
-2
/
+2
*
drm/nouveau/fifo/gk104: fix engine status register offset
Vince Hsu
2016-01-11
1
-1
/
+1
*
drm/nouveau/fifo/gk104: fix race condition when updating engine runlists
Ben Skeggs
2016-01-11
1
-2
/
+18
*
drm/nouveau/object: merge with handle
Ben Skeggs
2015-08-28
1
-1
/
+0
*
drm/nouveau/core: remove the remainder of the previous style
Ben Skeggs
2015-08-28
1
-17
/
+17
*
drm/nouveau/fifo: convert to new-style nvkm_engine
Ben Skeggs
2015-08-28
1
-110
/
+88
*
drm/nouveau/bar: convert to new-style nvkm_subdev
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/fifo: convert user classes to new-style nvkm_object
Ben Skeggs
2015-08-28
1
-66
/
+48
*
drm/nouveau/fifo: split user classes out from engine implementations
Ben Skeggs
2015-08-28
1
-382
/
+21
*
drm/nouveau/sw: remove dependence on namedb/engctx lookup
Ben Skeggs
2015-08-28
1
-28
/
+5
*
drm/nouveau/fifo: remove dependence on namedb/engctx lookup
Ben Skeggs
2015-08-28
1
-21
/
+14
*
drm/nouveau/fb: remove dependence on namedb/engctx lookup
Ben Skeggs
2015-08-28
1
-0
/
+1
*
drm/nouveau/gpuobj: separate allocation from nvkm_object
Ben Skeggs
2015-08-28
1
-5
/
+5
*
drm/nouveau/fifo: directly use instmem for runlists and polling areas
Ben Skeggs
2015-08-28
1
-18
/
+26
*
drm/nouveau/imem: improve management of instance memory
Ben Skeggs
2015-08-28
1
-9
/
+0
*
drm/nouveau/device: prepare for new-style subdevs
Ben Skeggs
2015-08-28
1
-4
/
+4
*
drm/nouveau/subdev: implement support for new-style nvkm_subdev
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/object: implement support for new-style nvkm_object
Ben Skeggs
2015-08-28
1
-2
/
+2
*
drm/nouveau/object: rename some functions to avoid upcoming conflicts
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/nvif: replace pushbuf with vm in fermi/kepler gpfifo class args
Ben Skeggs
2015-08-28
1
-4
/
+5
*
drm/nouveau/nvif: add supported engines query to kepler gpfifo class
Ben Skeggs
2015-08-28
1
-10
/
+17
*
drm/nouveau/nvif: assign internal class identifiers to sw classes
Ben Skeggs
2015-08-28
1
-1
/
+2
*
drm/nouveau/nvif: replace path-based object identification
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/fifo: switch to gpuobj accessor macros
Ben Skeggs
2015-08-28
1
-26
/
+41
*
drm/nouveau/core: remove last printks
Ben Skeggs
2015-08-28
1
-5
/
+5
*
drm/nouveau/fifo: switch to subdev printk macros
Ben Skeggs
2015-08-28
1
-77
/
+71
*
drm/nouveau/fifo: switch to new-style timer macros
Ben Skeggs
2015-08-28
1
-1
/
+4
*
drm/nouveau/fifo: switch to device pri macros
Ben Skeggs
2015-08-28
1
-72
/
+92
*
drm/nouveau/fifo: cosmetic changes
Ben Skeggs
2015-08-28
1
-191
/
+203
*
drm/nouveau/fifo/gm204: initial support
Ben Skeggs
2015-04-14
1
-3
/
+4
*
drm/nouveau/fifo: namespace + nvidia gpu names (no binary change)
Ben Skeggs
2015-01-22
1
-0
/
+1138