summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drm: Move ->get_scanout_position() to struct drm_crtc_funcsstaging/drm-fixesAlexandre Courbot2016-06-064-27/+9
* Revert "drm-next 7c10ddf87472c07eabc206e273dc59f77c700858"Alexandre Courbot2016-06-066-23/+20
* Revert "drm-next 92181d47ee74749bdf902f080dab9fa9ef44b37f"Alexandre Courbot2016-06-064-8/+10
* disp/sor/gm107: training pattern registers are like gm200Ben Skeggs2016-06-036-18/+64
* disp/sor/gf119: both links use the same training registerBen Skeggs2016-06-031-2/+1
* iccsense: fix memory leakBen Skeggs2016-06-031-7/+9
* hwmon: add in_min and in_maxKarol Herbst2016-06-021-0/+36
* volt: save the voltage range we are able to setKarol Herbst2016-06-022-1/+16
* clk/gm20b: add glitchless and DFS supportAlexandre Courbot2016-06-025-98/+1008
* clk/gk20a: rename constructorAlexandre Courbot2016-06-023-5/+5
* clk/gk20a: improve MNP programmingAlexandre Courbot2016-06-021-89/+96
* clk/gk20a: factorize n_lo computation codeAlexandre Courbot2016-06-021-9/+10
* clk/gk20a: parameterize PLL settingsAlexandre Courbot2016-06-021-24/+27
* clk/gk20a: add and use MNP programming functionsAlexandre Courbot2016-06-021-13/+22
* clk/gk20a: use nvkm_ functions in slide()Alexandre Courbot2016-06-021-16/+10
* clk/gk20a: reorganize MNP calculation a bitAlexandre Courbot2016-06-021-8/+5
* clk/gk20a: setup slide once during initAlexandre Courbot2016-06-023-6/+46
* clk/gk20a: properly protect macro argumentAlexandre Courbot2016-06-022-2/+2
* volt/gm20b: add support for vmin parameterAlexandre Courbot2016-06-023-7/+22
* volt/gk20a: rename constructorAlexandre Courbot2016-06-023-10/+10
* volt/gk20a: constify and name v_scaleAlexandre Courbot2016-06-021-1/+2
* volt/gk20a: make unused public functions staticAlexandre Courbot2016-06-022-9/+4
* tegra: fetch gpu_speedo_idAlexandre Courbot2016-06-023-0/+3
* secboot: use nvkm_mc_enable/disable()Ben Skeggs2016-06-022-6/+3
* secboot: use nvkm_mc_intr_mask/unmask()Ben Skeggs2016-06-022-7/+6
* mc/gk104-: add pmu reset maskBen Skeggs2016-06-021-0/+1
* mc/gf100-: support for masking interruptsBen Skeggs2016-06-024-0/+12
* mc/gt215: support for masking interruptsBen Skeggs2016-06-021-0/+7
* mc: support for temporarily masking interrupts from a specific deviceBen Skeggs2016-06-023-0/+18
* mc: s/intr_mask/intr_stat/Ben Skeggs2016-06-0213-19/+19
* mc: expose device enable/disable separately, as well as resetBen Skeggs2016-06-023-15/+38
* mc: take nvkm_device as argument to public functionsBen Skeggs2016-06-029-46/+50
* mc: allow construction of subclassed deviceBen Skeggs2016-06-022-4/+11
* top: add function to lookup interrupt mask for a given deviceBen Skeggs2016-06-022-0/+17
* top: take nvkm_device as argument to public functionsBen Skeggs2016-06-024-13/+16
* core: swap the order of imem/fbBen Skeggs2016-06-021-1/+1
* fbcon: fix out-of-bounds memory accessesBen Skeggs2016-06-024-13/+7
* gr/gf100-: update sm error decoding from gk20a nvgpu headersBen Skeggs2016-06-021-9/+28
* ltc/gm107-: fix typo in the address of NV_PLTCG_LTC0_LTS0_INTRBen Skeggs2016-06-022-4/+4
* bios/disp: fix handling of "match any protocol" entriesBen Skeggs2016-06-024-21/+17
* drm-next 92181d47ee74749bdf902f080dab9fa9ef44b37fBen Skeggs2016-06-014-10/+8
* gr/gf100-: fix race condition in fecs/gpccs ucodeBen Skeggs2016-05-2014-71/+85
* core: recognise GM108 chipsetsBen Skeggs2016-05-201-0/+35
* gr/gm107-: fix touching non-existent ppcs in attrib cb setupBen Skeggs2016-05-201-1/+3
* gr/gk104-: share implementation of ppc exception initBen Skeggs2016-05-207-7/+31
* gr/gk104-: move rop_active_fbps init to nonctxBen Skeggs2016-05-2015-28/+36
* bios/pll: check BIT table version before trying to parse itBen Skeggs2016-05-201-4/+6
* bios/pll: prevent oops when limits table can't be parsedBen Skeggs2016-05-201-2/+2
* volt/gk104: round up in gk104_volt_setKarol Herbst2016-05-201-1/+1
* fb/gm200: setup mmu debug buffer registers at init()Ben Skeggs2016-05-205-9/+65