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_drv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into dr...
Dave Airlie
2011-01-10
1
-0
/
+1
|
\
|
*
drm/nv50: sync up gr data error names with rnn, use for nvc0 also
Ben Skeggs
2010-12-30
1
-0
/
+1
*
|
drm/switcheroo: track state of switch in drivers.
Dave Airlie
2011-01-05
1
-0
/
+2
|
/
*
drm/nvc0: implement pgraph engine hooks
Ben Skeggs
2010-12-21
1
-0
/
+1
*
drm/nvc0: implement pfifo engine hooks
Ben Skeggs
2010-12-21
1
-0
/
+2
*
drm/nvc0: initial vm implementation, use for bar1/bar3 management
Ben Skeggs
2010-12-21
1
-5
/
+3
*
drm/nvc0: import initial vm backend
Ben Skeggs
2010-12-21
1
-0
/
+1
*
drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.
Francisco Jerez
2010-12-08
1
-2
/
+2
*
drm/nouveau: kick vram functions out into an "engine"
Ben Skeggs
2010-12-08
1
-0
/
+12
*
drm/nouveau: allow gpuobj vinst to be a virtual address when necessary
Ben Skeggs
2010-12-08
1
-0
/
+1
*
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
-15
/
+2
*
drm/nv50: implement BAR1/BAR3 management on top of new VM code
Ben Skeggs
2010-12-08
1
-0
/
+10
*
drm/nv50: import new vm code
Ben Skeggs
2010-12-08
1
-4
/
+5
*
drm/nv50: implement custom vram mm
Ben Skeggs
2010-12-08
1
-0
/
+10
*
drm/nouveau: wrap calls to ttm_bo_validate()
Ben Skeggs
2010-12-08
1
-0
/
+2
*
drm/nouveau: introduce a util function to wait on reg != val
Ben Skeggs
2010-12-08
1
-3
/
+7
*
drm/nouveau: implicitly insert non-DMA objects into RAMHT
Ben Skeggs
2010-12-08
1
-2
/
+1
*
drm/nouveau: Synchronize with the user channel before GPU object destruction.
Francisco Jerez
2010-12-08
1
-0
/
+1
*
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
2010-12-03
1
-4
/
+22
*
drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present instead
Ben Skeggs
2010-12-03
1
-2
/
+0
*
drm/nv50: allocate page for unknown PFB object in nv50_fb.c
Ben Skeggs
2010-12-03
1
-0
/
+1
*
drm/nouveau: rework gpu-specific instmem interfaces
Ben Skeggs
2010-12-03
1
-23
/
+21
*
drm/nouveau: simplify gpuobj suspend/resume
Ben Skeggs
2010-12-03
1
-2
/
+1
*
drm/nv50: rework PGPIO IRQ handling and hotplug detection
Ben Skeggs
2010-12-03
1
-9
/
+12
*
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
Ben Skeggs
2010-12-03
1
-3
/
+5
*
drm/nouveau: move PFIFO ISR into nv04_fifo.c
Ben Skeggs
2010-12-03
1
-0
/
+2
*
drm/nv50: move GPIO ISR to nv50_gpio.c
Ben Skeggs
2010-12-03
1
-0
/
+1
*
drm/nouveau: allow irq handlers to be installed by engine-specific code
Ben Skeggs
2010-12-03
1
-0
/
+4
*
drm/nv20: Add Z compression support.
Francisco Jerez
2010-12-03
1
-0
/
+3
*
drm/nouveau: Rework tile region handling.
Francisco Jerez
2010-12-03
1
-25
/
+34
*
drm/nouveau: Add a separate class for the kernel channel mutex.
Francisco Jerez
2010-12-03
1
-0
/
+5
*
drm/nv50: Keep track of the head a channel is vsync'ing to.
Francisco Jerez
2010-12-03
1
-0
/
+1
*
drm/nouveau: Implement the pageflip ioctl.
Francisco Jerez
2010-12-03
1
-0
/
+16
*
drm/nouveau: Implement the vblank DRM hooks.
Francisco Jerez
2010-12-03
1
-0
/
+4
*
drm/nouveau: fix annoying nouveau_fence type issue
Marcin Slusarz
2010-12-03
1
-5
/
+28
*
drm/nouveau: add support for MSI
Ben Skeggs
2010-12-03
1
-0
/
+5
*
drm/nv50: initial work to allow multiple evo channels
Ben Skeggs
2010-12-03
1
-0
/
+1
*
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
2010-12-03
1
-0
/
+24
*
drm/nouveau: only expose the object classes that are supported by the chipset
Ben Skeggs
2010-12-03
1
-19
/
+19
*
drm/nouveau: use object class structs more extensively
Ben Skeggs
2010-12-03
1
-2
/
+0
*
drm/nouveau: store engine type in gpuobj class structs
Ben Skeggs
2010-12-03
1
-2
/
+2
*
drm/nouveau: pass gpuobj alignment request down into backing allocator
Ben Skeggs
2010-12-03
1
-4
/
+4
*
drm/nouveau: Implement weak channel references.
Francisco Jerez
2010-12-03
1
-1
/
+7
*
drm/nouveau: Add unlocked variants of nouveau_channel_get/put.
Francisco Jerez
2010-12-03
1
-0
/
+3
*
drm/nouveau: Refactor context destruction to avoid a lock ordering issue.
Francisco Jerez
2010-12-03
1
-2
/
+0
*
drm/nouveau: hook up acpi power supply change tracking
Ben Skeggs
2010-12-03
1
-0
/
+1
*
drm/nouveau: remove cpu_writers lock
Ben Skeggs
2010-12-03
1
-1
/
+0
*
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
2010-12-03
1
-15
/
+8
*
drm/nouveau: add per-channel mutex, use to lock access to drm's channel
Ben Skeggs
2010-12-03
1
-0
/
+2
[next]