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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
drm/nouveau/fifo: support channel count query
Ben Skeggs
15
-24
/
+64
2018-05-18
drm/nouveau/device: support querying available engines of a specific type
Ben Skeggs
2
-0
/
+44
2018-05-18
drm/nouveau/device: implement a generic method to query device-specific prope...
Ben Skeggs
6
-1
/
+88
2018-05-18
drm/nouveau/disp/nv50-: pass nvkm_memory objects for channel push buffers
Ben Skeggs
8
-44
/
+55
2018-05-18
drm/nouveau/disp/nv50-: add channel interfaces to control error interrupts
Ben Skeggs
11
-39
/
+35
2018-05-18
drm/nouveau/disp/nv50-: add channel interfaces to determine the user area
Ben Skeggs
10
-11
/
+26
2018-05-18
drm/nouveau/disp/nv50-: merge handling of pio and dma channels
Ben Skeggs
38
-284
/
+183
2018-05-18
drm/nouveau/disp/nv50-: simplify definiton of core channels
Ben Skeggs
29
-428
/
+91
2018-05-18
drm/nouveau/disp/nv50-: simplify definition of cursor channels
Ben Skeggs
21
-249
/
+51
2018-05-18
drm/nouveau/disp/nv50-: simplify definition of base channels
Ben Skeggs
24
-248
/
+67
2018-05-18
drm/nouveau/disp/nv50-: simplify definition of overlay immediate channels
Ben Skeggs
21
-183
/
+52
2018-05-18
drm/nouveau/disp/nv50-: simplify definition of overlay channels
Ben Skeggs
23
-158
/
+154
2018-05-18
drm/nouveau/disp/nv50-: replace user object with engine pointer in channels
Ben Skeggs
15
-41
/
+39
2018-05-18
drm/nouveau/disp/nv50-: initialise from the engine, rather than the user object
Ben Skeggs
33
-243
/
+247
2018-05-18
drm/nouveau/disp/nv50-: fetch mask of available piors during oneinit
Ben Skeggs
11
-21
/
+29
2018-05-18
drm/nouveau/disp/nv50-: fetch mask of available sors during oneinit
Ben Skeggs
28
-53
/
+65
2018-05-18
drm/nouveau/disp/nv50-: fetch mask of available dacs during oneinit
Ben Skeggs
18
-31
/
+44
2018-05-18
drm/nouveau/disp/nv50-: fetch mask of available heads during oneinit
Ben Skeggs
18
-45
/
+56
2018-05-18
drm/nouveau/disp/nv50-: delay subunit construction until oneinit
Ben Skeggs
4
-26
/
+51
2018-05-18
drm/nouveau/fb/gm200-: fix overwriting of big page setting
Ben Skeggs
1
-2
/
+0
2018-05-18
drm/nouveau/fb/gf100-: bump size of mmu debug buffers to match big page size
Ben Skeggs
2
-3
/
+3
2018-05-18
drm/nouveau/fault/gp100: implement replayable fault buffer initialisation
Ben Skeggs
4
-0
/
+79
2018-05-18
drm/nouveau/fault: add infrastructure to support fault buffers
Ben Skeggs
4
-0
/
+220
2018-05-18
drm/nouveau/mc/gp100-: route fault buffer interrupts to FAULT
Ben Skeggs
3
-2
/
+22
2018-05-18
drm/nouveau/core: define FAULT subdev
Ben Skeggs
7
-0
/
+16
2018-05-18
drm/nouveau/secboot: remove VLA usage
Gustavo A. R. Silva
1
-4
/
+3
2018-05-18
drm/nouveau: nouveau: use larger buffer in nvif_vmm_map
Arnd Bergmann
1
-1
/
+1
2018-05-18
Merge drm-fixes-for-v4.17-rc6-urgent into drm-next
Dave Airlie
17
-27
/
+77
2018-05-17
drm: rcar-du: Fix build failure
Laurent Pinchart
1
-1
/
+0
2018-05-17
drm: rcar-du: Fix rcar_du_of_init() stub
Laurent Pinchart
1
-1
/
+1
2018-05-17
drm/amdgpu: include pagemap.h for release_pages()
Stephen Rothwell
1
-0
/
+1
2018-05-16
Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
256
-4583
/
+14429
2018-05-16
Merge tag 'drm-intel-next-2018-05-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
93
-1889
/
+4487
2018-05-15
drm/scheduler: remove unused parameter
Nayan Deshmukh
10
-12
/
+11
2018-05-15
Add SPDX idenitifier and clarify license
Dirk Hohndel
11
-0
/
+11
2018-05-15
drm/amdgpu: print the BO flags in the gem debugfs entry
Christian König
1
-0
/
+15
2018-05-15
drm/amdgpu: drop printing the BO offset in the gem debugfs (v2)
Christian König
1
-5
/
+0
2018-05-15
drm/amdgpu: Add support to change mtype for 2nd part of gart BOs on GFX9
Yong Zhao
2
-12
/
+47
2018-05-15
drm/amd/powerplay: Add notify PWE function to SMU10
Mikita Lipski
2
-0
/
+9
2018-05-15
drm/amd/display: remove need of modeset flag for overlay planes (V2)
Shirish S
1
-3
/
+5
2018-05-15
drm/amdgpu: fix null pointer for bo unmap trace function
Junwei Zhang
1
-1
/
+1
2018-05-15
drm/amdgpu/gmc9: remove unused register defs
Alex Deucher
1
-14
/
+0
2018-05-15
drm/amdgpu: add HDP flush dummy for UVD 6/7
Christian König
2
-3
/
+26
2018-05-15
drm/amdgpu: set ttm bo priority before initialization
Junwei Zhang
1
-3
/
+2
2018-05-15
drm/ttm: remove priority hard code when initializing ttm bo
Junwei Zhang
1
-1
/
+0
2018-05-15
drm/amd/pp: Fix performance drop on Fiji
Rex Zhu
1
-3
/
+1
2018-05-15
drm/amd/pp: Implement force_clock_level for RV
Rex Zhu
1
-0
/
+45
2018-05-15
drm/amd/powerplay: add PME smu message for raven
Junwei Zhang
1
-1
/
+2
2018-05-15
drm/amd/display: clean up assignment of amdgpu_crtc
Colin Ian King
1
-1
/
+1
2018-05-15
drm/amd/powerplay: fix spelling mistake: "contruct" -> "construct"
Colin Ian King
2
-2
/
+2
[next]