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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: add runtime PM support (v0.9)
Dave Airlie
2013-08-29
1
-0
/
+13
*
drm/nouveau: add falcon interrupt handler
Maarten Lankhorst
2013-07-10
1
-0
/
+2
*
drm/nvd7/gr: initial support
Maarten Lankhorst
2013-07-05
1
-0
/
+1
*
drm/nvc0-/gr: make register lists from initvals functions
Ben Skeggs
2013-07-05
1
-2
/
+7
*
drm/nouveau/core: xtensa engine base class implementation
Ilia Mirkin
2013-07-01
1
-0
/
+38
*
drm/nouveau/vdec: fork vp3 implementations from vp2
Ilia Mirkin
2013-07-01
2
-0
/
+2
*
drm/nouveau/core: move falcon class to engine/
Ben Skeggs
2013-07-01
1
-0
/
+0
*
drm/nouveau/core: remove nouveau_mm.mutex, no more users
Ben Skeggs
2013-07-01
1
-2
/
+0
*
drm/nvc0/vm: handle bar tlb flushes internally
Ben Skeggs
2013-07-01
1
-2
/
+0
*
drm/nv50/vm: remove explicit vm knowledge from engines
Ben Skeggs
2013-07-01
2
-2
/
+0
*
drm/nv50/vm: handle bar tlb flushes internally
Ben Skeggs
2013-07-01
1
-1
/
+1
*
drm/nouveau/fb: initialise vram controller as pfb sub-object
Ben Skeggs
2013-07-01
1
-70
/
+25
*
drm/nouveau/clk: change init ordering, no longer needed by devinit
Ben Skeggs
2013-07-01
1
-2
/
+2
*
drm/nouveau/devinit: move simple pll setting routines to devinit
Ben Skeggs
2013-07-01
2
-8
/
+15
*
drm/nve0/ce: create engine object for ce2
Ben Skeggs
2013-07-01
2
-0
/
+2
*
drm/nv50/disp: force dac power state during load detect
Ben Skeggs
2013-06-05
1
-1
/
+1
*
drm/nvf0/disp: expose display class 2.2
Ben Skeggs
2013-05-02
2
-0
/
+13
*
drm/nouveau/fifo: implement channel creation event generation
Ben Skeggs
2013-04-26
1
-1
/
+2
*
drm/nouveau/device: tweak the device/subdev relationship a little
Ben Skeggs
2013-04-26
1
-2
/
+2
*
drm/nouveau/device: have engine object initialised before creation
Ben Skeggs
2013-04-26
1
-1
/
+0
*
drm/nouveau/device: convert to engine, rather than subdev
Ben Skeggs
2013-04-26
2
-3
/
+3
*
drm/nouveau/mc: handle irq-related setup ourselves
Ben Skeggs
2013-04-26
1
-14
/
+16
*
drm/nvc0-: support NOUVEAU_GETPARAM_GRAPH_UNITS
Christoph Bumiller
2013-04-26
1
-0
/
+4
*
drm/nvc0-/ltcg: implement VRAM compression
Christoph Bumiller
2013-04-26
1
-0
/
+7
*
drm/nouveau/therm: split the nv50 and nv84 code
Martin Peres
2013-04-26
1
-0
/
+1
*
drm/nouveau/therm: remove some confusion introduced by therm_mode
Martin Peres
2013-03-18
1
-1
/
+1
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-02-25
20
-99
/
+341
|
\
|
*
drm/nouveau/i2c: add support for ddc/aux, and dp link training on anx9805
Ben Skeggs
2013-02-20
1
-0
/
+1
|
*
drm/nv50-/disp: initial work towards supporting external encoders
Ben Skeggs
2013-02-20
1
-0
/
+17
|
*
drm/nv50-/disp: move DP link training to core and train from supervisor
Ben Skeggs
2013-02-20
1
-19
/
+0
|
*
drm/nouveau/i2c: create proper chipset-specific class implementations
Ben Skeggs
2013-02-20
2
-22
/
+106
|
*
drm/nouveau/bios: store a type/mask hash in parsed dcb data
Ben Skeggs
2013-02-20
1
-0
/
+2
|
*
drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type function
Ben Skeggs
2013-02-20
1
-1
/
+2
|
*
drm/nouveau/i2c: aux channels not necessarily on nvio
Ben Skeggs
2013-02-20
1
-0
/
+5
|
*
drm/nouveau/bios: parse external transmitter type if off-chip
Ben Skeggs
2013-02-20
1
-0
/
+1
|
*
drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparently
Ben Skeggs
2013-02-20
1
-7
/
+1
|
*
drm/nouveau/gpio: use event interfaces for interrupt signalling
Ben Skeggs
2013-02-20
1
-18
/
+13
|
*
drm/nouveau/gpio: pass number of on-die gpio lines to base
Ben Skeggs
2013-02-20
1
-3
/
+3
|
*
drm/nouveau/fifo/nvc0-: use interrupt 31 as an event trigger
Ben Skeggs
2013-02-20
1
-0
/
+2
|
*
drm/nouveau/disp: port vblank handling to event interface
Ben Skeggs
2013-02-20
2
-16
/
+15
|
*
drm/nouveau/disp/nv04: implement a base display object class
Ben Skeggs
2013-02-20
1
-0
/
+8
|
*
drm/nouveau/core: basic event interface between core and drm
Ben Skeggs
2013-02-20
1
-0
/
+36
|
*
drm/nouveau: mark nv_printk_ as printf-like function
Marcin Slusarz
2013-02-20
2
-7
/
+8
|
*
drm/nouveau: prepare for reporting channel owner
Marcin Slusarz
2013-02-20
3
-2
/
+6
|
*
drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is input
Ben Skeggs
2013-02-20
1
-0
/
+7
|
*
drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FAN
Ben Skeggs
2013-02-20
1
-1
/
+1
|
*
drm/nouveau/bios: add support for parsing xpio table data
Ben Skeggs
2013-02-20
2
-2
/
+19
|
*
drm/nouveau/therm: better transitions and debug logging
Ben Skeggs
2013-02-20
1
-5
/
+4
|
*
drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevs
Martin Peres
2013-02-20
2
-0
/
+42
|
*
drm/nouveau/therm: implement automatic fan management
Martin Peres
2013-02-20
1
-0
/
+1
[next]