index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-23
nouveau: explicitly wait on the fence in nouveau_bo_move_m2mf
Karol Herbst
1
-0
/
+9
2022-08-17
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
200
-9435
/
+6528
2022-08-04
drm/nouveau: recognise GA103
Karol Herbst
1
-0
/
+22
2022-08-04
drm/nouveau: fix another off-by-one in nvbios_addr
Timur Tabi
1
-1
/
+1
2022-08-03
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
201
-9436
/
+6529
2022-07-28
nouveau/svm: Fix to migrate all requested pages
Alistair Popple
1
-1
/
+5
2022-07-27
Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/dr...
Dave Airlie
158
-8845
/
+6386
2022-07-27
drm/nouveau/disp: move DAC load detection method
Ben Skeggs
7
-44
/
+57
2022-07-27
drm/nouveau/disp: add output class
Ben Skeggs
17
-6
/
+221
2022-07-27
drm/nouveau/disp: add supervisor mutex
Ben Skeggs
5
-4
/
+21
2022-07-27
drm/nouveau/disp: add conn method to query HPD pin status
Ben Skeggs
6
-3
/
+88
2022-07-27
drm/nouveau/disp: add connector class
Ben Skeggs
15
-4
/
+189
2022-07-27
drm/nouveau/disp: add common channel class handling
Ben Skeggs
42
-841
/
+470
2022-07-27
drm/nouveau/disp: split sor hda funcs out to their own struct
Ben Skeggs
12
-63
/
+44
2022-07-27
drm/nouveau/disp: split sor dp funcs out to their own struct
Ben Skeggs
16
-154
/
+157
2022-07-27
drm/nouveau/disp: replace hda func pointer check with flag
Ben Skeggs
17
-168
/
+31
2022-07-27
drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()
Ben Skeggs
19
-90
/
+45
2022-07-27
drm/nouveau/disp: group supervisor-related struct members
Ben Skeggs
4
-32
/
+34
2022-07-27
drm/nouveau/disp: merge head/outp/ior code into chipset files
Ben Skeggs
92
-6822
/
+5151
2022-07-27
drm/nouveau/disp: add common class handling between <nv50 and >=nv50
Ben Skeggs
48
-1072
/
+396
2022-07-27
drm/nouveau/disp: collapse nv50_disp into nvkm_disp
Ben Skeggs
65
-562
/
+472
2022-07-27
drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_func
Ben Skeggs
21
-127
/
+192
2022-07-27
drm/nouveau/disp: clean up nvkm_outp constructors
Ben Skeggs
3
-32
/
+19
2022-07-27
drm/nouveau/disp: collapse nvkm_dp into nvkm_outp
Ben Skeggs
4
-262
/
+240
2022-07-14
drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()
Lyude Paul
2
-2
/
+2
2022-07-14
drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime
Lyude Paul
1
-1
/
+1
2022-07-14
drm/nouveau/kms: Fix failure path for creating DP connectors
Lyude Paul
1
-5
/
+3
2022-07-13
drm/nouveau/kms/nv50-: remove unused functions
Ben Skeggs
3
-30
/
+0
2022-07-13
drm/nouveau/flcn: remove unused functions
Ben Skeggs
3
-45
/
+0
2022-07-13
drm/nouveau: remove double WFI when destroying channels
Ben Skeggs
1
-4
/
+2
2022-07-13
drm/nouveau/ce/gv100-: move method buffer to ce ctx
Ben Skeggs
8
-29
/
+85
2022-07-13
drm/nouveau/fifo: remove rd32/wr32 accessors from channels
Ben Skeggs
3
-37
/
+3
2022-07-13
drm/nouveau/fifo: rip out cevent, never used
Ben Skeggs
4
-33
/
+0
2022-07-13
drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk
Ben Skeggs
7
-48
/
+11
2022-07-13
drm/nouveau/nvkm: remove unused header
Ben Skeggs
2
-67
/
+0
2022-07-13
drm/nouveau/nvkm: zero out engine pointer for subdev-provided classes
Ben Skeggs
1
-0
/
+1
2022-07-13
drm/nouveau/nvkm: use list_add_tail() when building object tree
Ben Skeggs
1
-1
/
+1
2022-07-13
drm/nouveau/nvkm: rip out event uapi
Ben Skeggs
3
-261
/
+2
2022-07-13
drm/nouveau/nvif: add wrapper for open-coded nvif_object_constructed()
Ben Skeggs
2
-1
/
+7
2022-06-23
drm/nouveau/Kconfig: Drop duplicate "select ACPI_VIDEO"
Hans de Goede
1
-1
/
+0
2022-06-21
drm/nouveau/mmu: drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-5
/
+6
2022-06-16
drm/nouveau: Fix spelling typo in comments
pengfuyuan
1
-2
/
+2
2022-06-15
Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
6
-14
/
+12
2022-06-08
drm/nouveau/bios: Rename prom_init() and friends functions
Christophe Leroy
3
-9
/
+9
2022-06-02
drm/nouveau: fix another off-by-one in nvbios_addr
Timur Tabi
1
-1
/
+1
2022-05-31
drm/nouveau/fifo/gv100-: set gv100_fifo_runlist storage-class to static
Tom Rix
1
-1
/
+1
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
30
-98
/
+104
2022-05-23
drm/nouveau/tegra: remove needless NULL check
Guo Zhengkui
1
-9
/
+5
[next]