summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pci/gp100: initial supportBen Skeggs2016-07-094-0/+47
* mc/gp100: initial supportBen Skeggs2016-07-094-0/+106
* top/gp100: initial supportBen Skeggs2016-07-092-16/+24
* core: recognise GP100 chipsetBen Skeggs2016-07-0914-8/+20
* core: increase maximum nvenc instances to 3Ben Skeggs2016-07-093-3/+7
* core: increase maximum ce instances to 6Ben Skeggs2016-07-093-3/+15
* fb/gf100-: allow selection of an alternate big page sizeBen Skeggs2016-07-098-3/+47
* drm: prevent oops if no mmu subdev presentBen Skeggs2016-07-091-0/+5
* disp/g94: implement workaround for dvi issue on fx380Ben Skeggs2016-07-061-0/+133
* bios: pointers beyond end of first image need special handlingBen Skeggs2016-07-064-21/+36
* bios: guard against out-of-bounds accesses to imageBen Skeggs2016-07-062-4/+37
* fifo/gk104-: translate engidx into human-readable name in debug outputBen Skeggs2016-07-061-2/+2
* disp/nv50-: fix lookup of udisp table under certain circumstancesBen Skeggs2016-07-062-5/+2
* ltc/gm107-: decode interrupt status to human-readable stringsBen Skeggs2016-07-063-5/+10
* gr/gk20a: delete unneeded second newlineJulia Lawall2016-07-061-1/+0
* clk/gf100: Read secondary bypass postdiv when requiredRoy Spliet2016-07-061-6/+14
* clk/gf100-: Clean up PLL locking testRoy Spliet2016-07-062-2/+14
* secboot: lazy-load firmware and be more resilientAlexandre Courbot2016-07-064-39/+59
* secboot/gm200: make firmware loading re-callableAlexandre Courbot2016-07-061-16/+26
* gr/gf100: handle secure boot errorsAlexandre Courbot2016-07-061-2/+8
* secboot: fix kerneldoc for secure boot structuresAlexandre Courbot2016-07-061-4/+9
* hwmon: add in_min and in_maxKarol Herbst2016-07-061-0/+36
* volt: save the voltage range we are able to setKarol Herbst2016-07-062-1/+16
* clk/gm20b: add glitchless and DFS supportAlexandre Courbot2016-07-065-98/+1016
* clk/gk20a: rename constructorAlexandre Courbot2016-07-063-5/+5
* clk/gk20a: improve MNP programmingAlexandre Courbot2016-07-061-89/+96
* clk/gk20a: factorize n_lo computation codeAlexandre Courbot2016-07-061-9/+10
* clk/gk20a: parameterize PLL settingsAlexandre Courbot2016-07-061-24/+27
* clk/gk20a: add and use MNP programming functionsAlexandre Courbot2016-07-061-13/+22
* clk/gk20a: use nvkm_ functions in slide()Alexandre Courbot2016-07-061-16/+10
* clk/gk20a: reorganize MNP calculation a bitAlexandre Courbot2016-07-061-8/+5
* clk/gk20a: setup slide once during initAlexandre Courbot2016-07-063-6/+46
* clk/gk20a: properly protect macro argumentAlexandre Courbot2016-07-062-2/+2
* volt/gm20b: add support for vmin parameterAlexandre Courbot2016-07-063-7/+22
* volt/gk20a: rename constructorAlexandre Courbot2016-07-063-10/+10
* volt/gk20a: constify and name v_scaleAlexandre Courbot2016-07-061-1/+2
* volt/gk20a: make unused public functions staticAlexandre Courbot2016-07-062-9/+4
* tegra: fetch gpu_speedo_idAlexandre Courbot2016-07-063-0/+3
* secboot: use nvkm_mc_enable/disable()Ben Skeggs2016-07-062-6/+3
* secboot: use nvkm_mc_intr_mask/unmask()Ben Skeggs2016-07-062-7/+6
* mc/gk104-: add pmu reset maskBen Skeggs2016-07-061-0/+1
* mc/gf100-: support for masking interruptsBen Skeggs2016-07-064-0/+12
* mc/gt215: support for masking interruptsBen Skeggs2016-07-061-0/+7
* mc: support for temporarily masking interrupts from a specific deviceBen Skeggs2016-07-063-0/+18
* mc: s/intr_mask/intr_stat/Ben Skeggs2016-07-0613-19/+19
* mc: expose device enable/disable separately, as well as resetBen Skeggs2016-07-063-15/+38
* mc: take nvkm_device as argument to public functionsBen Skeggs2016-07-069-46/+50
* mc: allow construction of subclassed deviceBen Skeggs2016-07-062-4/+11
* top: add function to lookup interrupt mask for a given deviceBen Skeggs2016-07-062-0/+17
* top: take nvkm_device as argument to public functionsBen Skeggs2016-07-064-13/+16