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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-10
drm/nouveau: do not allow negative sizes for now
Maarten Lankhorst
1
-0
/
+6
2013-07-10
drm/nouveau: add falcon interrupt handler
Maarten Lankhorst
7
-0
/
+26
2013-07-10
drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.
Ben Skeggs
2
-3
/
+15
2013-07-10
drm/nouveau: bump fence timeout to 15 seconds
Maarten Lankhorst
1
-1
/
+1
2013-07-10
drm/nouveau: do not unpin in nouveau_gem_object_del
Maarten Lankhorst
2
-8
/
+5
2013-07-10
drm/nv50/kms: fix pin refcnt leaks
Ben Skeggs
1
-11
/
+35
2013-07-10
drm/nouveau: fix some error-path leaks in fbcon handling code
Maarten Lankhorst
2
-6
/
+11
2013-07-10
drm/nouveau: fix locking issues in page flipping paths
Ben Skeggs
3
-36
/
+22
2013-07-08
Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-next
Ben Skeggs
9
-92
/
+109
2013-07-08
drm/nvc0/gr: fix gpc firmware regression
Maarten Lankhorst
2
-20
/
+23
2013-07-08
drm/nouveau: fix minor thinko causing bo moves to not be async on kepler
Ben Skeggs
2
-1
/
+3
2013-07-05
drm/nva3/disp: Fix HDMI audio regression
Ilia Mirkin
1
-0
/
+4
2013-07-05
drm/nv50-/disp: Use output specific mask in interrupt
Emil Velikov
1
-1
/
+5
2013-07-05
drm/nouveau: use vmalloc for pgt allocation
Marcin Slusarz
1
-3
/
+3
2013-07-05
drm/nvc0-/gr: remove some more of the hardcoded register writes
Ben Skeggs
3
-28
/
+6
2013-07-05
drm/nvc0-/gr: factor out yet more unknown magic into versioned functions
Ben Skeggs
9
-14
/
+42
2013-07-05
drm/nvd7/devinit: use fermi class, not tesla
Ben Skeggs
1
-1
/
+1
2013-07-05
drm/nvf0-/gr: ctxsw scratch reg count got bumped to 16
Ben Skeggs
12
-3034
/
+3303
2013-07-05
drm/nvc0-/gr: remove hardcoding of UNK count/mask in GPCCS ucode
Ben Skeggs
4
-95
/
+129
2013-07-05
drm/nvf0/gr: build cs ucode for GK110
Ben Skeggs
6
-0
/
+1431
2013-07-05
drm/nvc0-/gr: extend one of the magic calculations for >4 GPCs
Ben Skeggs
1
-6
/
+11
2013-07-05
drm/nvf0/gr: fix ddx shaders locking up on me
Ben Skeggs
3
-3
/
+54
2013-07-05
drm/nvc0/devinit: minor typo
Ben Skeggs
1
-1
/
+1
2013-07-05
drm/nvf0/gr: enable support, if external cs ucode is available
Ben Skeggs
2
-1
/
+6
2013-07-05
drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding
Ben Skeggs
2
-4
/
+48
2013-07-05
drm/nvf0/ce: enable support
Ben Skeggs
1
-1
/
+1
2013-07-05
drm/nvf0/fifo: enable support
Ben Skeggs
2
-2
/
+4
2013-07-05
drm/nvd7/gr: initial support
Maarten Lankhorst
22
-20
/
+1930
2013-07-05
drm/nvc0-/gr: generate cs register lists from grctx data
Ben Skeggs
11
-2073
/
+1152
2013-07-05
drm/nvc0-/gr: tpc regs a subset of gpc, add separate list for gpc/unk regs
Ben Skeggs
8
-34
/
+52
2013-07-05
drm/nve0-/gr: some new gpc registers can have multiple copies
Ben Skeggs
4
-180
/
+227
2013-07-05
drm/nvc0-/gr: pull out a group of separately context-switched gpc regs
Ben Skeggs
6
-96
/
+68
2013-07-05
drm/nvc0-/gr: make register lists from initvals functions
Ben Skeggs
21
-8423
/
+6124
2013-07-01
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
138
-5449
/
+7058
2013-07-01
drm/nvd0-/disp: handle case where display engine is missing/disabled
Maarten Lankhorst
6
-7
/
+17
2013-07-01
drm/gr/nvc0-: merge nvc0/nve0 ucode, and use cpp instead of m4
Ben Skeggs
14
-2587
/
+1270
2013-07-01
drm/nouveau/bsp/nv84: initial vp2 engine implementation
Ilia Mirkin
3
-14
/
+16
2013-07-01
drm/nouveau/vp/nv84: initial vp2 engine implementation
Ilia Mirkin
4
-14
/
+17
2013-07-01
drm/nouveau/core: xtensa engine base class implementation
Ilia Mirkin
3
-0
/
+209
2013-07-01
drm/nouveau/vdec: fork vp3 implementations from vp2
Ilia Mirkin
6
-14
/
+204
2013-07-01
drm/nouveau/core: move falcon class to engine/
Ben Skeggs
11
-24
/
+21
2013-07-01
drm/nouveau/kms: don't fail if there's no dcb table entries
Ben Skeggs
2
-7
/
+9
2013-07-01
drm/nouveau: remove limit on gart
Maarten Lankhorst
1
-5
/
+0
2013-07-01
drm/nouveau/vm: perform a bar flush when flushing vm
Maarten Lankhorst
2
-0
/
+8
2013-07-01
drm/nvc0/gr: cleanup register lists, and add nvce/nvcf to switches
Ben Skeggs
6
-600
/
+344
2013-07-01
drm/nvc8/gr: update initial register/context values
Ben Skeggs
6
-10
/
+74
2013-07-01
drm/nvc4/gr: update initial register/context values
Ben Skeggs
6
-9
/
+62
2013-07-01
drm/nvc1/gr: update initial register/context values
Ben Skeggs
6
-35
/
+80
2013-07-01
drm/nvc3/gr: update initial register/context values
Ben Skeggs
6
-12
/
+112
2013-07-01
drm/nvc0/gr: update initial register/context values
Ben Skeggs
6
-544
/
+1042
[next]