index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-09
drm/nouveau/fifo: add USERD info to nvkm_chan_func
Ben Skeggs
1
-2
/
+10
2022-11-09
drm/nouveau/fifo: add RAMIN info to nvkm_chan_func
Ben Skeggs
1
-2
/
+2
2022-11-09
drm/nouveau/fifo: add common runlist control
Ben Skeggs
1
-1
/
+1
2022-11-09
drm/nouveau/fifo: add chan start()/stop()
Ben Skeggs
1
-3
/
+4
2022-11-09
drm/nouveau/fifo: add runlist wait()
Ben Skeggs
1
-0
/
+4
2022-11-09
drm/nouveau/fifo: add new engine context tracking
Ben Skeggs
1
-1
/
+2
2022-11-09
drm/nouveau/fifo: add new channel lookup interfaces
Ben Skeggs
2
-8
/
+5
2022-11-09
drm/nouveau/fifo: tidy up non-stall intr handling
Ben Skeggs
1
-2
/
+5
2022-11-09
drm/nouveau/fifo: use runlist engine info to lookup engine classes
Ben Skeggs
1
-1
/
+0
2022-11-09
drm/nouveau/fifo: add cgrp, have all channels be part of one
Ben Skeggs
1
-3
/
+4
2022-11-09
drm/nouveau/fifo: expose per-runlist CHID information
Ben Skeggs
1
-1
/
+3
2022-11-09
drm/nouveau/fifo: add common runlist/engine topology
Ben Skeggs
2
-0
/
+17
2022-11-09
drm/nouveau/fifo: add runq
Ben Skeggs
1
-0
/
+2
2022-11-09
drm/nouveau/fifo: add chid allocator
Ben Skeggs
1
-0
/
+3
2022-11-09
drm/nouveau/fifo: unify handling of channel classes
Ben Skeggs
3
-2
/
+10
2022-11-09
drm/nouveau/fifo: add chid_nr()
Ben Skeggs
2
-2
/
+1
2022-11-09
drm/nouveau/imem: allow bar2 mapping of user allocations
Ben Skeggs
2
-1
/
+3
2022-11-09
drm/nouveau/flcn: show falcon user in debug output
Ben Skeggs
2
-12
/
+19
2022-11-09
drm/nouveau/nvkm: add locking to subdev/engine init paths
Ben Skeggs
2
-9
/
+22
2022-11-09
drm/nouveau/mc: implement intr handling on top of nvkm_intr
Ben Skeggs
1
-4
/
+2
2022-11-09
drm/nouveau/fault/tu102: switch to explicit intr handlers
Ben Skeggs
1
-0
/
+2
2022-11-09
drm/nouveau/vfn/tu102-: support new-style interrupt tree
Ben Skeggs
1
-0
/
+2
2022-11-09
drm/nouveau/vfn: move NV_USERMODE class from host
Ben Skeggs
2
-0
/
+5
2022-11-09
drm/nouveau/vfn: add stub subdev for dev_func
Ben Skeggs
2
-0
/
+19
2022-11-09
drm/nouveau/intr: add nvkm_subdev_intr() compatibility
Ben Skeggs
3
-0
/
+4
2022-11-09
drm/nouveau/intr: support multiple trees, and explicit interfaces
Ben Skeggs
2
-0
/
+62
2022-11-09
drm/nouveau/intr: add shared interrupt plumbing between pci/tegra
Ben Skeggs
4
-2
/
+22
2022-11-09
drm/nouveau/top: parse device topology right after devinit
Ben Skeggs
1
-0
/
+1
2022-11-09
drm/nouveau/nvkm: give each nvkm_event its own lockdep class
Ben Skeggs
1
-2
/
+17
2022-11-09
drm/nouveau/nvkm: rip out old notify
Ben Skeggs
6
-166
/
+10
2022-11-09
drm/nouveau/fifo: expose channel killed in host channel event class
Ben Skeggs
5
-6
/
+2
2022-11-09
drm/nouveau/fifo: expose non-stall intr in host channel event class
Ben Skeggs
8
-7
/
+15
2022-11-09
drm/nouveau/disp: expose page flip event class
Ben Skeggs
1
-1
/
+4
2022-11-09
drm/nouveau/disp: expose conn event class
Ben Skeggs
5
-36
/
+29
2022-11-09
drm/nouveau/disp: expose head event class
Ben Skeggs
4
-12
/
+15
2022-11-09
drm/nouveau/disp: switch vblank semaphore release to nvkm_event_ntfy
Ben Skeggs
2
-2
/
+1
2022-11-09
drm/nouveau/fault: expose replayable fault buffer event class
Ben Skeggs
1
-1
/
+4
2022-11-09
drm/nouveau/fault: switch non-replayable faults to nvkm_event_ntfy
Ben Skeggs
1
-2
/
+3
2022-11-09
drm/nouveau/nvkm: add a replacement for nvkm_notify
Ben Skeggs
6
-1
/
+101
2022-11-09
drm/nouveau/disp: move head scanoutpos method
Ben Skeggs
3
-50
/
+18
2022-11-09
drm/nouveau/disp: add head class
Ben Skeggs
5
-0
/
+28
2022-11-09
drm/nouveau/disp: move DP MST payload config method
Ben Skeggs
3
-18
/
+14
2022-11-09
drm/nouveau/disp: add method to trigger DP link retrain
Ben Skeggs
2
-0
/
+7
2022-11-09
drm/nouveau/disp: add method to control DPAUX pad power
Ben Skeggs
2
-0
/
+10
2022-11-09
drm/nouveau/disp: move DP link config into acquire
Ben Skeggs
3
-9
/
+7
2022-11-09
drm/nouveau/disp: move HDA ELD method
Ben Skeggs
3
-7
/
+11
2022-11-09
drm/nouveau/disp: move HDMI config into acquire + infoframe methods
Ben Skeggs
3
-17
/
+26
2022-11-07
drm/nouveau/disp: move LVDS protocol information into acquire
Ben Skeggs
4
-16
/
+7
2022-11-07
drm/nouveau/disp: move and extend the role of outp acquire/release methods
Ben Skeggs
3
-10
/
+42
2022-07-27
drm/nouveau/disp: move DAC load detection method
Ben Skeggs
3
-8
/
+12
[prev]
[next]