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: create grctx on the fly on all chipsets
Ben Skeggs
2011-01-07
1
-1
/
+2
*
drm/nvc0: implement channel structure initialisation
Ben Skeggs
2010-12-21
1
-4
/
+20
*
drm/nvc0: gpuobj_new need only check validity and init the relevant engine
Ben Skeggs
2010-12-21
1
-4
/
+11
*
drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.
Francisco Jerez
2010-12-08
1
-6
/
+2
*
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
2010-12-08
1
-3
/
+1
*
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
2010-12-08
1
-37
/
+10
*
drm/nv50: import new vm code
Ben Skeggs
2010-12-08
1
-1
/
+1
*
drm/nouveau: no need to zero dma objects, we fill them completely anyway
Ben Skeggs
2010-12-08
1
-5
/
+2
*
drm/nouveau: implicitly insert non-DMA objects into RAMHT
Ben Skeggs
2010-12-08
1
-32
/
+27
*
drm/nouveau: Synchronize with the user channel before GPU object destruction.
Francisco Jerez
2010-12-08
1
-0
/
+3
*
drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.
Francisco Jerez
2010-12-08
1
-5
/
+1
*
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
2010-12-03
1
-99
/
+136
*
drm/nouveau: rework gpu-specific instmem interfaces
Ben Skeggs
2010-12-03
1
-75
/
+37
*
drm/nouveau: simplify gpuobj suspend/resume
Ben Skeggs
2010-12-03
1
-46
/
+10
*
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
Ben Skeggs
2010-12-03
1
-0
/
+18
*
drm/nv50: create graph and crypt contexts on demand
Ben Skeggs
2010-12-03
1
-0
/
+23
*
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
2010-12-03
1
-1
/
+2
*
drm/nouveau: only expose the object classes that are supported by the chipset
Ben Skeggs
2010-12-03
1
-14
/
+98
*
drm/nouveau: use object class structs more extensively
Ben Skeggs
2010-12-03
1
-49
/
+48
*
drm/nouveau: store engine type in gpuobj class structs
Ben Skeggs
2010-12-03
1
-1
/
+1
*
drm/nouveau: pass gpuobj alignment request down into backing allocator
Ben Skeggs
2010-12-03
1
-1
/
+1
*
drm/nouveau: return error from nouveau_ramht_remove() if not found
Ben Skeggs
2010-12-03
1
-8
/
+2
*
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
2010-12-03
1
-12
/
+22
*
drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.
Francisco Jerez
2010-11-18
1
-1
/
+1
*
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