| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream | Ben Skeggs | 2016-11-07 | 1 | -1/+7 |
* | drm/nouveau/kms/nv50: clean-up encoder functions | Ben Skeggs | 2016-11-07 | 1 | -2/+2 |
* | drm/nouveau/kms/nv50: switch mst sink back into sst mode | Ben Skeggs | 2016-11-07 | 1 | -1/+8 |
* | drm/nouveau: rename nouveau_drm.h to nouveau_drv.h | Ben Skeggs | 2016-05-20 | 1 | -1/+1 |
* | drm/nouveau/i2c: transition pad/ports away from being based on nvkm_object | Ben Skeggs | 2015-08-28 | 1 | -9/+8 |
* | drm/nouveau: finalise nvkm namespace switch (no binary change) | Ben Skeggs | 2015-01-22 | 1 | -2/+2 |
* | drm/nouveau: remove as much direct use of core headers as possible | Ben Skeggs | 2014-08-10 | 1 | -2/+0 |
* | drm/nouveau: port to nvif client/device/objects | Ben Skeggs | 2014-08-10 | 1 | -3/+0 |
* | drm/nouveau/dp: probe dpcd to determine connectedness | Ben Skeggs | 2014-06-11 | 1 | -8/+6 |
* | drm/nv50-/disp: move DP link training to core and train from supervisor | Ben Skeggs | 2013-02-20 | 1 | -293/+0 |
* | drm/nouveau: store i2c port pointer directly in nouveau_encoder | Ben Skeggs | 2013-02-20 | 1 | -7/+3 |
* | drm/nouveau/gpio: use event interfaces for interrupt signalling | Ben Skeggs | 2013-02-20 | 1 | -2/+4 |
* | drm/nouveau/drm: store full dcb gpio function data in connector | Ben Skeggs | 2013-02-20 | 1 | -2/+2 |
* | drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code | Ben Skeggs | 2012-11-29 | 1 | -90/+15 |
* | drm/nouveau/dp: move core link training calls to common code | Ben Skeggs | 2012-11-29 | 1 | -9/+25 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -227/+53 |
|\ |
|
| * | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 2012-10-03 | 1 | -225/+53 |
| |\ |
|
| | * | drm/nouveau: quiet some static-related sparse noise | Marcin Slusarz | 2012-10-03 | 1 | -1/+1 |
| | * | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 2012-10-03 | 1 | -29/+45 |
| | * | drm/nouveau: implement devinit subdev, and new init table parser | Ben Skeggs | 2012-10-03 | 1 | -2/+2 |
| | * | drm/nouveau/i2c: port to subdev interfaces | Ben Skeggs | 2012-10-03 | 1 | -203/+16 |
| | * | drm/nouveau/gpio: port gpio to subdev interfaces | Ben Skeggs | 2012-10-03 | 1 | -1/+0 |
| | * | drm/nouveau: restructure source tree, split core from drm implementation | Ben Skeggs | 2012-10-03 | 1 | -2/+2 |
| * | | drm: use %*ph to dump small buffers | Andy Shevchenko | 2012-09-13 | 1 | -3/+1 |
| |/ |
|
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -1/+1 |
|/ |
|
* | drm/nouveau/dp: Probe branch/sink OUIs (v2) | Adam Jackson | 2012-05-22 | 1 | -0/+21 |
* | drm/nouveau/dp: support version 4.0 of DP table | Ben Skeggs | 2012-03-23 | 1 | -0/+11 |
* | drm/nouveau/dp: account for channel coding overhead in link training | Ben Skeggs | 2012-03-13 | 1 | -0/+3 |
* | drm/nvd0/disp: initial implementation of displayport | Ben Skeggs | 2012-03-13 | 1 | -4/+2 |
* | drm/nouveau/dp: make dp dpms function common, call from sor code instead | Ben Skeggs | 2012-03-13 | 1 | -0/+23 |
* | drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c | Ben Skeggs | 2012-03-13 | 1 | -217/+16 |
* | drm/nouveau/dp: make functions for executing various bios tables | Ben Skeggs | 2012-03-13 | 1 | -9/+46 |
* | drm/nouveau/dp: fix bad comparison in dp_link_train_commit() | Xi Wang | 2012-03-13 | 1 | -1/+1 |
* | drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues | Ben Skeggs | 2011-12-21 | 1 | -4/+3 |
* | drm/nouveau/disp: parse connector info directly in nouveau_connector.c | Ben Skeggs | 2011-12-21 | 1 | -2/+2 |
* | drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug | Ben Skeggs | 2011-12-21 | 1 | -3/+3 |
* | drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios | Ben Skeggs | 2011-12-21 | 1 | -6/+3 |
* | drm/nouveau/dp: add support for displayport table 0x30 | Ben Skeggs | 2011-09-20 | 1 | -22/+48 |
* | drm/nouveau/dp: return master dp table pointer too when looking up encoder | Ben Skeggs | 2011-09-20 | 1 | -18/+61 |
* | drm/nouveau/dp: preserve non-pattern bits in DP_TRAINING_PATTERN_SET | Ben Skeggs | 2011-09-20 | 1 | -1/+8 |
* | drm/nouveau/dp: use alternate lane mask for nvaf | Ben Skeggs | 2011-09-20 | 1 | -1/+10 |
* | drm/nouveau/dp: link rate scripts are selected with a comparison table | Ben Skeggs | 2011-09-20 | 1 | -4/+3 |
* | drm/nouveau/dp: enable down-spread if vbios and sink support it | Ben Skeggs | 2011-09-20 | 1 | -27/+19 |
* | drm/nouveau/dp: execute some more vbios tables relating to link rate | Ben Skeggs | 2011-09-20 | 1 | -5/+21 |
* | drm/nouveau/dp: store unencoded link_bw everywhere | Ben Skeggs | 2011-09-20 | 1 | -14/+14 |
* | drm/nouveau/dp: restructure link training code | Ben Skeggs | 2011-09-20 | 1 | -327/+199 |
* | drm/nouveau/dp: pass in required datarate to link training | Ben Skeggs | 2011-09-20 | 1 | -1/+1 |
* | drm/nouveau/dp: remove reliance on vbios for native displayport | Ben Skeggs | 2011-09-20 | 1 | -1/+110 |
* | drm/nouveau/dp: rewrite auxch transaction routines | Ben Skeggs | 2011-09-20 | 1 | -105/+131 |
* | drm/nouveau/bios: allow passing in crtc to the init table parser | Ben Skeggs | 2011-09-20 | 1 | -2/+2 |