aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15drm/nouveau/therm: fix a potential deadlock in the therm monitoring codeMartin Peres1-3/+3
2014-07-08drm/nouveau/ram: fix test for gpio presenceBen Skeggs1-1/+1
2014-07-08drm/nouveau/fb: Prevent inlining of ramfuc_regStéphane Marchesin1-1/+1
2014-07-08drm/gk104/ram: bash mpll bit 31 onBen Skeggs1-0/+1
2014-06-18drm/gf117/i2c: no aux channels on this chipsetBen Skeggs1-0/+39
2014-06-17drm/nouveau/pwr: fix typo in fifo wrap handlingBen Skeggs5-5/+5
2014-06-17drm/gk104/fb/ram: fixups from an earlier search+replaceBen Skeggs1-38/+38
2014-06-17drm/gk104/ibus: increase various random timeoutsBen Skeggs1-1/+18
2014-06-17drm/gk104/clk: only touch divider for mode we'll be usingBen Skeggs1-3/+5
2014-06-11drm/nouveau/bios/dp: parse lane postcursor dataBen Skeggs1-11/+12
2014-06-11drm/nouveau/bios: extend connector table parsingBen Skeggs3-14/+59
2014-06-11drm/nouveau/i2c/anx9805: add debugging to aux transactionsBen Skeggs2-5/+34
2014-06-11drm/nouveau/i2c: introduce locking at a per-port levelBen Skeggs12-31/+372
2014-06-11drm/nouveau/i2c: balance port acquire/releaseBen Skeggs3-14/+54
2014-06-11drm/gk104/i2c: add aux channel interrupt driverBen Skeggs3-1/+72
2014-06-11drm/g94/i2c: add aux channel interrupt driverBen Skeggs3-0/+39
2014-06-11drm/nouveau/i2c: add interfaces to support handling aux channel interruptsBen Skeggs3-0/+81
2014-06-11drm/nouveau/i2c: start hiding subdev-internal interfacesBen Skeggs11-119/+124
2014-06-11drm/nouveau/i2c: remove unnecessary i2c_set_adapdata()Ben Skeggs1-2/+0
2014-06-11drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on deferBen Skeggs3-13/+19
2014-06-11drm/nv50-/mc: also pass PMGR interrupts onto I2C subdevBen Skeggs3-3/+6
2014-06-11drm/nouveau/gpio: send separate event types for high/low transitionsBen Skeggs2-13/+10
2014-06-11drm/nouveau/gpio: use base constructor for all implementationsBen Skeggs7-114/+47
2014-06-11drm/nouveau/gpio: move on-reset intr disable-and-ack to common codeBen Skeggs7-138/+80
2014-06-11drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low"Ben Skeggs7-114/+156
2014-06-11drm/nouveau/gpio: split g92 class from nv50Ben Skeggs7-26/+90
2014-06-11drm/nouveau/gpio: use indirect pointer to base class definitionBen Skeggs4-8/+8
2014-06-11drm/nouveau/core: allow event source to handle multiple event types per indexBen Skeggs4-4/+4
2014-06-10drm/nv50-/mc: fix kms pageflip events by reordering irq handling order.Mario Kleiner3-3/+3
2014-06-10drm/gk104/gpio: fix incorrect interrupt register usageBen Skeggs1-5/+5
2014-06-10drm/nouveau/clk: allow end-user reclocking for nv40, nvaa, and nve0 clock typesIlia Mirkin8-9/+18
2014-06-10drm/nouveau/fb: default NvMemExec to on, turning it off is used for debugging onlyIlia Mirkin4-4/+4
2014-06-10drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing functionMartin Peres1-4/+5
2014-06-10drm/nouveau/i2c: bump the i2c delay for the adt7473Martin Peres1-3/+3
2014-06-10drm/nouveau/therm/fan/tach: default to 2 pulses per revolutionMartin Peres1-1/+1
2014-06-10drm/nouveau/fb: add GK20A supportAlexandre Courbot3-0/+209
2014-06-10drm/nouveau/ibus: add GK20A supportAlexandre Courbot1-0/+103
2014-06-10drm/nvc0/bar: support chips without BAR3Alexandre Courbot1-55/+59
2014-06-10drm/nouveau/bar: only ioremap BAR3 if it existsAlexandre Courbot1-2/+4
2014-05-22Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie1-0/+1
2014-05-20drm/nvd9/therm: handle another kind of PWM fanMartin Peres1-0/+1
2014-05-07Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie1-4/+6
2014-05-02drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs1-4/+6
2014-04-18drm/nouveau/bios: fix a bit shift error introduced by 457e77bSergei Antonov1-1/+1
2014-03-26drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres1-14/+19
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres3-8/+18
2014-03-26drm/nvd7/therm: handle another kind of PWM fansMartin Peres5-15/+34
2014-03-26drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres1-6/+13
2014-03-26drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs1-1/+1
2014-03-26drm/nouveau/disp: limit dp capabilities as per dcbBen Skeggs1-1/+28