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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-05-15
drm/amd/pp: Refine the output of pp_power_profile_mode on VI
Rex Zhu
2
-30
/
+23
2018-05-15
drm/amdgpu: invalidate parent bo when shadow bo was invalidated
Chunming Zhou
1
-0
/
+4
2018-05-15
drm/amdgpu: abstract bo_base init function
Chunming Zhou
1
-35
/
+38
2018-05-15
drm/amd/amdgpu: Add some documentation to the debugfs entries
Tom St Denis
1
-4
/
+189
[next]