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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
drm/nouveau/core: increase maximum number of copy engines to 9
Ben Skeggs
3
-3
/
+15
2018-05-18
drm/nouveau/kms/nv50-: initial overlay support
Ben Skeggs
16
-15
/
+364
2018-05-18
drm/nouveau/kms/gk104-: add support for [XA]2R10G10B10 formats
Ben Skeggs
6
-3
/
+57
2018-05-18
drm/nouveau/kms/gk104-: support additional cursor sizes
Ben Skeggs
7
-16
/
+65
2018-05-18
drm/nouveau/kms/nv50-: separate blocklinear vs linear pitch
Ben Skeggs
8
-17
/
+28
2018-05-18
drm/nouveau/kms/nv50-: handle degamma LUT from window channels
Ben Skeggs
17
-171
/
+462
2018-05-18
drm/nouveau/kms/nv50-: plane updates don't always require image_set()
Ben Skeggs
2
-32
/
+32
2018-05-18
drm/nouveau/kms/nv50-: store window visibility in state
Ben Skeggs
2
-8
/
+21
2018-05-18
drm/nouveau/kms/nv50-: simplify swap interval handling
Ben Skeggs
2
-9
/
+3
2018-05-18
drm/nouveau/kms/nv50-: decouple window state changes, and update method submi...
Ben Skeggs
2
-4
/
+16
2018-05-18
drm/nouveau/kms/nv50-: simplify tracking of channel interlocks
Ben Skeggs
20
-86
/
+224
2018-05-18
drm/nouveau/kms/nv50-: determine MST support from DP Info Table
Ben Skeggs
3
-3
/
+12
2018-05-18
drm/nouveau/kms/nv50-: extend window image data for stereo/planar formats
Ben Skeggs
6
-18
/
+18
2018-05-18
drm/nouveau/kms/nv50-: move drm format->hw conversion into common code
Ben Skeggs
3
-18
/
+27
2018-05-18
drm/nouveau/kms/nv50-: unify set/clr masks
Ben Skeggs
4
-44
/
+20
2018-05-18
drm/nouveau/kms/nv50-: allow specification of valid heads for a window
Ben Skeggs
5
-6
/
+6
2018-05-18
drm/nouveau/kms/nv50-: split base implementation by hardware class
Ben Skeggs
9
-79
/
+242
2018-05-18
drm/nouveau/kms/nv50-: split core implementation by hardware class
Ben Skeggs
19
-333
/
+903
2018-05-18
drm/nouveau/kms/nv50-: split each resource type into their own source files
Ben Skeggs
28
-2483
/
+2967
2018-05-18
drm/nouveau/kms/nv50: abstract OR interfaces so the code can be split
Ben Skeggs
1
-78
/
+102
2018-05-18
drm/nouveau/kms/nv50: handle SetControlOutputResource from head
Ben Skeggs
2
-61
/
+57
2018-05-18
drm/nouveau/kms/nv50-: abstract head interfaces so the code can be split
Ben Skeggs
1
-14
/
+50
2018-05-18
drm/nouveau/kms/nv50: modify core allocation so the code can be split
Ben Skeggs
1
-81
/
+134
2018-05-18
drm/nouveau/kms/nv50-: modify base allocation so the code can be split
Ben Skeggs
1
-133
/
+105
2018-05-18
drm/nouveau/kms/nv50-: modify cursor allocation so the code can be split
Ben Skeggs
1
-65
/
+71
2018-05-18
drm/nouveau/kms/nv50-: modify overlay allocation so the code can be split
Ben Skeggs
1
-98
/
+179
2018-05-18
drm/nouveau/kms/nv50-: move fb ctxdma tracking into windows
Ben Skeggs
1
-79
/
+84
2018-05-18
drm/nouveau/kms/nv50-: fix i2c-over-aux on anx9805
Ben Skeggs
1
-2
/
+1
2018-05-18
drm/nouveau/kms/nv50-: move code underneath dispnv50/
Ben Skeggs
3
-5
/
+4
2018-05-18
drm/nouveau/kms: move display class instantiation to library
Ben Skeggs
8
-61
/
+129
2018-05-18
drm/nouveau/drm/nv50-: remove allocation of sw class
Ben Skeggs
2
-22
/
+19
2018-05-18
drm/nouveau: no need to create ctxdma for push buffers on fermi and up
Ben Skeggs
1
-2
/
+5
2018-05-18
drm/nouveau: remove fence wait code from deferred client work handler
Ben Skeggs
1
-16
/
+14
2018-05-18
drm/nouveau/gem: tie deferred unmapping of buffers to VMA fence completion
Ben Skeggs
1
-15
/
+2
2018-05-18
drm/nouveau/gem: attach fences to VMAs to track GPU usage
Ben Skeggs
3
-1
/
+16
2018-05-18
drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
Ben Skeggs
3
-15
/
+19
2018-05-18
drm/nouveau/gr/gp102-: setup stencil zbc
Ben Skeggs
14
-16
/
+162
2018-05-18
drm/nouveau/gr/gp100-: use correct registers for zbc colour/depth setup
Ben Skeggs
20
-15
/
+88
2018-05-18
drm/nouveau/gr/gp100-: fix attrib cb setup
Ben Skeggs
7
-17
/
+32
2018-05-18
drm/nouveau/gr/gp100-: fix pagepool setup
Ben Skeggs
1
-1
/
+1
2018-05-18
drm/nouveau/gr/gf100-gm10x: update register lists
Ben Skeggs
19
-36
/
+96
2018-05-18
drm/nouveau/gr/gf100-: swap bundle and pagepool
Ben Skeggs
1
-1
/
+1
2018-05-18
drm/nouveau/gr/gf100-: calculate and use sm mapping table
Ben Skeggs
23
-56
/
+79
2018-05-18
drm/nouveau/gr/gf100-: port zcull tile mapping calculations from NVGPU
Ben Skeggs
2
-34
/
+34
2018-05-18
drm/nouveau/gr/gf100-: port tile mapping calculations from NVGPU
Ben Skeggs
22
-77
/
+153
2018-05-18
drm/nouveau/gr/gf100-: virtualise trap_mp
Ben Skeggs
20
-2
/
+23
2018-05-18
drm/nouveau/gr/gf100-: add missing reset sequence before golden context init
Ben Skeggs
1
-0
/
+20
2018-05-18
drm/nouveau/gr/gf100-: delete duplicated grctx init code
Ben Skeggs
12
-152
/
+11
2018-05-18
drm/nouveau/gr/gf100-: update r408840 where required
Ben Skeggs
8
-2
/
+127
2018-05-18
drm/nouveau/gr/gf100-: update 419a3c where required
Ben Skeggs
6
-0
/
+15
[next]