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
*
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
*
nouveau: Acknowledge HPD irq in handler, not bottom half
Andy Lutomirski
2010-11-18
1
-0
/
+6
*
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
Ben Skeggs
2010-11-18
1
-0
/
+5
*
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
2010-11-18
1
-0
/
+3
*
drm/nouveau: Some random cleanups.
Francisco Jerez
2010-11-18
1
-38
/
+3
*
drm/nv50: Fix large 3D performance regression caused by the interchannel sync...
Francisco Jerez
2010-10-05
1
-0
/
+1
*
drm/nouveau: Use semaphores to handle inter-channel sync in hardware.
Francisco Jerez
2010-10-05
1
-0
/
+8
*
drm/nouveau: Provide a means to have arbitrary work run on fence completion.
Francisco Jerez
2010-10-05
1
-0
/
+3
*
drm/nouveau: Minor refactoring/cleanup of the fence code.
Francisco Jerez
2010-10-05
1
-2
/
+9
*
drm/nouveau: Add a module option to force card POST.
Marcin KoĆcielnicki
2010-10-05
1
-0
/
+1
*
drm/nouveau: run perflvl and M table scripts on mem clock change
Ben Skeggs
2010-10-05
1
-0
/
+2
*
drm/nouveau: pass perflvl struct to clock_pre()
Ben Skeggs
2010-10-05
1
-1
/
+2
*
drm/nouveau: Import initial memory timing work
Roy Spliet
2010-10-05
1
-0
/
+18
*
drm/nouveau: Refactor nouveau_temp_get() into engine pointers.
Francisco Jerez
2010-09-24
1
-2
/
+3
*
drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)
Martin Peres
2010-09-24
1
-0
/
+18
*
drm/nouveau: allow static performance level setting
Ben Skeggs
2010-09-24
1
-0
/
+2
*
drm/nouveau: import initial work on vbios performance table parsing
Ben Skeggs
2010-09-24
1
-0
/
+46
*
drm/nouveau: make the behaviour of get_pll_limits() consistent
Ben Skeggs
2010-09-24
1
-0
/
+1
*
drm/nouveau: Simplify tile region handling.
Francisco Jerez
2010-09-24
1
-7
/
+1
*
drm/nouveau: Remove implicit argument from nv_wait().
Francisco Jerez
2010-09-24
1
-1
/
+1
*
drm/nouveau: Add module parameter to override the default AGP rate.
Francisco Jerez
2010-09-24
1
-1
/
+1
*
drm/nv50: move vm trap to nv50_fb.c
Ben Skeggs
2010-09-24
1
-1
/
+1
*
drm/nouveau: remove nouveau_gpuobj_late_takedown
Ben Skeggs
2010-09-24
1
-1
/
+0
*
drm/nouveau: protect gpuobj list + global instmem heap with spinlock
Ben Skeggs
2010-09-24
1
-5
/
+3
*
drm/nouveau: fix gpuobj refcount to use atomics
Ben Skeggs
2010-09-24
1
-1
/
+1
*
drm/nouveau: tidy ram{ht,fc,ro} a bit
Ben Skeggs
2010-09-24
1
-8
/
+4
*
drm/nouveau: rework init ordering so nv50_instmem.c can be less bad
Ben Skeggs
2010-09-24
1
-2
/
+4
*
drm/nv50: calculate vram reordering block size
Ben Skeggs
2010-09-24
1
-0
/
+1
*
drm/nv50: allow gpuobjs that aren't mapped into aperture
Ben Skeggs
2010-09-24
1
-1
/
+5
*
drm/nouveau: simplify fake gpu objects
Ben Skeggs
2010-09-24
1
-5
/
+3
*
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
2010-09-24
1
-43
/
+18
*
drm/nouveau: rebase per-channel pramin heap offsets to 0
Ben Skeggs
2010-09-24
1
-0
/
+4
*
drm/nouveau: modify object accessors, offset in bytes rather than dwords
Ben Skeggs
2010-09-24
1
-11
/
+3
*
drm/nouveau: have nv_mask return original register value
Ben Skeggs
2010-09-24
1
-4
/
+3
[next]