index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/mc: lookup subdev interrupt handlers with split type+inst
Ben Skeggs
2021-02-11
5
-12
/
+13
*
drm/nouveau/mc: switch to instanced constructor
Ben Skeggs
2021-02-11
22
-150
/
+147
*
drm/nouveau/top: expose parsed device info more directly
Ben Skeggs
2021-02-11
2
-13
/
+13
*
drm/nouveau/top: store device type and instance separately
Ben Skeggs
2021-02-11
3
-20
/
+22
*
drm/nouveau/ltc: switch to instanced constructor
Ben Skeggs
2021-02-11
14
-66
/
+69
*
drm/nouveau/instmem: switch to instanced constructor
Ben Skeggs
2021-02-11
11
-108
/
+104
*
drm/nouveau/iccsense: switch to instanced constructor
Ben Skeggs
2021-02-11
8
-34
/
+31
*
drm/nouveau/ibus: switch to instanced constructor
Ben Skeggs
2021-02-11
12
-67
/
+63
*
drm/nouveau/i2c: switch to instanced constructor
Ben Skeggs
2021-02-11
16
-119
/
+125
*
drm/nouveau/gsp: switch to instanced constructor
Ben Skeggs
2021-02-11
8
-16
/
+14
*
drm/nouveau/gpio: switch to instanced constructor
Ben Skeggs
2021-02-11
13
-108
/
+111
*
drm/nouveau/fuse: switch to instanced constructor
Ben Skeggs
2021-02-11
10
-67
/
+67
*
drm/nouveau/fb: switch to instanced constructor
Ben Skeggs
2021-02-11
43
-210
/
+206
*
drm/nouveau/fault: switch to instanced constructor
Ben Skeggs
2021-02-11
11
-33
/
+30
*
drm/nouveau/devinit: switch to instanced constructor
Ben Skeggs
2021-02-11
25
-158
/
+153
*
drm/nouveau/clk: switch to instanced constructor
Ben Skeggs
2021-02-11
19
-129
/
+128
*
drm/nouveau/bus: switch to instanced constructor
Ben Skeggs
2021-02-11
12
-106
/
+108
*
drm/nouveau/bios: switch to instanced constructor
Ben Skeggs
2021-02-11
6
-92
/
+90
*
drm/nouveau/bar: switch to instanced constructor
Ben Skeggs
2021-02-11
16
-87
/
+91
*
drm/nouveau/acr: switch to instanced constructor
Ben Skeggs
2021-02-11
13
-43
/
+46
*
drm/nouveau/nvkm: add macros for subdev layout
Ben Skeggs
2021-02-11
5
-1
/
+78
*
drm/nouveau/device: pass instance id when looking up a subdev/engine
Ben Skeggs
2021-02-11
13
-109
/
+41
*
drm/nouveau/subdev: track type+instance separately
Ben Skeggs
2021-02-11
3
-78
/
+115
*
drm/nouveau/subdev: store full subdev name in struct
Ben Skeggs
2021-02-11
17
-35
/
+29
*
drm/nouveau/subdev: store subdevs in list
Ben Skeggs
2021-02-11
4
-38
/
+31
*
drm/nouveau/subdev: remove nvkm_subdev.mutex
Ben Skeggs
2021-02-11
2
-5
/
+0
*
drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmon
Ben Skeggs
2021-02-11
2
-10
/
+14
*
drm/nouveau/fifo: private mutex
Ben Skeggs
2021-02-11
10
-28
/
+30
*
drm/nouveau/disp: use private spinlock to control exclusive access to disp
Ben Skeggs
2021-02-11
2
-10
/
+14
*
drm/nouveau/pmu: serialise send() with private mutex
Ben Skeggs
2021-02-11
3
-3
/
+7
*
drm/nouveau/mmu: serialise mmu invalidations with private mutex
Ben Skeggs
2021-02-11
6
-14
/
+15
*
drm/nouveau/ltc: serialise cbc operations with private mutex
Ben Skeggs
2021-02-11
2
-2
/
+5
*
drm/nouveau/instmem: protect mm/lru with private mutex
Ben Skeggs
2021-02-11
5
-29
/
+35
*
drm/nouveau/fb: protect vram mm with private mutex
Ben Skeggs
2021-02-11
2
-5
/
+8
*
drm/nouveau/fb: protect comptags with private mutex
Ben Skeggs
2021-02-11
10
-23
/
+29
*
drm/nouveau/engine: use refcount_t + private mutex
Ben Skeggs
2021-02-11
2
-13
/
+25
*
drm/amd/display: fix unused variable warning
Arnd Bergmann
2021-02-05
1
-0
/
+2
*
Merge tag 'amd-drm-next-5.12-2021-02-03' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2021-02-05
80
-872
/
+1623
|
\
|
*
drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()
Dan Carpenter
2021-02-02
1
-3
/
+3
|
*
amd/display: remove unneeded variable: "pattern"
Bernard Zhao
2021-02-02
1
-3
/
+1
|
*
drm/amd/pm: Disable GFXOFF when GFX DPM or PG disabled
Jinzhou Su
2021-02-02
1
-4
/
+10
|
*
drm/amd/display: 3.2.121
Aric Cyr
2021-02-02
1
-1
/
+1
|
*
drm/amd/display: [FW Promotion] Release 0.0.50
Anthony Koo
2021-02-02
1
-2
/
+2
|
*
drm/amd/display: Reject too small viewport size when validating plane
Nikola Cornij
2021-02-02
3
-3
/
+29
|
*
drm/amd/display: Better handling of dummy p-state table
Joshua Aberback
2021-02-02
1
-7
/
+5
|
*
drm/amd/display: Workaround for some legacy DP-VGA dongles
Taimur Hassan
2021-02-02
1
-1
/
+12
|
*
drm/amd/display: Decrement refcount of dc_sink before reassignment
Victor Lu
2021-02-02
1
-1
/
+3
|
*
drm/amd/display: Free atomic state after drm_atomic_commit
Victor Lu
2021-02-02
1
-8
/
+6
|
*
drm/amd/display: remove unused force_ignore_link_settings debug option
Wenjing Liu
2021-02-02
2
-4
/
+0
|
*
drm/amd/display: Add Freesync HDMI support to DMCU
Stylon Wang
2021-02-02
6
-1
/
+268
[next]