index
:
blackbird-op-linux
master
Blackbird™ 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/nouveau: kick vram functions out into an "engine"
Ben Skeggs
2010-12-08
1
-27
/
+3
*
drm/nouveau: wrap calls to ttm_bo_validate()
Ben Skeggs
2010-12-08
1
-2
/
+1
*
drm/nouveau: Implement the pageflip ioctl.
Francisco Jerez
2010-12-03
1
-9
/
+2
*
drm/nouveau: fix annoying nouveau_fence type issue
Marcin Slusarz
2010-12-03
1
-2
/
+2
*
drm/nouveau: use interruptible waits during pushbuf validation
Ben Skeggs
2010-12-03
1
-12
/
+19
*
drm/nouveau: remove cpu_writers lock
Ben Skeggs
2010-12-03
1
-60
/
+4
*
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
2010-12-03
1
-9
/
+19
*
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
Thomas Hellstrom
2010-11-22
1
-6
/
+6
*
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
2010-11-18
1
-15
/
+21
*
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...
Dave Airlie
2010-10-06
1
-2
/
+2
|
\
|
*
drm/nouveau: Minor refactoring/cleanup of the fence code.
Francisco Jerez
2010-10-05
1
-2
/
+2
*
|
drm/gem: handlecount isn't really a kref so don't make it one.
Dave Airlie
2010-10-01
1
-4
/
+2
|
/
*
Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...
Dave Airlie
2010-09-03
1
-5
/
+2
|
\
|
*
drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.
Francisco Jerez
2010-09-03
1
-5
/
+2
*
|
Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...
Dave Airlie
2010-08-27
1
-2
/
+4
|
\
\
|
|
/
|
*
drm/nouveau: drop drm_global_mutex before sleeping in submission path
Ben Skeggs
2010-08-27
1
-0
/
+2
|
*
drm/nv20: Don't use pushbuf calls on the original nv20.
Francisco Jerez
2010-08-26
1
-2
/
+2
*
|
Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...
Dave Airlie
2010-08-23
1
-10
/
+26
|
\
\
|
|
/
|
*
drm/nouveau: fix race condition when under memory pressure
Ben Skeggs
2010-08-17
1
-10
/
+26
*
|
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
2010-08-10
1
-4
/
+4
|
/
*
drm/nouveau: remove dev_priv->init_state and friends
Ben Skeggs
2010-07-13
1
-9
/
+0
*
drm/nouveau: Fix a couple of sparse warnings.
Francisco Jerez
2010-07-13
1
-1
/
+1
*
Merge branch 'drm-ttm-unmappable' into drm-core-next
Dave Airlie
2010-04-20
1
-1
/
+1
|
\
|
*
drm/ttm: split no_wait argument in 2 GPU or reserve wait
Jerome Glisse
2010-04-08
1
-1
/
+1
*
|
drm: free core gem object from driver callbacks
Daniel Vetter
2010-04-20
1
-0
/
+3
*
|
drm/nouveau: Make use of TTM busy_placements.
Francisco Jerez
2010-04-09
1
-30
/
+25
|
/
*
Merge remote branch 'nouveau/for-airlied' into drm-next-stage
Dave Airlie
2010-03-01
1
-313
/
+173
|
\
|
*
drm/nouveau: fix missing spin_unlock in failure path
Luca Barbieri
2010-02-25
1
-1
/
+1
|
*
drm/nouveau: new gem pushbuf interface, bump to 0.0.16
Ben Skeggs
2010-02-25
1
-317
/
+162
|
*
drm/nouveau: remove PUSHBUF_CAL macro
Ben Skeggs
2010-02-25
1
-6
/
+4
|
*
drm/nv50: switch to indirect push buffer controls
Ben Skeggs
2010-02-25
1
-1
/
+14
*
|
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
2010-02-11
1
-19
/
+7
|
/
*
drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang
Luca Barbieri
2010-02-09
1
-0
/
+2
*
drm/nouveau: fix failure path if userspace specifies no valid memtypes
Ben Skeggs
2010-01-25
1
-0
/
+1
*
drm/nouveau: check pushbuffer bounds in ioctl
Luca Barbieri
2010-01-15
1
-3
/
+16
*
drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fence
Luca Barbieri
2010-01-11
1
-20
/
+13
*
drm/nouveau: remove use of -ERESTART
Ben Skeggs
2009-12-15
1
-7
/
+0
*
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
2009-12-11
1
-0
/
+992