index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/disp: add internal representaion of output paths and connectors
Ben Skeggs
2014-06-11
10
-2
/
+619
*
drm/nouveau/bios: extend connector table parsing
Ben Skeggs
2014-06-11
4
-16
/
+79
*
drm/nouveau/disp: nothing to see here
Ben Skeggs
2014-06-11
3
-21
/
+42
*
drm/nouveau/i2c/anx9805: add debugging to aux transactions
Ben Skeggs
2014-06-11
2
-5
/
+34
*
drm/nouveau/i2c: introduce locking at a per-port level
Ben Skeggs
2014-06-11
14
-34
/
+380
*
drm/nouveau/i2c: balance port acquire/release
Ben Skeggs
2014-06-11
4
-14
/
+56
*
drm/gk104/i2c: add aux channel interrupt driver
Ben Skeggs
2014-06-11
6
-6
/
+79
*
drm/g94/i2c: add aux channel interrupt driver
Ben Skeggs
2014-06-11
3
-0
/
+39
*
drm/nouveau/i2c: add interfaces to support handling aux channel interrupts
Ben Skeggs
2014-06-11
4
-0
/
+94
*
drm/nouveau/i2c: start hiding subdev-internal interfaces
Ben Skeggs
2014-06-11
21
-236
/
+194
*
drm/nouveau/i2c: remove unnecessary i2c_set_adapdata()
Ben Skeggs
2014-06-11
1
-2
/
+0
*
drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on defer
Ben Skeggs
2014-06-11
4
-14
/
+20
*
drm/nv50-/mc: also pass PMGR interrupts onto I2C subdev
Ben Skeggs
2014-06-11
3
-3
/
+6
*
drm/nouveau/gpio: send separate event types for high/low transitions
Ben Skeggs
2014-06-11
4
-14
/
+17
*
drm/nouveau/gpio: use base constructor for all implementations
Ben Skeggs
2014-06-11
8
-119
/
+47
*
drm/nouveau/gpio: move on-reset intr disable-and-ack to common code
Ben Skeggs
2014-06-11
7
-138
/
+80
*
drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low"
Ben Skeggs
2014-06-11
7
-114
/
+156
*
drm/nouveau/gpio: split g92 class from nv50
Ben Skeggs
2014-06-11
11
-58
/
+110
*
drm/nouveau/gpio: use indirect pointer to base class definition
Ben Skeggs
2014-06-11
13
-75
/
+75
*
drm/nouveau/disp/dp: support training to highest rate, rather than a target
Ben Skeggs
2014-06-11
1
-23
/
+34
*
drm/nouveau/disp/dp: support postcursor in link training
Ben Skeggs
2014-06-11
2
-11
/
+53
*
drm/nouveau/core: allow event source to handle multiple event types per index
Ben Skeggs
2014-06-11
21
-77
/
+112
*
drm/gk208/gr: add missing registers to grctx init
Ilia Mirkin
2014-06-10
1
-0
/
+2
*
drm/nouveau/kms/nv04-nv40: fix pageflip events via special case.
Mario Kleiner
2014-06-10
1
-2
/
+8
*
drm/nv50-/mc: fix kms pageflip events by reordering irq handling order.
Mario Kleiner
2014-06-10
3
-3
/
+3
*
drm/nouveau/disp/nv04-nv40: abort scanoutpos query on vga analog.
Mario Kleiner
2014-06-10
1
-0
/
+8
*
drm/nv50-/kms: wait for enough ring space in crtc_prepare()
Ben Skeggs
2014-06-10
1
-2
/
+2
*
drm/nouveau/disp/dp: support training pattern 3
Ben Skeggs
2014-06-10
2
-2
/
+8
*
drm/nouveau/disp/dp: support aux read interval during link training
Ben Skeggs
2014-06-10
2
-6
/
+8
*
drm/gk104/gpio: fix incorrect interrupt register usage
Ben Skeggs
2014-06-10
1
-5
/
+5
*
drm/nouveau/core: punt all object state change messages to trace level
Ben Skeggs
2014-06-10
1
-5
/
+5
*
drm/nouveau/clk: allow end-user reclocking for nv40, nvaa, and nve0 clock types
Ilia Mirkin
2014-06-10
9
-12
/
+23
*
drm/nouveau/fb: default NvMemExec to on, turning it off is used for debugging...
Ilia Mirkin
2014-06-10
4
-4
/
+4
*
drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing function
Martin Peres
2014-06-10
1
-4
/
+5
*
drm/nouveau/i2c: bump the i2c delay for the adt7473
Martin Peres
2014-06-10
1
-3
/
+3
*
drm/nouveau/therm/fan/tach: default to 2 pulses per revolution
Martin Peres
2014-06-10
1
-1
/
+1
*
drm/nvf0/device: enable video decoding engines on gk110/gk208
John Rowley
2014-06-10
1
-6
/
+0
*
drm/nvf1/device: add support for 0xf1 (gk110b)
John Rowley
2014-06-10
1
-0
/
+35
*
drm/nouveau/device: support for probing GK20A
Alexandre Courbot
2014-06-10
1
-0
/
+17
*
drm/nouveau/graph: add GK20A support
Alexandre Courbot
2014-06-10
8
-9
/
+123
*
drm/nouveau/graph: pad firmware code at load time
Alexandre Courbot
2014-06-10
1
-0
/
+4
*
drm/nouveau/graph: enable when using external fw
Alexandre Courbot
2014-06-10
1
-3
/
+7
*
drm/nouveau/fifo: add GK20A support
Alexandre Courbot
2014-06-10
4
-0
/
+38
*
drm/nouveau/fb: add GK20A support
Alexandre Courbot
2014-06-10
5
-0
/
+212
*
drm/nouveau/ibus: add GK20A support
Alexandre Courbot
2014-06-10
3
-0
/
+105
*
drm/nvc0/bar: support chips without BAR3
Alexandre Courbot
2014-06-10
1
-55
/
+59
*
drm/nouveau/bar: only ioremap BAR3 if it exists
Alexandre Courbot
2014-06-10
1
-2
/
+4
*
Merge tag 'drm/panel/for-3.16-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2014-06-10
4
-0
/
+113
|
\
|
*
drm/panel: simple - Add AUO B133XTN01 panel support
Stéphane Marchesin
2014-06-09
1
-0
/
+25
|
*
drm/panel: simple - Disable panel on shutdown
Thierry Reding
2014-06-05
1
-0
/
+19
[next]