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
/
nvc0_graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-03
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
1
-897
/
+0
2012-05-24
drm/nouveau/fifo: turn all fifo modules into engine modules
Ben Skeggs
1
-1
/
+3
2012-03-22
drm/nvc0-/disp: reimplement flip completion method as fifo method
Ben Skeggs
1
-9
/
+0
2011-12-21
drm/nvc0/gr: add initial support for nvd9, not quite there yet..
Ben Skeggs
1
-2
/
+4
2011-11-30
drm/nvc0/gr: fix TP init for transform feedback offset queries
Christoph Bumiller
1
-0
/
+2
2011-11-10
drm/nvc0/gr: fixup the mmio list register writes for 0xc1
Ben Skeggs
1
-9
/
+32
2011-11-01
gpu: add module.h to drivers/gpu files as required.
Paul Gortmaker
1
-0
/
+1
2011-09-20
drm/nvc0/fb: slightly improve PMFB intr handling, move out of nvc0_graph.c
Ben Skeggs
1
-18
/
+0
2011-09-20
drm/nvc0/gr: remove MODULE_FIRMWARE() lines
Ben Skeggs
1
-17
/
+0
2011-09-20
drm/nvc0/gr: copy GPC mpart config from PFFB
Ben Skeggs
1
-1
/
+1
2011-09-20
drm/nvc0/gr: add support for nvcf chipset
Ben Skeggs
1
-0
/
+3
2011-07-25
drm/nouveau: pass flag to engine fini() method on suspend
Ben Skeggs
1
-1
/
+1
2011-06-27
drm/nouveau: error paths leak in nvc0_graph_construct_context()
Dan Carpenter
1
-10
/
+12
2011-06-23
drm/nvc0: push prunk140 irq messages to debug loglevel
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nouveau: will need to specify channel for vm-ful gpuobj allocations
Ben Skeggs
1
-5
/
+5
2011-06-23
drm/nvc0/gr: calculate magicgpc918 ourselves
Ben Skeggs
1
-19
/
+3
2011-06-23
drm/nvc0/gr: add some missing magics for 0xc1/0xc8/0xce
Ben Skeggs
1
-0
/
+12
2011-06-23
drm/nvc0/gr: import and use our own fuc by default
Ben Skeggs
1
-36
/
+149
2011-06-23
drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn
Ben Skeggs
1
-10
/
+10
2011-06-23
drm/nvc0/gr: some initial state modifications
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nvc0/gr: macro to determine fermi class, will use it in a few places
Ben Skeggs
1
-6
/
+7
2011-05-16
drm/nvc0/gr: calculate some more of our magic numbers
Ben Skeggs
1
-37
/
+19
2011-05-16
drm/nvc0/gr: no need to store context in graph_fini()
Ben Skeggs
1
-6
/
+0
2011-05-16
drm/nvc0/gr: better handling of fuc firmware
Ben Skeggs
1
-35
/
+76
2011-05-16
drm/nvc0: implement support for copy engines
Ben Skeggs
1
-1
/
+1
2011-05-16
drm/nouveau: remove remnants of nouveau_pgraph_engine
Ben Skeggs
1
-28
/
+13
2011-05-16
drm/nvc0/gr: move to exec engine interfaces
Ben Skeggs
1
-214
/
+192
2011-05-16
drm/nouveau: move engine object creation into per-engine hooks
Ben Skeggs
1
-0
/
+6
2011-05-16
drm/nouveau: Clean up trailing whitespace and C99-style comments.
Emil Velikov
1
-24
/
+26
2011-05-16
drm/nouveau: Fix indentation-related checkpatch.pl error messages.
Emil Velikov
1
-9
/
+9
2011-02-24
drm/nvc0: support for sw methods + enable page flipping
Ben Skeggs
1
-3
/
+15
2011-02-24
drm/nouveau: silence some compiler warnings
Ben Skeggs
1
-2
/
+0
2011-01-25
drm/nvc0: implement irq handler for whatever's at 0x14xxxx
Ben Skeggs
1
-0
/
+19
2011-01-25
drm/nvc0: fix incorrect TPC register setup
Ben Skeggs
1
-2
/
+2
2011-01-17
drm/nvc0: enable protection of system-use-only structures in vm
Ben Skeggs
1
-1
/
+2
2011-01-06
drm/nvc0: fix init without firmware present
Ben Skeggs
1
-5
/
+3
2010-12-30
drm/nv50: sync up gr data error names with rnn, use for nvc0 also
Ben Skeggs
1
-6
/
+1
2010-12-30
drm/nvc0: parse a couple more PGRAPH_INTR
Ben Skeggs
1
-0
/
+16
2010-12-29
drm/nvc0: nuke left-over debug messages
Ben Skeggs
1
-1
/
+0
2010-12-29
drm/nvc0: kill off a couple more magics
Ben Skeggs
1
-13
/
+1
2010-12-21
drm/nvc0: implement pgraph engine hooks
Ben Skeggs
1
-1
/
+708
2010-08-06
drm/nvc0: starting point for GF100 support, everything stubbed
Ben Skeggs
1
-0
/
+75