index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-07-27
drm/nouveau/disp: move DAC load detection method
Ben Skeggs
3
-8
/
+12
2022-07-27
drm/nouveau/disp: add output class
Ben Skeggs
6
-0
/
+29
2022-07-27
drm/nouveau/disp: add supervisor mutex
Ben Skeggs
1
-0
/
+1
2022-07-27
drm/nouveau/disp: add conn method to query HPD pin status
Ben Skeggs
2
-0
/
+16
2022-07-27
drm/nouveau/disp: add connector class
Ben Skeggs
5
-1
/
+29
2022-07-27
drm/nouveau/disp: add common channel class handling
Ben Skeggs
10
-139
/
+68
2022-07-27
drm/nouveau/disp: group supervisor-related struct members
Ben Skeggs
1
-3
/
+5
2022-07-27
drm/nouveau/disp: merge head/outp/ior code into chipset files
Ben Skeggs
1
-1
/
+1
2022-07-27
drm/nouveau/disp: add common class handling between <nv50 and >=nv50
Ben Skeggs
4
-16
/
+39
2022-07-27
drm/nouveau/disp: collapse nv50_disp into nvkm_disp
Ben Skeggs
1
-4
/
+32
2022-07-13
drm/nouveau/flcn: remove unused functions
Ben Skeggs
1
-10
/
+0
2022-07-13
drm/nouveau/fifo: remove rd32/wr32 accessors from channels
Ben Skeggs
1
-1
/
+0
2022-07-13
drm/nouveau/fifo: rip out cevent, never used
Ben Skeggs
1
-1
/
+0
2022-07-13
drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk
Ben Skeggs
3
-5
/
+2
2022-07-13
drm/nouveau/nvkm: remove unused header
Ben Skeggs
1
-66
/
+0
2022-07-13
drm/nouveau/nvif: add wrapper for open-coded nvif_object_constructed()
Ben Skeggs
1
-0
/
+6
2022-06-17
drm/nouveau: Fix spelling typo in comments
pengfuyuan
1
-2
/
+2
2022-05-04
drm/nouveau/subdev/bus: Ratelimit logging for fault errors
Lyude Paul
1
-0
/
+2
2022-03-25
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-353
/
+0
2022-02-25
drm/nouveau: Remove the unused header file nvif/list.h
Cai Huoqing
1
-353
/
+0
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-0
/
+3
2021-11-13
drm/nouveau/kms/nvd9-nv138: Fix CRC calculation for the cursor channel
Lyude Paul
1
-0
/
+3
2021-11-13
drm/nouveau/kms/nv140-: Use hard-coded wndws or core channel for CRC channel
Lyude Paul
1
-0
/
+69
2021-10-06
drm/nouveau/ga102-: support ttm buffer moves via copy engine
Ben Skeggs
2
-0
/
+3
2021-08-18
drm/nouveau: rip out nvkm_client.super
Ben Skeggs
5
-5
/
+2
2021-08-18
drm/nouveau: block a bunch of classes from userspace
Ben Skeggs
1
-1
/
+2
2021-08-18
drm/nouveau/fifo/nv50-: rip out dma channels
Ben Skeggs
1
-2
/
+0
2021-07-01
nouveau/svm: implement atomic SVM access
Alistair Popple
1
-0
/
+1
2021-02-22
Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
55
-573
/
+518
2021-02-11
drm/nouveau/top/ga100: initial support
Ben Skeggs
2
-2
/
+5
2021-02-11
drm/nouveau/top: add ioctrl/nvjpg
Ben Skeggs
1
-0
/
+2
2021-02-11
drm/nouveau/privring: rename from ibus
Ben Skeggs
3
-13
/
+13
2021-02-11
drm/nouveau/nvkm: remove nvkm_subdev.index
Ben Skeggs
2
-9
/
+2
2021-02-11
drm/nouveau/nvkm: determine subdev id/order from layout
Ben Skeggs
1
-72
/
+9
2021-02-11
drm/nouveau/vic: switch to instanced constructor
Ben Skeggs
3
-7
/
+2
2021-02-11
drm/nouveau/sw: switch to instanced constructor
Ben Skeggs
5
-17
/
+8
2021-02-11
drm/nouveau/sec2: switch to instanced constructor
Ben Skeggs
3
-5
/
+4
2021-02-11
drm/nouveau/sec: switch to instanced constructor
Ben Skeggs
4
-8
/
+3
2021-02-11
drm/nouveau/pm: switch to instanced constructor
Ben Skeggs
3
-11
/
+10
2021-02-11
drm/nouveau/nvenc: switch to instanced constructor
Ben Skeggs
3
-3
/
+2
2021-02-11
drm/nouveau/nvdec: switch to instanced constructor
Ben Skeggs
3
-3
/
+2
2021-02-11
drm/nouveau/msvld: switch to instanced constructor
Ben Skeggs
3
-7
/
+6
2021-02-11
drm/nouveau/msppp: switch to instanced constructor
Ben Skeggs
3
-5
/
+4
2021-02-11
drm/nouveau/mspdec: switch to instanced constructor
Ben Skeggs
3
-6
/
+5
2021-02-11
drm/nouveau/msenc: switch to instanced constructor
Ben Skeggs
2
-2
/
+1
2021-02-11
drm/nouveau/mpeg: switch to instanced constructor
Ben Skeggs
4
-12
/
+7
2021-02-11
drm/nouveau/me: switch to instanced constructor
Ben Skeggs
2
-2
/
+1
2021-02-11
drm/nouveau/ifb: switch to instanced constructor
Ben Skeggs
2
-2
/
+1
2021-02-11
drm/nouveau/gr: switch to instanced constructor
Ben Skeggs
3
-42
/
+41
[next]