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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-24
drm/nvc0/ttm: use copy engines for async buffer moves
Ben Skeggs
1
-9
/
+51
2012-05-24
drm/nva3/ttm: use copy engine for async buffer moves
Ben Skeggs
1
-1
/
+40
2012-05-24
drm/nv98/ttm: add in a (disabled) crypto engine buffer copy method
Ben Skeggs
1
-1
/
+20
2012-05-24
drm/nv84/ttm: use crypto engine for async buffer copies
Ben Skeggs
1
-0
/
+19
2012-05-24
drm/nouveau/ttm: untangle code to support accelerated buffer moves
Ben Skeggs
8
-94
/
+119
2012-05-24
drm/nouveau/fbcon: use fence for sync, rather than notifier
Ben Skeggs
1
-32
/
+2
2012-05-24
drm/nv98/crypt: non-stub implementation of the engine hooks
Ben Skeggs
3
-14
/
+1434
2012-05-24
drm/nouveau/fifo: turn all fifo modules into engine modules
Ben Skeggs
30
-1386
/
+1374
2012-05-24
drm/nv50/graph: remove ability to do interrupt-driven context switching
Ben Skeggs
1
-65
/
+0
2012-05-24
drm/nv50: remove manual context unload on context destruction
Ben Skeggs
3
-94
/
+7
2012-05-24
drm/nv50: remove execution engine context saves on suspend
Ben Skeggs
3
-14
/
+0
2012-05-24
drm/nv50/fifo: use hardware channel kickoff functionality
Ben Skeggs
3
-166
/
+43
2012-05-24
drm/nv50/gr: make sure NEXT_TO_CURRENT is executed even if nothing done
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nv50/fifo: construct playlist from hw context table state
Ben Skeggs
1
-14
/
+7
2012-05-24
drm/nouveau/fifo: remove all the "special" engine hooks
Ben Skeggs
13
-187
/
+62
2012-05-24
drm/nouveau/fence: fix a race where fence->channel can disappear
Ben Skeggs
6
-15
/
+26
2012-05-24
drm/nouveau/bios: fix some shadowing issues, particularly acpi
Ben Skeggs
1
-20
/
+10
2012-05-24
drm/nouveau: fix engine context destructor ordering
Ben Skeggs
1
-2
/
+1
2012-05-24
drm/nouveau/fence: convert to exec engine, and improve channel sync
Ben Skeggs
14
-473
/
+851
2012-05-24
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
8
-158
/
+134
2012-05-24
drm/nouveau/fence: make ttm interfaces wrap ours, not the other way around
Ben Skeggs
3
-71
/
+68
2012-05-24
drm/nouveau: move flip-related channel setup to software engine
Ben Skeggs
8
-62
/
+84
2012-05-24
drm/nouveau: create real execution engine for software object class
Ben Skeggs
19
-282
/
+567
2012-05-24
drm/nvd0/disp: remove unnecessary sync from flip_next
Ben Skeggs
1
-2
/
+0
2012-05-24
drm/nv04/disp: disable vblank interrupts when disabling display
Ben Skeggs
2
-5
/
+11
2012-05-24
drm/nouveau: base fence timeout on time of emission
Marcin Slusarz
1
-1
/
+4
2012-05-24
drm/nv40-50/gr: restructure grctx/prog generation
Ben Skeggs
6
-52
/
+71
2012-05-24
drm/nv50/disp: fixup error paths in crtc object creation
Ben Skeggs
2
-33
/
+26
2012-05-24
drm/nouveau: cleanup after display init failure
Marcin Slusarz
1
-2
/
+9
2012-05-24
drm/nv50: fix ramin heap size for kernel channel too
Marcin Slusarz
1
-1
/
+1
2012-05-24
drm/nve0/graph: bump hub2gpc buffer size
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nouveau: use the same packet header macros as userspace
Ben Skeggs
15
-185
/
+203
2012-05-24
drm/nouveau/bios: allow loading alternate vbios image as firmware
Ben Skeggs
1
-0
/
+21
2012-05-24
drm/nve0/ttm: implement buffer moves with weirdo pcopy-on-pgraph methods
Ben Skeggs
3
-0
/
+39
2012-05-24
drm/nv50-/fbcon: move 2d class to subchannel 3
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nve0/gr: initial implementation
Ben Skeggs
6
-2
/
+3705
2012-05-24
drm/nve0/fifo: initial implementation
Ben Skeggs
4
-5
/
+477
2012-05-24
drm/nouveau: give a slightly larger pci(e)gart aperture on all chipsets
Ben Skeggs
2
-8
/
+4
2012-05-24
drm/nouveau/pm: some more delays for ddr3 reclocking
Ben Skeggs
2
-0
/
+4
2012-05-24
drm/nvc0/pm: very initial mclk freq change
Ben Skeggs
1
-1
/
+23
2012-05-24
drm/nvd9/pm: oops, fix timing calc
Ben Skeggs
1
-0
/
+1
2012-05-24
drm/nvc0/pm: enable mpll src pll, and calc mpll coefficients
Ben Skeggs
1
-0
/
+51
2012-05-24
drm/nvc0/pm: start filling in memory reclocking stubs
Ben Skeggs
1
-0
/
+116
2012-05-24
drm/nva3/pm: another few magic regs, and slightly better 0x004018 handling
Ben Skeggs
1
-4
/
+15
2012-05-24
drm/nva3/pm: initial attempt at handling 111100/111104
Ben Skeggs
1
-0
/
+21
2012-05-24
drm/nva3/pm: make pll->pll mode work
Ben Skeggs
1
-6
/
+21
2012-05-24
drm/nva3/pm: attempt to bash a few 0x100200 bits correctly
Ben Skeggs
1
-20
/
+46
2012-05-24
drm/nva3/pm: begin to restructure memory clock changes + another magic
Ben Skeggs
1
-8
/
+40
2012-05-24
drm/nva3/pm: more random unknown PFB regs
Ben Skeggs
1
-1
/
+23
2012-05-24
drm/nva3/pm: initial attempt at more magic PFB regs
Ben Skeggs
3
-3
/
+28
[next]