index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
core
/
subdev
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: add runtime PM support (v0.9)
Dave Airlie
2013-08-29
2
-1
/
+7
*
drm/nouveau: use vmalloc for pgt allocation
Marcin Slusarz
2013-07-05
1
-3
/
+3
*
drm/nvc0/devinit: minor typo
Ben Skeggs
2013-07-05
1
-1
/
+1
*
drm/nvd0-/disp: handle case where display engine is missing/disabled
Maarten Lankhorst
2013-07-01
2
-1
/
+7
*
drm/nouveau/bsp/nv84: initial vp2 engine implementation
Ilia Mirkin
2013-07-01
1
-0
/
+1
*
drm/nouveau/vp/nv84: initial vp2 engine implementation
Ilia Mirkin
2013-07-01
2
-0
/
+2
*
drm/nouveau/vm: perform a bar flush when flushing vm
Maarten Lankhorst
2013-07-01
2
-0
/
+8
*
drm/nouveau/vm: make each vma take a reference on its parent vm
Ben Skeggs
2013-07-01
1
-1
/
+4
*
drm/nouveau/vm: take subdev mutex, not the mm, protects against race with vm/...
Ben Skeggs
2013-07-01
1
-16
/
+17
*
drm/nvc0/vm: handle bar tlb flushes internally
Ben Skeggs
2013-07-01
2
-32
/
+28
*
drm/nv50-/vm: take mutex rather than irqsave spinlock
Ben Skeggs
2013-07-01
2
-10
/
+4
*
drm/nv50/vm: remove explicit vm knowledge from engines
Ben Skeggs
2013-07-01
1
-19
/
+25
*
drm/nv50/vm: handle bar tlb flushes internally
Ben Skeggs
2013-07-01
2
-4
/
+12
*
drm/nva3/clk: minor improvements to fractional N calculation
Ben Skeggs
2013-07-01
1
-3
/
+11
*
drm/nouveau/fb: initialise vram controller as pfb sub-object
Ben Skeggs
2013-07-01
33
-630
/
+1244
*
drm/nouveau/devinit: move simple pll setting routines to devinit
Ben Skeggs
2013-07-01
16
-454
/
+587
*
drm/nouveau: pass generic subdev to calculation routines
Ben Skeggs
2013-07-01
7
-18
/
+17
*
drm/nve0/ce: stub interrupt handler
Ben Skeggs
2013-07-01
1
-0
/
+1
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-05-21
2
-9
/
+12
|
\
|
*
drm/nve0/ltcg: poke the partition count into yet another register
Ben Skeggs
2013-05-20
1
-0
/
+2
|
*
drm/nvc0/ltcg: fix handling of disabled partitions
Ben Skeggs
2013-05-20
1
-7
/
+8
|
*
drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode
Ben Skeggs
2013-05-20
1
-2
/
+2
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-05-02
36
-2585
/
+624
|
\
\
|
|
/
|
*
drm/nouveau/timer: allow alarms to be cancelled
Ben Skeggs
2013-04-26
1
-4
/
+9
|
*
drm/nouveau/device: convert to engine, rather than subdev
Ben Skeggs
2013-04-26
9
-2344
/
+0
|
*
drm/nv04-nv40/instmem: use self as parent for subobjects
Ben Skeggs
2013-04-26
2
-8
/
+13
|
*
drm/nv04-nv40/vm: use self as parent for subobjects
Ben Skeggs
2013-04-26
3
-3
/
+3
|
*
drm/nv50-/bar: use self as parent for subobjects
Ben Skeggs
2013-04-26
2
-15
/
+21
|
*
drm/nv04-nv40/instmem: remove parent deref hack
Ben Skeggs
2013-04-26
3
-12
/
+0
|
*
drm/nouveau/i2c: remove parent deref hack
Ben Skeggs
2013-04-26
1
-5
/
+1
|
*
drm/nouveau/therm: send some messages to debug level
Ben Skeggs
2013-04-26
2
-14
/
+14
|
*
drm/nouveau/mc: handle irq-related setup ourselves
Ben Skeggs
2013-04-26
6
-9
/
+56
|
*
drm/nouveau/bios: add missing newline on IO*_OR opcode debugging
Ben Skeggs
2013-04-26
1
-2
/
+2
|
*
drm/nouveau/bios: suppress some parser errors when dry-running scripts
Ben Skeggs
2013-04-26
1
-19
/
+33
|
*
drm/nve0: magic up some support for GF117
Ben Skeggs
2013-04-26
1
-0
/
+28
|
*
drm/nvc0-/ltcg: Fix build on 32-bit platforms (v2)
Roy Spliet
2013-04-26
1
-1
/
+1
|
*
drm/nvc0-/ltcg: implement VRAM compression
Christoph Bumiller
2013-04-26
3
-29
/
+213
|
*
drm/nv50/therm: implement temperature reading
Martin Peres
2013-04-26
1
-3
/
+39
|
*
drm/nouveau/therm: split the nv50 and nv84 code
Martin Peres
2013-04-26
7
-164
/
+237
|
*
drm/nvc0/fb: ignore readback page alloc failure to support userspace
Ben Skeggs
2013-04-26
1
-8
/
+9
*
|
nouveau: Attempt to use platform-provided ROM image
Matthew Garrett
2013-04-01
1
-0
/
+17
|
/
*
drm/nouveau/therm: display the availability of the internal sensor
Martin Peres
2013-03-18
3
-0
/
+13
*
drm/nouveau/therm: disable temperature management if the sensor isn't readable
Martin Peres
2013-03-18
1
-1
/
+1
*
drm/nouveau/therm: disable auto fan management if temperature is not available
Martin Peres
2013-03-18
1
-0
/
+5
*
drm/nv40/therm: reserve negative temperatures for errors
Martin Peres
2013-03-18
1
-0
/
+4
*
drm/nv40/therm: disable temperature reading if the bios misses some parameters
Martin Peres
2013-03-18
2
-15
/
+4
*
drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the user
Martin Peres
2013-03-18
2
-3
/
+5
*
drm/nouveau/therm: remove some confusion introduced by therm_mode
Martin Peres
2013-03-18
3
-7
/
+7
*
drm/nouveau/therm: do not make assumptions on temperature
Martin Peres
2013-03-18
1
-3
/
+3
*
drm/nv40/therm: increase the sensor's settling delay to 20ms
Martin Peres
2013-03-18
1
-1
/
+2
[next]