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
/
drm
/
nouveau
/
nvkm
/
engine
/
disp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-15
drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...
Ben Skeggs
1
-2
/
+9
2018-09-06
drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...
Ben Skeggs
4
-3
/
+28
2018-09-06
drm/nouveau/disp: fix DP disable race
Ben Skeggs
4
-9
/
+19
2018-09-06
drm/nouveau/disp: move eDP panel power handling
Ben Skeggs
1
-3
/
+34
2018-09-06
drm/nouveau/disp: remove unused struct member
Ben Skeggs
2
-2
/
+0
2018-07-16
drm/nouveau/disp/nv50-gp10x: fix coverity warning
Ben Skeggs
2
-3
/
+3
2018-05-18
drm/nouveau/disp/gv100: initial support
Ben Skeggs
20
-9
/
+1510
2018-05-18
drm/nouveau/disp/nv50-: pass nvkm_memory objects for channel push buffers
Ben Skeggs
3
-12
/
+12
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-01-09
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-0
/
+1
2018-01-09
drm/nouveau/disp/gf119: add missing drive vfunc ptr
Rob Clark
1
-0
/
+1
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-2
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
12
-0
/
+12
2017-11-02
drm/nouveau/disp: add missing newline in ior debug messages
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/core/device: remove object include to prevent unnecessary rebuilds
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/core/object: allow arguments to be passed to map function
Ben Skeggs
1
-1
/
+3
2017-08-22
drm/nouveau/disp: Silence DCB warnings.
Rosen Penev
1
-0
/
+4
2017-08-22
drm/nouveau/disp/gf119-: avoid creating non-existent heads
Ilia Mirkin
1
-0
/
+3
2017-08-10
drm/nouveau/disp/nv04: avoid creation of output paths
Ben Skeggs
1
-0
/
+2
2017-07-25
drm/nouveau/disp/nv50-: bump max chans to 21
Ilia Mirkin
1
-1
/
+1
2017-07-24
drm/nouveau/disp: add tv encoders to output resource mapping
Ben Skeggs
2
-0
/
+2
2017-06-17
drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HW
Ben Skeggs
14
-10
/
+39
2017-06-16
drm/nouveau/disp/gm200-: allow non-identity mapping of SOR <-> macro links
Ben Skeggs
1
-2
/
+2
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 3.0
Ben Skeggs
6
-328
/
+34
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 2.2
Ben Skeggs
25
-246
/
+321
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 2.1
Ben Skeggs
3
-21
/
+11
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 2.0
Ben Skeggs
5
-155
/
+41
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 1.0
Ben Skeggs
3
-12
/
+70
2017-06-16
drm/nouveau/disp/nv50-gt21x: remove workaround for dp->tmds hotplug issues
Ben Skeggs
1
-27
/
+0
2017-06-16
drm/nouveau/disp/dp: use new devinit script interpreter entry-point
Ben Skeggs
1
-38
/
+30
2017-06-16
drm/nouveau/disp/dp: determine link bandwidth requirements from head state
Ben Skeggs
7
-2
/
+62
2017-06-16
drm/nouveau/disp: introduce acquire/release display path methods
Ben Skeggs
12
-33
/
+206
2017-06-16
drm/nouveau/disp: remove hw-specific customisation of output paths
Ben Skeggs
28
-342
/
+36
2017-06-16
drm/nouveau/disp/gf119-: port OR DP VCPI control to nvkm_ior
Ben Skeggs
7
-14
/
+16
2017-06-16
drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_ior
Ben Skeggs
20
-136
/
+161
2017-06-16
drm/nouveau/disp/g94-: port OR DP drive setting control to nvkm_ior
Ben Skeggs
12
-143
/
+66
[next]