index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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
2021-02-11
drm/nouveau/mmu: switch to instanced constructor
Ben Skeggs
22
-150
/
+162
2021-02-11
drm/nouveau/mc: use split type+inst when handling dev_top interrupts
Ben Skeggs
3
-33
/
+16
2021-02-11
drm/nouveau/mc: use split type+inst in interrupt masking API
Ben Skeggs
7
-11
/
+11
2021-02-11
drm/nouveau/mc: use split type+inst in device reset APIs
Ben Skeggs
9
-31
/
+28
2021-02-11
drm/nouveau/mc: lookup subdev interrupt handlers with split type+inst
Ben Skeggs
5
-12
/
+13
2021-02-11
drm/nouveau/mc: switch to instanced constructor
Ben Skeggs
22
-150
/
+147
2021-02-11
drm/nouveau/top: expose parsed device info more directly
Ben Skeggs
2
-13
/
+13
2021-02-11
drm/nouveau/top: store device type and instance separately
Ben Skeggs
3
-20
/
+22
2021-02-11
drm/nouveau/ltc: switch to instanced constructor
Ben Skeggs
14
-66
/
+69
2021-02-11
drm/nouveau/instmem: switch to instanced constructor
Ben Skeggs
11
-108
/
+104
2021-02-11
drm/nouveau/iccsense: switch to instanced constructor
Ben Skeggs
8
-34
/
+31
2021-02-11
drm/nouveau/ibus: switch to instanced constructor
Ben Skeggs
12
-67
/
+63
2021-02-11
drm/nouveau/i2c: switch to instanced constructor
Ben Skeggs
16
-119
/
+125
2021-02-11
drm/nouveau/gsp: switch to instanced constructor
Ben Skeggs
8
-16
/
+14
2021-02-11
drm/nouveau/gpio: switch to instanced constructor
Ben Skeggs
13
-108
/
+111
2021-02-11
drm/nouveau/fuse: switch to instanced constructor
Ben Skeggs
10
-67
/
+67
2021-02-11
drm/nouveau/fb: switch to instanced constructor
Ben Skeggs
43
-210
/
+206
2021-02-11
drm/nouveau/fault: switch to instanced constructor
Ben Skeggs
11
-33
/
+30
2021-02-11
drm/nouveau/devinit: switch to instanced constructor
Ben Skeggs
25
-158
/
+153
2021-02-11
drm/nouveau/clk: switch to instanced constructor
Ben Skeggs
19
-129
/
+128
2021-02-11
drm/nouveau/bus: switch to instanced constructor
Ben Skeggs
12
-106
/
+108
2021-02-11
drm/nouveau/bios: switch to instanced constructor
Ben Skeggs
6
-92
/
+90
2021-02-11
drm/nouveau/bar: switch to instanced constructor
Ben Skeggs
16
-87
/
+91
2021-02-11
drm/nouveau/acr: switch to instanced constructor
Ben Skeggs
13
-43
/
+46
2021-02-11
drm/nouveau/nvkm: add macros for subdev layout
Ben Skeggs
5
-1
/
+78
2021-02-11
drm/nouveau/device: pass instance id when looking up a subdev/engine
Ben Skeggs
13
-109
/
+41
2021-02-11
drm/nouveau/subdev: track type+instance separately
Ben Skeggs
3
-78
/
+115
2021-02-11
drm/nouveau/subdev: store full subdev name in struct
Ben Skeggs
17
-35
/
+29
2021-02-11
drm/nouveau/subdev: store subdevs in list
Ben Skeggs
4
-38
/
+31
2021-02-11
drm/nouveau/subdev: remove nvkm_subdev.mutex
Ben Skeggs
2
-5
/
+0
2021-02-11
drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmon
Ben Skeggs
2
-10
/
+14
2021-02-11
drm/nouveau/fifo: private mutex
Ben Skeggs
10
-28
/
+30
2021-02-11
drm/nouveau/disp: use private spinlock to control exclusive access to disp
Ben Skeggs
2
-10
/
+14
2021-02-11
drm/nouveau/pmu: serialise send() with private mutex
Ben Skeggs
3
-3
/
+7
2021-02-11
drm/nouveau/mmu: serialise mmu invalidations with private mutex
Ben Skeggs
6
-14
/
+15
2021-02-11
drm/nouveau/ltc: serialise cbc operations with private mutex
Ben Skeggs
2
-2
/
+5
2021-02-11
drm/nouveau/instmem: protect mm/lru with private mutex
Ben Skeggs
5
-29
/
+35
2021-02-11
drm/nouveau/fb: protect vram mm with private mutex
Ben Skeggs
2
-5
/
+8
2021-02-11
drm/nouveau/fb: protect comptags with private mutex
Ben Skeggs
10
-23
/
+29
2021-02-11
drm/nouveau/engine: use refcount_t + private mutex
Ben Skeggs
2
-13
/
+25
2021-02-09
drm/ttm: move memory accounting into vmwgfx v4
Christian König
2
-6
/
+2
2021-02-09
drm/nouveau: remove set but not used variable ‘pdev’ in nouveau_bios_init
Ye Bin
1
-2
/
+0
2021-02-04
drm/nouveau: fix dma syncing warning with debugging on.
Dave Airlie
1
-6
/
+29
2021-02-03
drm/nouveau: remove set but not used variable ‘pdev’ in nouveau_bios_init
Ye Bin
1
-2
/
+0
2021-01-29
drm/nouveau/kms: handle mDP connectors
Karol Herbst
2
-0
/
+2
2021-01-29
drm/nouveau: bail out of nouveau_channel_new if channel init fails
Frantisek Hrbata
1
-0
/
+1
2021-01-29
drm/nouveau/kms/nv50-: Fix locking for audio callbacks
Lyude Paul
3
-31
/
+43
2021-01-29
drm/nouveau/kms/nv50-: Use nouveau_encoder->crtc in get_eld callback
Lyude Paul
1
-1
/
+1
2021-01-29
drm/nouveau/kms/nv50-: Lookup current encoder/crtc from atomic state
Lyude Paul
1
-21
/
+38
2021-01-29
drm/nouveau/kms/nv50-: Reverse args for nv50_outp_get_(old|new)_connector()
Lyude Paul
2
-13
/
+8
[prev]
[next]