summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/nouveau/pwr: fix typo in fifo wrap handlingBen Skeggs2014-06-175-5/+5
| * | | drm/nv50/disp: fix a potential oops in supervisor handlingBen Skeggs2014-06-171-1/+1
| * | | drm/nouveau/disp/dp: don't touch link config after successBen Skeggs2014-06-171-4/+3
| * | | drm/nouveau/kms: reference vblank for crtc during pageflip.Mario Kleiner2014-06-171-0/+7
| * | | drm/gk104/fb/ram: fixups from an earlier search+replaceBen Skeggs2014-06-171-38/+38
| * | | drm/nv50/gr: remove an unneeded write while initialising PGRAPHPierre Moreau2014-06-171-1/+0
| * | | drm/nv50/gr: fix overlap while zeroing zcull regionsPierre Moreau2014-06-171-4/+4
| * | | drm/gf100-/gr: report class data to host on fwmthd failureBen Skeggs2014-06-1712-703/+1003
| * | | drm/gk104/ibus: increase various random timeoutsBen Skeggs2014-06-171-1/+18
| * | | drm/gk104/clk: only touch divider for mode we'll be usingBen Skeggs2014-06-171-3/+5
| |/ /
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-12396-9398/+26660
|\ \ \ | |/ /
| * | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-06-1190-1486/+3346
| |\ \
| | * | drm/nouveau/disp/dp: fix tmds passthrough on dp connectorBen Skeggs2014-06-112-10/+54
| | * | drm/nouveau/dp: probe dpcd to determine connectednessBen Skeggs2014-06-113-40/+26
| | * | drm/nv50-: trigger update after all connectors disabledBen Skeggs2014-06-111-0/+1
| | * | drm/nv50-: prepare for attaching a SOR to multiple headsBen Skeggs2014-06-113-42/+46
| | * | drm/gf119-/disp: fix debug output on update failureBen Skeggs2014-06-111-3/+3
| | * | drm/nouveau/disp/dp: make use of postcursor when its availableBen Skeggs2014-06-111-8/+18
| | * | drm/g94-/disp/dp: take max pullup value across all lanesBen Skeggs2014-06-112-2/+6
| | * | drm/nouveau/bios/dp: parse lane postcursor dataBen Skeggs2014-06-114-24/+27
| | * | drm/nouveau/dp: fix support for dpmsBen Skeggs2014-06-112-4/+50
| | * | drm/nouveau: register a drm_dp_aux channel for each dp connectorBen Skeggs2014-06-112-3/+55
| | * | drm/g94-/disp: add method to power-off dp lanesBen Skeggs2014-06-115-0/+35
| | * | drm/nouveau/disp/dp: maintain link in response to hpd signalBen Skeggs2014-06-116-12/+125
| | * | drm/g94-/disp: bash and wait for something after changing lane power regsBen Skeggs2014-06-111-0/+3
| | * | drm/nouveau/disp/dp: split link config/power into two stepsBen Skeggs2014-06-116-12/+29
| | * | drm/nv50/disp: train PIOR-attached DP from second supervisorBen Skeggs2014-06-111-21/+11
| | * | drm/nouveau/disp/dp: make use of existing output data for link trainingBen Skeggs2014-06-1116-248/+133
| | * | drm/gf119/disp: start removing direct vbios parsing from supervisorBen Skeggs2014-06-111-75/+83
| | * | drm/nv50/disp: start removing direct vbios parsing from supervisorBen Skeggs2014-06-111-107/+116
| | * | drm/nouveau/disp/dp: maintain receiver caps in response to hpd signalBen Skeggs2014-06-112-8/+68
| | * | drm/nouveau/disp/dp: create subclass for dp outputsBen Skeggs2014-06-1116-9/+265
| | * | drm/nouveau: use connector events for HPD instead of GPIO watchingBen Skeggs2014-06-113-44/+34
| | * | drm/nouveau/disp: add internal representaion of output paths and connectorsBen Skeggs2014-06-1110-2/+619
| | * | drm/nouveau/bios: extend connector table parsingBen Skeggs2014-06-114-16/+79
| | * | drm/nouveau/disp: nothing to see hereBen Skeggs2014-06-113-21/+42
| | * | drm/nouveau/i2c/anx9805: add debugging to aux transactionsBen Skeggs2014-06-112-5/+34
| | * | drm/nouveau/i2c: introduce locking at a per-port levelBen Skeggs2014-06-1114-34/+380
| | * | drm/nouveau/i2c: balance port acquire/releaseBen Skeggs2014-06-114-14/+56
| | * | drm/gk104/i2c: add aux channel interrupt driverBen Skeggs2014-06-116-6/+79
| | * | drm/g94/i2c: add aux channel interrupt driverBen Skeggs2014-06-113-0/+39
| | * | drm/nouveau/i2c: add interfaces to support handling aux channel interruptsBen Skeggs2014-06-114-0/+94
| | * | drm/nouveau/i2c: start hiding subdev-internal interfacesBen Skeggs2014-06-1121-236/+194
| | * | drm/nouveau/i2c: remove unnecessary i2c_set_adapdata()Ben Skeggs2014-06-111-2/+0
| | * | drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on deferBen Skeggs2014-06-114-14/+20
| | * | drm/nv50-/mc: also pass PMGR interrupts onto I2C subdevBen Skeggs2014-06-113-3/+6
| | * | drm/nouveau/gpio: send separate event types for high/low transitionsBen Skeggs2014-06-114-14/+17
| | * | drm/nouveau/gpio: use base constructor for all implementationsBen Skeggs2014-06-118-119/+47
| | * | drm/nouveau/gpio: move on-reset intr disable-and-ack to common codeBen Skeggs2014-06-117-138/+80
| | * | drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low"Ben Skeggs2014-06-117-114/+156
OpenPOWER on IntegriCloud