index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
drm/nva3: split pm backend out from nv50
Ben Skeggs
2010-10-05
5
-42
/
+137
|
|
*
|
drm/nouveau: run perflvl and M table scripts on mem clock change
Ben Skeggs
2010-10-05
3
-0
/
+25
|
|
*
|
drm/nouveau: pass perflvl struct to clock_pre()
Ben Skeggs
2010-10-05
5
-11
/
+17
|
|
*
|
drm/nouveau: enable enhanced framing only if DP display supports it
Ben Skeggs
2010-10-05
2
-2
/
+6
|
|
*
|
drm/nouveau: Import initial memory timing work
Roy Spliet
2010-10-05
4
-1
/
+169
|
|
*
|
drm/nv50: use pll type rather than register for CRTC PLL
Ben Skeggs
2010-09-24
1
-19
/
+14
|
|
*
|
drm/nouveau: v3.0 pll limits tables have type<->register mapping too
Ben Skeggs
2010-09-24
1
-1
/
+1
|
|
*
|
drm/nouveau: Misc cleanup of the PM code.
Francisco Jerez
2010-09-24
3
-7
/
+6
|
|
*
|
drm/nouveau: Add support for I2C hardware monitoring devices.
Francisco Jerez
2010-09-24
5
-9
/
+58
|
|
*
|
drm/nouveau: Refactor nouveau_temp_get() into engine pointers.
Francisco Jerez
2010-09-24
5
-39
/
+43
|
|
*
|
drm/nouveau: Double the perf table memory clocks on pre-G71 cards.
Francisco Jerez
2010-09-24
1
-2
/
+8
|
|
*
|
drm/nouveau: Fix parsing of the temperature constant correction.
Francisco Jerez
2010-09-24
1
-2
/
+2
|
|
*
|
drm/nouveau: Add sane sensor correction defaults for nv4a.
Francisco Jerez
2010-09-24
1
-0
/
+1
|
|
*
|
drm/nv40: fix reading temp value
Francesco Marella
2010-09-24
1
-2
/
+2
|
|
*
|
drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes.
Francisco Jerez
2010-09-24
1
-1
/
+14
|
|
*
|
drm/nv10: Don't oops if the card wants to switch to a channel with no grctx.
Francisco Jerez
2010-09-24
1
-1
/
+1
|
|
*
|
drm/nouveau: fix panels using straps-based mode detection
Ben Skeggs
2010-09-24
1
-2
/
+4
|
|
*
|
drm/nouveau: fix chipset vs card_type thinko
Ben Skeggs
2010-09-24
1
-1
/
+1
|
|
*
|
drm/nv50: assume smaller tiles for bo moves
Ben Skeggs
2010-09-24
1
-4
/
+4
|
|
*
|
drm/nouveau: add debugfs file to forcibly evict everything from vram
Ben Skeggs
2010-09-24
1
-0
/
+16
|
|
*
|
drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)
Martin Peres
2010-09-24
5
-39
/
+518
|
|
*
|
drm/nouveau: correct INIT_DP_CONDITION subcondition 5
Ben Skeggs
2010-09-24
1
-1
/
+1
|
|
*
|
drm/nouveau: Parse old style perf tables.
Francisco Jerez
2010-09-24
2
-4
/
+53
|
|
*
|
drm/nv50: flush bar1 vm / dma object setup before poking 0x1708
Ben Skeggs
2010-09-24
1
-0
/
+2
|
|
*
|
drm/nouveau: fix thinko in volt 0x1x parsing
Ben Skeggs
2010-09-24
1
-3
/
+6
|
|
*
|
drm/nouveau: implement parsing of DCB 2.2 GPIO table
Ben Skeggs
2010-09-24
1
-93
/
+63
|
|
*
|
drm/nouveau: fix potential accuracy loss when parsing perf 0x1c tables
Ben Skeggs
2010-09-24
1
-20
/
+14
|
|
*
|
drm/nouveau: Fix build regression, undefined reference to `acpi_video_get_edid'
Phil Turmel
2010-09-24
1
-0
/
+1
|
|
*
|
drm/nouveau: restore perflvl on resume, and restore boot perflvl on unload
Ben Skeggs
2010-09-24
3
-19
/
+49
|
|
*
|
drm/nouveau: allow static performance level setting
Ben Skeggs
2010-09-24
6
-4
/
+104
|
|
*
|
drm/nv04-nv40: import initial pm backend
Ben Skeggs
2010-09-24
5
-3
/
+110
|
|
*
|
drm/nv50: import initial clock get/set routines + hook up pm engine
Ben Skeggs
2010-09-24
4
-1
/
+138
|
|
*
|
drm/nouveau: import initial work on vbios performance table parsing
Ben Skeggs
2010-09-24
7
-0
/
+678
|
|
*
|
drm/nouveau: make bios code easier to use externally
Ben Skeggs
2010-09-24
2
-23
/
+50
|
|
*
|
drm/nouveau: make the behaviour of get_pll_limits() consistent
Ben Skeggs
2010-09-24
6
-59
/
+135
|
|
*
|
drm/nv50: fix 100c90 write on nva3
Ben Skeggs
2010-09-24
1
-0
/
+1
|
|
*
|
drm/nouveau: zero dummy page
Ben Skeggs
2010-09-24
1
-1
/
+1
|
|
*
|
drm/nv50: mark PCIEGART pages non-present rather than using dummy page
Ben Skeggs
2010-09-24
1
-4
/
+3
|
|
*
|
drm/nouveau: we can't free ACPI EDID, so make a copy that we can
Ben Skeggs
2010-09-24
1
-1
/
+1
|
|
*
|
drm/nouveau: handle fifo pusher errors better
Ben Skeggs
2010-09-24
1
-8
/
+37
|
|
*
|
drm/nouveau: better handling of unmappable vram
Ben Skeggs
2010-09-24
1
-3
/
+20
|
|
*
|
drm/nouveau: Try to fetch an EDID from OF if DDC fails.
Francisco Jerez
2010-09-24
1
-0
/
+36
|
|
*
|
drm/nouveau: Simplify tile region handling.
Francisco Jerez
2010-09-24
6
-60
/
+36
|
|
*
|
drm/nouveau: Remove implicit argument from nv_wait().
Francisco Jerez
2010-09-24
10
-22
/
+24
|
|
*
|
drm/nouveau: PRAMIN is available from the start on pre-nv50.
Francisco Jerez
2010-09-24
1
-1
/
+3
|
|
*
|
drm/nouveau: Add module parameter to override the default AGP rate.
Francisco Jerez
2010-09-24
3
-5
/
+15
|
|
*
|
drm/nouveau: Don't enable AGP FW on nv18.
Francisco Jerez
2010-09-24
1
-2
/
+19
|
|
*
|
drm/nouveau: Don't remove ramht entries from the neighboring channels.
Francisco Jerez
2010-09-24
1
-0
/
+18
|
|
*
|
drm/nouveau: Break some long lines in the TV-out code.
Francisco Jerez
2010-09-24
3
-66
/
+96
|
|
*
|
drm/nv50: fix SOR count for early chipsets
Ben Skeggs
2010-09-24
2
-9
/
+19
[prev]
[next]