| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-06-12 | 396 | -9398/+26660 |
|\ |
|
| * | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 2014-06-11 | 90 | -1486/+3346 |
| |\ |
|
| | * | drm/nouveau/disp/dp: fix tmds passthrough on dp connector | Ben Skeggs | 2014-06-11 | 2 | -10/+54 |
| | * | drm/nouveau/dp: probe dpcd to determine connectedness | Ben Skeggs | 2014-06-11 | 3 | -40/+26 |
| | * | drm/nv50-: trigger update after all connectors disabled | Ben Skeggs | 2014-06-11 | 1 | -0/+1 |
| | * | drm/nv50-: prepare for attaching a SOR to multiple heads | Ben Skeggs | 2014-06-11 | 3 | -42/+46 |
| | * | drm/gf119-/disp: fix debug output on update failure | Ben Skeggs | 2014-06-11 | 1 | -3/+3 |
| | * | drm/nouveau/disp/dp: make use of postcursor when its available | Ben Skeggs | 2014-06-11 | 1 | -8/+18 |
| | * | drm/g94-/disp/dp: take max pullup value across all lanes | Ben Skeggs | 2014-06-11 | 2 | -2/+6 |
| | * | drm/nouveau/bios/dp: parse lane postcursor data | Ben Skeggs | 2014-06-11 | 4 | -24/+27 |
| | * | drm/nouveau/dp: fix support for dpms | Ben Skeggs | 2014-06-11 | 2 | -4/+50 |
| | * | drm/nouveau: register a drm_dp_aux channel for each dp connector | Ben Skeggs | 2014-06-11 | 2 | -3/+55 |
| | * | drm/g94-/disp: add method to power-off dp lanes | Ben Skeggs | 2014-06-11 | 5 | -0/+35 |
| | * | drm/nouveau/disp/dp: maintain link in response to hpd signal | Ben Skeggs | 2014-06-11 | 6 | -12/+125 |
| | * | drm/g94-/disp: bash and wait for something after changing lane power regs | Ben Skeggs | 2014-06-11 | 1 | -0/+3 |
| | * | drm/nouveau/disp/dp: split link config/power into two steps | Ben Skeggs | 2014-06-11 | 6 | -12/+29 |
| | * | drm/nv50/disp: train PIOR-attached DP from second supervisor | Ben Skeggs | 2014-06-11 | 1 | -21/+11 |
| | * | drm/nouveau/disp/dp: make use of existing output data for link training | Ben Skeggs | 2014-06-11 | 16 | -248/+133 |
| | * | drm/gf119/disp: start removing direct vbios parsing from supervisor | Ben Skeggs | 2014-06-11 | 1 | -75/+83 |
| | * | drm/nv50/disp: start removing direct vbios parsing from supervisor | Ben Skeggs | 2014-06-11 | 1 | -107/+116 |
| | * | drm/nouveau/disp/dp: maintain receiver caps in response to hpd signal | Ben Skeggs | 2014-06-11 | 2 | -8/+68 |
| | * | drm/nouveau/disp/dp: create subclass for dp outputs | Ben Skeggs | 2014-06-11 | 16 | -9/+265 |
| | * | drm/nouveau: use connector events for HPD instead of GPIO watching | Ben Skeggs | 2014-06-11 | 3 | -44/+34 |
| | * | 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 |
| * | | Merge branch 'topic/ipu-destaging' of git://git.pengutronix.de/git/pza/linux ... | Dave Airlie | 2014-06-11 | 10 | -0/+3545 |
| |\ \ |
|
| | * | | gpu: ipu-v3: Register the CSI modules | Philipp Zabel | 2014-06-04 | 1 | -5/+32 |
| | * | | gpu: ipu-v3: Add CSI and SMFC module enable wrappers | Philipp Zabel | 2014-06-04 | 1 | -0/+24 |
| | * | | gpu: ipu-v3: Add ipu_idmac_get_current_buffer function | Philipp Zabel | 2014-06-04 | 1 | -0/+9 |
| | * | | gpu: ipu-v3: Add SMFC code | Philipp Zabel | 2014-06-04 | 4 | -1/+114 |