index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: kill ->gem_init_object() and friends
David Herrmann
2013-10-09
1
-6
/
+0
*
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
2013-10-09
1
-19
/
+17
*
drm/nouveau: fix command submission to use vmalloc for big allocations
Maarten Lankhorst
2013-09-04
1
-7
/
+20
*
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...
Dave Airlie
2013-08-07
1
-6
/
+0
|
\
|
*
drm/nouveau: do not unpin in nouveau_gem_object_del
Maarten Lankhorst
2013-07-10
1
-6
/
+0
*
|
drm/ttm: convert to unified vma offset manager
David Herrmann
2013-07-25
1
-1
/
+1
|
/
*
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2013-07-01
1
-4
/
+37
|
\
|
*
drm/nouveau: delay busy bo vma removal until fence signals
Ben Skeggs
2013-07-01
1
-4
/
+37
*
|
drm/ttm: convert to the reservation api
Maarten Lankhorst
2013-06-28
1
-1
/
+1
*
|
drm/ttm: make ttm reservation calls behave like reservation calls
Maarten Lankhorst
2013-06-28
1
-13
/
+25
*
|
drm/nouveau: complain loudly if buffer is pinned during destruction
Maarten Lankhorst
2013-06-28
1
-1
/
+2
|
/
*
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2013-02-20
1
-39
/
+42
|
\
|
*
drm/nv84-/fence: prepare for emit/sync support of sysram sequences
Ben Skeggs
2013-02-20
1
-1
/
+1
|
*
drm/nouveau: report channel owner in ioctl error paths
Marcin Slusarz
2013-02-20
1
-38
/
+41
*
|
Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...
Dave Airlie
2013-02-08
1
-4
/
+16
|
\
\
|
*
|
drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2
Maarten Lankhorst
2013-01-15
1
-5
/
+17
|
*
|
drm/nouveau: increase reservation sequence every retry
Maarten Lankhorst
2013-01-15
1
-1
/
+1
|
|
/
*
|
drm/nouveau: use prime helpers
Aaron Plattner
2013-02-08
1
-2
/
+0
|
/
*
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-12-10
1
-1
/
+1
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-86
/
+91
|
\
|
*
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
2012-10-03
1
-1
/
+1
|
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-81
/
+89
|
*
drm/nouveau/fb: merge fb/vram and port to subdev interfaces
Ben Skeggs
2012-10-03
1
-1
/
+1
|
*
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
2012-10-03
1
-1
/
+1
|
*
drm/nouveau/gem: use bo.offset rather than mm_node.start
Ben Skeggs
2012-10-03
1
-6
/
+3
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-2
/
+2
*
|
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-10-02
1
-1
/
+0
|
/
*
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...
Dave Airlie
2012-07-26
1
-0
/
+1
|
\
|
*
drm/nouveau/gem: fix object reference leak in a failure path
Ben Skeggs
2012-07-26
1
-0
/
+1
*
|
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
2012-07-25
1
-2
/
+1
|
/
*
drm/nouveau/fence: convert to exec engine, and improve channel sync
Ben Skeggs
2012-05-24
1
-1
/
+1
*
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
2012-05-24
1
-1
/
+2
*
nouveau: add PRIME support
Dave Airlie
2012-05-23
1
-1
/
+5
*
drm/nouveau/ttm: always do buffer moves on kernel channel
Ben Skeggs
2012-03-22
1
-9
/
+1
*
drm/nouveau/gem: fix fence_sync race / oops
Ben Skeggs
2012-02-01
1
-2
/
+21
*
drm/nouveau: fix nouveau_vma object leak
Marcin Slusarz
2011-06-27
1
-1
/
+3
*
drm/nouveau: remove implicit mapping of every bo into chan_vm
Ben Skeggs
2011-06-23
1
-1
/
+41
*
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
2011-06-23
1
-1
/
+1
*
drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual
Ben Skeggs
2011-06-23
1
-12
/
+20
*
drm/nv50-nvc0: completely disable relocs
Ben Skeggs
2011-06-23
1
-17
/
+20
*
drm/nouveau: convert some bo.offset use to vma.offset
Ben Skeggs
2011-06-23
1
-1
/
+5
*
drm/nouveau/gem: implement stub hooks for GEM object open/close
Ben Skeggs
2011-06-23
1
-0
/
+20
*
drm/nouveau: remove 'chan' argument from nouveau_gem_new
Ben Skeggs
2011-06-23
1
-14
/
+5
*
drm/nouveau: store a per-client channel list
Ben Skeggs
2011-06-23
1
-2
/
+2
*
drm: fix "persistant" typo
Jan Engelhardt
2011-04-05
1
-1
/
+1
*
drm/nouveau: properly handle pushbuffer check failures
Marcin Slusarz
2011-03-14
1
-2
/
+4
*
drm/nv50-nvc0: restrict memtype to those specified at creation time
Ben Skeggs
2011-02-25
1
-1
/
+11
*
drm/nouveau: pass domain rather than ttm flags to gem_new()
Ben Skeggs
2011-02-25
1
-11
/
+12
*
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
2011-02-25
1
-7
/
+4
*
drm/nouveau: kick vram functions out into an "engine"
Ben Skeggs
2010-12-08
1
-27
/
+3
[next]