summaryrefslogtreecommitdiff
path: root/nvkm
Commit message (Expand)AuthorAgeFilesLines
...
* gpio: rename g92 class to g94Emil Velikov2014-10-027-30/+30
* fb/ram/gk104-: move fb enable/disable to same place as nvidiaBen Skeggs2014-10-021-5/+4
* fb/ram/gk104: twiddle some more bits when reclockingBen Skeggs2014-10-021-1/+98
* bios: parse another large chunk of random memory config dataBen Skeggs2014-10-022-1/+24
* fb/ram/gk104-: perform certain steps only when bios data differsBen Skeggs2014-10-021-19/+34
* fb/ram/gk104-: parse ramcfg data for all frequencies up-frontBen Skeggs2014-10-022-48/+89
* fb/ram/gk104-: use parsed timing data in mr routinesBen Skeggs2014-10-022-6/+11
* bios: parse freq ranges and timing id into ramcfg structBen Skeggs2014-10-027-26/+47
* bios: memset dcb struct to zero before parsingBen Skeggs2014-10-021-0/+1
* fb/ram/gk104: make use of training data provided by vbiosBen Skeggs2014-10-021-43/+138
* bios: add support for parsing table at BIT 'M' v2 + 0x09Ben Skeggs2014-10-023-0/+168
* bios: add support for parsing table at BIT 'M' v2 + 0x05Ben Skeggs2014-10-023-2/+171
* fb/ram/gk104: fix register for second set of training dataBen Skeggs2014-10-021-1/+1
* fb/ram/gk104: more random magic in fb initBen Skeggs2014-10-021-0/+2
* fb/ram/gk104: skip table entry for mode we're already inBen Skeggs2014-10-021-11/+12
* fb/sddr2: Generate MR valuesRoy Spliet2014-10-023-0/+98
* fb/sddr3: Expand MR generationRoy Spliet2014-10-021-10/+33
* pwr/memx/nva3: Match blob's fb access behaviourRoy Spliet2014-10-022-427/+446
* pwr/memx: Return debugging informationRoy Spliet2014-10-026-1412/+1438
* pwr/memx: Make FB disable and enable explicitRoy Spliet2014-10-026-6/+43
* pwr/memx/nva3: Implement "wait for VBLANK"Roy Spliet2014-10-029-994/+1356
* therm/nv84+: do not expose non-calibrated internal temp sensorMartin Peres2014-10-021-1/+6
* therm: make sure the temperature settings are sane on nv84+Martin Peres2014-10-024-1/+35
* subdev: add a pfuse subdev v2Martin Peres2014-10-0213-1/+369
* clk/nva3: Set intermediate core clock on reclockingRoy Spliet2014-10-023-14/+51
* clk/nva3: For PLL clocks always make sure the PLL is not in useRoy Spliet2014-10-021-0/+9
* clk/nva3: Abort when PLL doesn't lockRoy Spliet2014-10-021-1/+5
* clk/nva3: HOST clockRoy Spliet2014-10-022-8/+78
* clk/nva3: Set PLL refclkRoy Spliet2014-10-023-29/+48
* clk/nva3: Parse clock control registers more accuratelyRoy Spliet2014-10-021-4/+28
* drm: Fix duplicate definition of NV04_PFB_BOOT_0_*Pierre Moreau2014-10-023-32/+24
* pwr: wait for scrubbers to finish before uploading new ucodeBen Skeggs2014-10-021-3/+2
* pwr/fuc: make $r1-$r10 registers callee-saved in kernel.fucMartin Peres2014-10-025-736/+749
* pwr/fuc: add ld/st macrosMartin Peres2014-10-021-0/+10
* pwr: add helpers for delay-to-ticks and ticks-to-delayMartin Peres2014-10-029-2284/+2446
* pwr: add some arith functions (mul32_32_64, subu64 and addu64)Martin Peres2014-10-0211-1736/+1921
* pwr: fix the timers implementation with concurent processesMartin Peres2014-10-025-990/+1133
* ppwr: enable ppwr on gm107Martin Peres2014-10-022-1/+5
* gm107/therm: add PWM fan support v2Martin Peres2014-10-027-7/+107
* therm/fan: do not use the pwm mode when the vbios tells us to use toggleMartin Peres2014-10-021-1/+7
* bios/fan: add support for maxwell's fan management table v2Martin Peres2014-10-024-2/+112
* ltc: allocate tagram from memory that spans all partitionsBen Skeggs2014-10-021-1/+1
* core/mm: allow allocation to be confined to a specific slice of heapBen Skeggs2014-10-0215-25/+37
* core/mm: fill in holes with "allocated" nodesBen Skeggs2014-10-022-6/+21
* core/mm: dump mm when trying to tear one down that still has allocationsBen Skeggs2014-10-021-9/+32
* core/mm: modify test for if building a mm with holes in itBen Skeggs2014-10-022-2/+4
* core/mm: make it clearer what (type == 0) meansBen Skeggs2014-10-022-9/+10
* ltc/gf100: translate interrupt status into more meaningful namesBen Skeggs2014-10-022-5/+29
* ltc: drop workaround for an interrupt storm that no longer happensBen Skeggs2014-10-022-10/+0
* disp/nv50-: add support for completion eventsBen Skeggs2014-10-0210-11/+164