summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clk/gm20b: add glitchless and DFS supportstaging/gm20b_clkAlexandre Courbot2016-06-014-98/+1000
* clk/gk20a: rename constructorAlexandre Courbot2016-06-013-5/+5
* clk/gk20a: improve MNP programmingAlexandre Courbot2016-06-011-89/+96
* clk/gk20a: factorize n_lo computation codeAlexandre Courbot2016-06-011-9/+10
* clk/gk20a: parameterize PLL settingsAlexandre Courbot2016-06-011-24/+27
* clk/gk20a: add and use MNP programming functionsAlexandre Courbot2016-06-011-13/+22
* clk/gk20a: use nvkm_ functions in slide()Alexandre Courbot2016-06-011-16/+10
* clk/gk20a: reorganize MNP calculation a bitAlexandre Courbot2016-06-011-8/+5
* clk/gk20a: setup slide once during initAlexandre Courbot2016-06-013-6/+46
* clk/gk20a: properly protect macro argumentAlexandre Courbot2016-06-012-2/+2
* volt/gm20b: add support for vmin parameterAlexandre Courbot2016-06-013-7/+22
* volt/gk20a: rename constructorAlexandre Courbot2016-06-013-10/+10
* volt/gk20a: constify and name v_scaleAlexandre Courbot2016-06-011-1/+2
* volt/gk20a: make unused public functions staticAlexandre Courbot2016-06-012-9/+4
* tegra: fetch gpu_speedo_idAlexandre Courbot2016-06-013-0/+3
* drm: Move ->get_scanout_position() to struct drm_crtc_funcsAlexandre Courbot2016-06-014-27/+9
* Revert "drm-next 7c10ddf87472c07eabc206e273dc59f77c700858"Alexandre Courbot2016-06-016-23/+20
* secboot: use nvkm_mc_enable/disable()Ben Skeggs2016-05-302-6/+3
* secboot: use nvkm_mc_intr_mask/unmask()Ben Skeggs2016-05-302-7/+6
* mc/gk104-: add pmu reset maskBen Skeggs2016-05-301-0/+1
* mc/gf100-: support for masking interruptsBen Skeggs2016-05-304-0/+12
* mc/gt215: support for masking interruptsBen Skeggs2016-05-301-0/+7
* mc: support for temporarily masking interrupts from a specific deviceBen Skeggs2016-05-303-0/+18
* mc: s/intr_mask/intr_stat/Ben Skeggs2016-05-3013-19/+19
* mc: expose device enable/disable separately, as well as resetBen Skeggs2016-05-303-15/+38
* mc: take nvkm_device as argument to public functionsBen Skeggs2016-05-309-46/+50
* mc: allow construction of subclassed deviceBen Skeggs2016-05-302-4/+11
* top: add function to lookup interrupt mask for a given deviceBen Skeggs2016-05-302-0/+17
* top: take nvkm_device as argument to public functionsBen Skeggs2016-05-304-13/+16
* ltc/gm107-: fix typo in the address of NV_PLTCG_LTC0_LTS0_INTRBen Skeggs2016-05-272-4/+4
* bios/disp: fix handling of "match any protocol" entriesBen Skeggs2016-05-254-21/+17
* 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
* fb/gk20a,gm20b: setup mmu debug buffer registers at init()Ben Skeggs2016-05-202-5/+4
* fb/gf100-: allocate mmu debug buffersBen Skeggs2016-05-2013-36/+58
* fb: allow chipset-specific actions for oneinit()Ben Skeggs2016-05-202-0/+9
* gr/gm200-: fix bad hardcoding of a max-tpcs-per-gpc valueBen Skeggs2016-05-202-2/+3
* gr/gm200-: rop count == ltc countBen Skeggs2016-05-203-2/+9
* gr/gm200: modify the mask when copying mmu settings from fbBen Skeggs2016-05-202-4/+2
* gr/gm200: move some code into init_gpc_mmu() hookBen Skeggs2016-05-201-9/+19
* gr/gm200: make generate_main() staticBen Skeggs2016-05-202-2/+1
* gr/gf100-: abstract fetching rop countBen Skeggs2016-05-2015-2/+25
* gr/gf100-: rename magic_not_rop_nr to screen_tile_row_offsetBen Skeggs2016-05-208-26/+26