summaryrefslogtreecommitdiff
path: root/nvkm/subdev
Commit message (Expand)AuthorAgeFilesLines
* gpio: use base constructor for all implementationsBen Skeggs2014-06-117-114/+47
* gpio: move on-reset intr disable-and-ack to common codeBen Skeggs2014-06-117-138/+80
* gpio: split "toggled" interrupt into "went high" / "went low"Ben Skeggs2014-06-117-114/+156
* gpio: split g92 class from nv50Ben Skeggs2014-06-118-26/+91
* gpio: use indirect pointer to base class definitionBen Skeggs2014-06-114-8/+8
* core: allow event source to handle multiple event types per indexBen Skeggs2014-06-114-4/+4
* mc/nv50-: fix kms pageflip events by reordering irq handling order.Mario Kleiner2014-06-113-3/+3
* gpio/gk104: fix incorrect interrupt register usageBen Skeggs2014-06-071-5/+5
* clk: allow end-user reclocking for nv40, nvaa, and nve0 clock typesIlia Mirkin2014-06-078-9/+18
* fb: default NvMemExec to on, turning it off is used for debugging onlyIlia Mirkin2014-06-074-4/+4
* bios: fix a potential NULL deref in the PROM shadowing functionMartin Peres2014-06-071-4/+5
* i2c: bump the i2c delay for the adt7473Martin Peres2014-06-071-3/+3
* therm/fan/tach: default to 2 pulses per revolutionMartin Peres2014-06-071-1/+1
* fb: add GK20A supportAlexandre Courbot2014-06-074-0/+211
* ibus: add GK20A supportAlexandre Courbot2014-06-072-1/+105
* bar/nvc0: support chips without BAR3Alexandre Courbot2014-06-071-55/+59
* bar: only ioremap BAR3 if it existsAlexandre Courbot2014-06-071-2/+4
* therm/nvd9: handle another kind of PWM fanMartin Peres2014-05-201-0/+1
* bios: fix shadowing from PROM on big-endian systemsBen Skeggs2014-05-021-4/+6
* v3.15-rc2Ben Skeggs2014-04-211-1/+1
* bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres2014-03-261-14/+19
* therm: let the vbios decide on the automatic fan management modeMartin Peres2014-03-263-8/+18
* therm/nvd7: handle another kind of PWM fansMartin Peres2014-03-265-15/+34
* pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres2014-03-261-6/+13
* therm: check for sensor presence with requested mode, not currentBen Skeggs2014-03-261-1/+1
* disp: limit dp capabilities as per dcbBen Skeggs2014-03-261-1/+28
* fbram/nva3: restrict training pattern setup to GT218Ben Skeggs2014-03-261-15/+17
* devinit/nva3: restrict script access to some PFB regsBen Skeggs2014-03-262-0/+51
* devinit: add interface to check if a mmio access by scripts is okBen Skeggs2014-03-263-3/+10
* bios: have strap reads show on devinit spam debug levelBen Skeggs2014-03-266-10/+12
* gpio/nv50: fixup reset for gpios >= 16Ben Skeggs2014-03-261-2/+3
* gpio/nv50: exclude sense value from mask when changing registersBen Skeggs2014-03-261-1/+1
* bios: parsing of some random table needed to bring up grBen Skeggs2014-03-262-1/+111
* bar/nv50: fix plymouth issues on certain efi macbooksBen Skeggs2014-03-261-1/+3
* bios: add more checks to PRAMIN image fetchingBen Skeggs2014-03-261-1/+11
* support for platform devicesAlexandre Courbot2014-03-2614-59/+64
* ltcg/gm107: initial implementationBen Skeggs2014-03-264-60/+215
* fb/gm107: initial implementationBen Skeggs2014-03-267-8/+108
* timer/gk20a: initial implementationBen Skeggs2014-03-265-50/+126
* bios/gm100: hw disable register has movedBen Skeggs2014-03-261-3/+9
* devinit/gm107: initial implementationBen Skeggs2014-03-264-2/+61
* bios: fix INDEX_ADDRESS_LATCHED trace printoutIlia Mirkin2014-03-261-3/+2
* fb: use correct ram oclass for nv1a hardwareEmil Velikov2014-02-181-1/+1
* bios/nv4c: disallow retrieving from prom on nv4x igp'sIlia Mirkin2014-02-181-0/+4
* mc/nv4c: nv4x igp's have a different msi rearm registerIlia Mirkin2014-02-184-1/+48
* v3.14-rc2Ben Skeggs2014-02-141-32/+16
* devinit: lock/unlock crtc regs for all devices, not just pre-nv50Ilia Mirkin2014-01-233-8/+28
* devinit/nv50-: prevent use of engines marked as disabled by hw/vbiosIlia Mirkin2014-01-2310-4/+274
* devinit: tidy up the subdev class definitionBen Skeggs2014-01-2313-192/+138
* bar: tidy up the subdev and object class definitionsBen Skeggs2014-01-234-3/+35