index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_object.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: remove nouveau_gpuobj_late_takedown
Ben Skeggs
2010-09-24
1
-6
/
+1
*
drm/nouveau: protect gpuobj list + global instmem heap with spinlock
Ben Skeggs
2010-09-24
1
-4
/
+24
*
drm/nouveau: fix gpuobj refcount to use atomics
Ben Skeggs
2010-09-24
1
-22
/
+11
*
drm/nouveau: tidy ram{ht,fc,ro} a bit
Ben Skeggs
2010-09-24
1
-2
/
+0
*
drm/nouveau: rework init ordering so nv50_instmem.c can be less bad
Ben Skeggs
2010-09-24
1
-25
/
+2
*
drm/nv50: allow gpuobjs that aren't mapped into aperture
Ben Skeggs
2010-09-24
1
-25
/
+77
*
drm/nouveau: simplify fake gpu objects
Ben Skeggs
2010-09-24
1
-47
/
+23
*
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
2010-09-24
1
-267
/
+91
*
drm/nouveau: rebase per-channel pramin heap offsets to 0
Ben Skeggs
2010-09-24
1
-15
/
+30
*
drm/nouveau: modify object accessors, offset in bytes rather than dwords
Ben Skeggs
2010-09-24
1
-39
/
+53
*
drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here
Ben Skeggs
2010-09-24
1
-131
/
+1
*
drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsets
Ben Skeggs
2010-07-13
1
-28
/
+8
*
drm/nouveau: add instmem flush() hook
Ben Skeggs
2010-07-13
1
-33
/
+12
*
drm/nouveau: remove dev_priv->init_state and friends
Ben Skeggs
2010-07-13
1
-2
/
+0
*
drm/nouveau: use drm_mm in preference to custom code doing the same thing
Ben Skeggs
2010-07-13
1
-14
/
+14
*
drm/nouveau: move dereferences after null checks
Marcin Slusarz
2010-02-11
1
-1
/
+2
*
drm/nouveau: Allocate a per-channel instance of NV_SW.
Francisco Jerez
2010-01-11
1
-1
/
+1
*
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
2009-12-11
1
-0
/
+1294