index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
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
2010-12-03
drm/nouveau: Add unlocked variants of nouveau_channel_get/put.
Francisco Jerez
1
-13
/
+23
2010-12-03
drm/nouveau: Fix race condition in channel refcount handling.
Francisco Jerez
1
-3
/
+2
2010-12-03
drm/nouveau: Refactor context destruction to avoid a lock ordering issue.
Francisco Jerez
1
-18
/
+6
2010-12-03
drm/nouveau: switch to unlocked ioctls
Ben Skeggs
1
-12
/
+12
[next]