summaryrefslogtreecommitdiff
path: root/nvkm
AgeCommit message (Expand)AuthorFilesLines
2014-06-11gpio: split "toggled" interrupt into "went high" / "went low"Ben Skeggs7-114/+156
2014-06-11gpio: split g92 class from nv50Ben Skeggs11-58/+110
2014-06-11gpio: use indirect pointer to base class definitionBen Skeggs13-75/+75
2014-06-11disp/dp: support training to highest rate, rather than a targetBen Skeggs1-23/+34
2014-06-11disp/dp: support postcursor in link trainingBen Skeggs2-11/+53
2014-06-11core: allow event source to handle multiple event types per indexBen Skeggs18-71/+105
2014-06-11gr/gk208: add missing registers to grctx initIlia Mirkin1-0/+2
2014-06-11mc/nv50-: fix kms pageflip events by reordering irq handling order.Mario Kleiner3-3/+3
2014-06-11disp/nv04-nv40: abort scanoutpos query on vga analog.Mario Kleiner1-0/+8
2014-06-07disp/dp: support training pattern 3Ben Skeggs2-2/+8
2014-06-07disp/dp: support aux read interval during link trainingBen Skeggs2-6/+8
2014-06-07gpio/gk104: fix incorrect interrupt register usageBen Skeggs1-5/+5
2014-06-07core: punt all object state change messages to trace levelBen Skeggs1-5/+5
2014-06-07clk: allow end-user reclocking for nv40, nvaa, and nve0 clock typesIlia Mirkin9-12/+23
2014-06-07fb: default NvMemExec to on, turning it off is used for debugging onlyIlia Mirkin4-4/+4
2014-06-07bios: fix a potential NULL deref in the PROM shadowing functionMartin Peres1-4/+5
2014-06-07i2c: bump the i2c delay for the adt7473Martin Peres1-3/+3
2014-06-07therm/fan/tach: default to 2 pulses per revolutionMartin Peres1-1/+1
2014-06-07device/nvf0: enable video decoding engines on gk110/gk208John Rowley1-6/+0
2014-06-07device/nvf1: add support for 0xf1 (gk110b)John Rowley1-0/+35
2014-06-07device: support for probing GK20AAlexandre Courbot1-0/+17
2014-06-07graph: add GK20A supportAlexandre Courbot8-9/+123
2014-06-07graph: pad firmware code at load timeAlexandre Courbot1-0/+4
2014-06-07graph: enable when using external fwAlexandre Courbot1-3/+7
2014-06-07fifo: add GK20A supportAlexandre Courbot4-0/+38
2014-06-07fb: add GK20A supportAlexandre Courbot5-0/+212
2014-06-07ibus: add GK20A supportAlexandre Courbot3-1/+106
2014-06-07bar/nvc0: support chips without BAR3Alexandre Courbot1-55/+59
2014-06-07bar: only ioremap BAR3 if it existsAlexandre Courbot1-2/+4
2014-05-20disp/gf119-: fix nasty bug which can clobber SOR0's clock setuplinux-3.15Ben Skeggs1-1/+1
2014-05-20therm/nvd9: handle another kind of PWM fanMartin Peres1-0/+1
2014-05-02gr/gm107: bump attrib cb size quite a bitBen Skeggs1-1/+3
2014-05-02bios: fix shadowing from PROM on big-endian systemsBen Skeggs1-4/+6
2014-04-21v3.15-rc2Ben Skeggs1-1/+1
2014-03-26bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres1-14/+19
2014-03-26therm: let the vbios decide on the automatic fan management modeMartin Peres4-8/+25
2014-03-26therm/nvd7: handle another kind of PWM fansMartin Peres6-16/+35
2014-03-26pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres1-6/+13
2014-03-26therm: check for sensor presence with requested mode, not currentBen Skeggs1-1/+1
2014-03-26disp/dp: allow 540MHz data rateIlia Mirkin1-1/+1
2014-03-26disp: limit dp capabilities as per dcbBen Skeggs2-1/+36
2014-03-26fbram/nva3: restrict training pattern setup to GT218Ben Skeggs1-15/+17
2014-03-26devinit/nva3: restrict script access to some PFB regsBen Skeggs2-0/+51
2014-03-26devinit: add interface to check if a mmio access by scripts is okBen Skeggs4-3/+11
2014-03-26bios: have strap reads show on devinit spam debug levelBen Skeggs7-11/+13
2014-03-26gpio/nv50: fixup reset for gpios >= 16Ben Skeggs1-2/+3
2014-03-26gpio/nv50: exclude sense value from mask when changing registersBen Skeggs1-1/+1
2014-03-26gr/gk104: therm magic needed on some kepler boardsBen Skeggs1-1/+24
2014-03-26gr/gm107: initial supportBen Skeggs13-9/+2946
2014-03-26gf/gf100-: fix a stupid typo, waiting on wrong signal for mmctxBen Skeggs11-11/+11