index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-408
/
+0
2012-10-03
drm/nouveau/fence: un-port from nouveau_exec_engine interfaces
Ben Skeggs
1
-3
/
+7
2012-10-03
drm/nouveau: pull nouveau_bo definitions into their own header
Ben Skeggs
1
-0
/
+4
2012-10-03
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
1
-0
/
+3
2012-10-03
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
1
-2
/
+2
2012-07-26
drm/nouveau: mark most of our ioctls as deprecated, move to compat layer
Ben Skeggs
1
-95
/
+0
2012-05-24
drm/nouveau/ttm: untangle code to support accelerated buffer moves
Ben Skeggs
1
-1
/
+2
2012-05-24
drm/nouveau/fifo: turn all fifo modules into engine modules
Ben Skeggs
1
-24
/
+9
2012-05-24
drm/nv50/fifo: use hardware channel kickoff functionality
Ben Skeggs
1
-4
/
+4
2012-05-24
drm/nouveau/fifo: remove all the "special" engine hooks
Ben Skeggs
1
-4
/
+8
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
1
-22
/
+27
2012-05-24
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
1
-1
/
+2
2012-05-24
drm/nouveau: create real execution engine for software object class
Ben Skeggs
1
-2
/
+7
2012-05-23
nouveau: add PRIME support
Dave Airlie
1
-1
/
+1
2012-03-29
drm/nouveau: inform userspace of relaxed kernel subchannel requirements
Ben Skeggs
1
-9
/
+2
2012-03-29
Revert "drm/nouveau: inform userspace of new kernel subchannel requirements"
Ben Skeggs
1
-4
/
+11
2012-03-22
drm/nouveau: inform userspace of new kernel subchannel requirements
Ben Skeggs
1
-11
/
+4
2012-03-22
drm/nouveau: remove m2mf creation on userspace channels
Ben Skeggs
1
-5
/
+14
2011-12-21
drm/nouveau: Fix pushbufs over the 4GB mark.
Francisco Jerez
1
-0
/
+2
2011-11-10
drm/nouveau: initialize chan->fence.lock before use
Marcin Slusarz
1
-0
/
+1
2011-09-20
drm/nouveau: if requested, try harder at disabling sysmem pushbufs
Ben Skeggs
1
-6
/
+10
2011-06-23
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nv50-nvc0: explicitly map pushbuf bo into channel vm
Ben Skeggs
1
-1
/
+8
2011-06-23
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nouveau: convert some bo.offset use to vma.offset
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nouveau: initialise any vm for a channel before pushbuf/ntfy
Ben Skeggs
1
-66
/
+48
2011-06-23
drm/nouveau: modify gpuobj/ntfy takedown ordering
Ben Skeggs
1
-1
/
+3
2011-06-23
drm/nouveau: store a per-client channel list
Ben Skeggs
1
-20
/
+22
2011-05-16
drm/nouveau: remove remnants of nouveau_pgraph_engine
Ben Skeggs
1
-1
/
+1
2011-05-16
drm/nouveau: remove remnants of nouveau_pgraph_engine from nouveau_channel
Ben Skeggs
1
-11
/
+0
2011-05-16
drm/nv50/gr: move to exec engine interfaces
Ben Skeggs
1
-1
/
+2
2011-05-16
drm/nouveau: working towards a common way to represent engines
Ben Skeggs
1
-3
/
+5
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-02-25
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
1
-2
/
+1
2011-02-25
drm/nouveau: silence some compiler warnings
Ben Skeggs
1
-1
/
+1
2011-01-07
drm/nouveau: create grctx on the fly on all chipsets
Ben Skeggs
1
-10
/
+0
2010-12-30
drm/nvc0: reserve only subc 0 for kernel use
Ben Skeggs
1
-8
/
+14
2010-12-27
drm/nouveau: Validate channel indices passed from userspace.
Michel Hermier
1
-0
/
+3
2010-12-21
drm/nvc0: fix channel dma init paths
Ben Skeggs
1
-4
/
+16
2010-12-08
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
1
-1
/
+1
2010-12-08
drm/nouveau: make fifo.create_context() responsible for mapping control regs
Ben Skeggs
1
-21
/
+1
2010-12-08
drm/nouveau: Synchronize with the user channel before GPU object destruction.
Francisco Jerez
1
-14
/
+22
2010-12-03
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
1
-12
/
+11
2010-12-03
drm/nouveau: Implement the pageflip ioctl.
Francisco Jerez
1
-0
/
+1
2010-12-03
drm/nouveau: fix annoying nouveau_fence type issue
Marcin Slusarz
1
-2
/
+2
2010-12-03
drm/nv50: create graph and crypt contexts on demand
Ben Skeggs
1
-9
/
+2
2010-12-03
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
1
-0
/
+12
2010-12-03
drm/nouveau: Implement weak channel references.
Francisco Jerez
1
-15
/
+40
[next]