index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
skfp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-05
drm/ttm: introduce utility function to free an allocated memory node
Ben Skeggs
5
-47
/
+24
2010-10-05
drm/nouveau: fix thinkos in mem timing table recordlen check
Roy Spliet
1
-5
/
+7
2010-10-05
drm/nouveau: parse voltage from perf 0x40 entires
Ben Skeggs
1
-1
/
+1
2010-10-05
drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cards
Emil Velikov
1
-0
/
+6
2010-10-05
drm/nv50: Fix large 3D performance regression caused by the interchannel sync...
Francisco Jerez
2
-7
/
+40
2010-10-05
drm/nouveau: Synchronize buffer object moves in hardware.
Francisco Jerez
1
-3
/
+8
2010-10-05
drm/nouveau: Use semaphores to handle inter-channel sync in hardware.
Francisco Jerez
4
-3
/
+212
2010-10-05
drm/nouveau: Provide a means to have arbitrary work run on fence completion.
Francisco Jerez
2
-0
/
+33
2010-10-05
drm/nouveau: Minor refactoring/cleanup of the fence code.
Francisco Jerez
6
-55
/
+59
2010-10-05
drm/nouveau: Add a module option to force card POST.
Marcin KoĆcielnicki
3
-0
/
+7
2010-10-05
drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idle
Ben Skeggs
1
-1
/
+1
2010-10-05
drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.
Francisco Jerez
5
-11
/
+7
2010-10-05
drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.
Francisco Jerez
1
-1
/
+1
2010-10-05
drm/nouveau: Fix perf table parsing on BMP v5.25.
Francisco Jerez
1
-1
/
+1
2010-10-05
drm/nouveau: fix required mode bandwidth calculation for DP
Ben Skeggs
2
-1
/
+20
2010-10-05
drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328c
Ben Skeggs
1
-1
/
+1
2010-10-05
drm/nva3: split pm backend out from nv50
Ben Skeggs
5
-42
/
+137
2010-10-05
drm/nouveau: run perflvl and M table scripts on mem clock change
Ben Skeggs
3
-0
/
+25
2010-10-05
drm/nouveau: pass perflvl struct to clock_pre()
Ben Skeggs
5
-11
/
+17
2010-10-05
drm/nouveau: enable enhanced framing only if DP display supports it
Ben Skeggs
2
-2
/
+6
2010-10-05
drm/nouveau: Import initial memory timing work
Roy Spliet
4
-1
/
+169
2010-09-24
drm/nv50: use pll type rather than register for CRTC PLL
Ben Skeggs
1
-19
/
+14
2010-09-24
drm/nouveau: v3.0 pll limits tables have type<->register mapping too
Ben Skeggs
1
-1
/
+1
2010-09-24
drm/nouveau: Misc cleanup of the PM code.
Francisco Jerez
3
-7
/
+6
2010-09-24
drm/nouveau: Add support for I2C hardware monitoring devices.
Francisco Jerez
5
-9
/
+58
2010-09-24
drm/nouveau: Refactor nouveau_temp_get() into engine pointers.
Francisco Jerez
5
-39
/
+43
2010-09-24
drm/nouveau: Double the perf table memory clocks on pre-G71 cards.
Francisco Jerez
1
-2
/
+8
2010-09-24
drm/nouveau: Fix parsing of the temperature constant correction.
Francisco Jerez
1
-2
/
+2
2010-09-24
drm/nouveau: Add sane sensor correction defaults for nv4a.
Francisco Jerez
1
-0
/
+1
2010-09-24
drm/nv40: fix reading temp value
Francesco Marella
1
-2
/
+2
2010-09-24
drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes.
Francisco Jerez
1
-1
/
+14
2010-09-24
drm/nv10: Don't oops if the card wants to switch to a channel with no grctx.
Francisco Jerez
1
-1
/
+1
2010-09-24
drm/nouveau: fix panels using straps-based mode detection
Ben Skeggs
1
-2
/
+4
2010-09-24
drm/nouveau: fix chipset vs card_type thinko
Ben Skeggs
1
-1
/
+1
2010-09-24
drm/nv50: assume smaller tiles for bo moves
Ben Skeggs
1
-4
/
+4
2010-09-24
drm/nouveau: add debugfs file to forcibly evict everything from vram
Ben Skeggs
1
-0
/
+16
2010-09-24
drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)
Martin Peres
5
-39
/
+518
2010-09-24
drm/nouveau: correct INIT_DP_CONDITION subcondition 5
Ben Skeggs
1
-1
/
+1
2010-09-24
drm/nouveau: Parse old style perf tables.
Francisco Jerez
2
-4
/
+53
2010-09-24
drm/nv50: flush bar1 vm / dma object setup before poking 0x1708
Ben Skeggs
1
-0
/
+2
2010-09-24
drm/nouveau: fix thinko in volt 0x1x parsing
Ben Skeggs
1
-3
/
+6
2010-09-24
drm/nouveau: implement parsing of DCB 2.2 GPIO table
Ben Skeggs
1
-93
/
+63
2010-09-24
drm/nouveau: fix potential accuracy loss when parsing perf 0x1c tables
Ben Skeggs
1
-20
/
+14
2010-09-24
drm/nouveau: Fix build regression, undefined reference to `acpi_video_get_edid'
Phil Turmel
1
-0
/
+1
2010-09-24
drm/nouveau: restore perflvl on resume, and restore boot perflvl on unload
Ben Skeggs
3
-19
/
+49
2010-09-24
drm/nouveau: allow static performance level setting
Ben Skeggs
6
-4
/
+104
2010-09-24
drm/nv04-nv40: import initial pm backend
Ben Skeggs
5
-3
/
+110
2010-09-24
drm/nv50: import initial clock get/set routines + hook up pm engine
Ben Skeggs
4
-1
/
+138
2010-09-24
drm/nouveau: import initial work on vbios performance table parsing
Ben Skeggs
7
-0
/
+678
2010-09-24
drm/nouveau: make bios code easier to use externally
Ben Skeggs
2
-23
/
+50
[next]