summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-25volt/pwm/gk104: fix an off-by-one resulting in the voltage not being setlinux-4.4Martin Peres1-1/+1
2015-11-25nvif: allow userspace access to its own client objectBen Skeggs2-2/+7
2015-11-25gr/gf100-: fix oops when calling zbc methodsBen Skeggs1-2/+2
2015-11-25gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK is zeroBen Skeggs3-0/+5
2015-11-25gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct GPCBen Skeggs6-897/+897
2015-11-25gr/gf100-: split out per-gpc address calculation macroBen Skeggs2-47/+49
2015-11-25bios: return actual size of the buffer retrieved via _ROMBen Skeggs1-0/+1
2015-11-25instmem: protect instobj list with a spinlockBen Skeggs2-0/+6
2015-11-25pci: enable c800 magic for some unknown Samsung laptopBen Skeggs1-1/+7
2015-11-25pci: enable c800 magic for Clevo P157SMKarol Herbst1-1/+7
2015-11-03drm: bump patchlevel to indicate availability of abi16/nvif interopBen Skeggs1-1/+3
2015-11-03abi16: implement limited interoperability with usif/nvifBen Skeggs3-2/+53
2015-11-03abi16: introduce locked variant of nouveau_abi16_get()Ben Skeggs1-5/+13
2015-11-03abi16: remove unused argument from nouveau_abi16_get()Ben Skeggs3-9/+8
2015-11-03pci: enable c800 magic for Medion Erazer X7827Ilia Mirkin1-0/+1
2015-11-03pci: enable c800 magic for Lenovo Y510PIlia Mirkin1-1/+7
2015-11-03pll/gk104: fix PLL instability due to bad configuration with gddr5Karol Herbst1-23/+77
2015-11-03clk/g84: Enable reclocking for GDDR3 G94-G200Roy Spliet1-1/+1
2015-11-03bus/hwsq: Implement VBLANK waiting heuristicRoy Spliet5-2/+41
2015-11-03fb/ramnv50: Script changes for G94 and upRoy Spliet1-6/+30
2015-11-03fb/ramnv50: Deal with cards without timing entriesRoy Spliet3-7/+50
2015-11-03fb/ramnv50: Voltage GPIOsRoy Spliet2-0/+42
2015-11-03fb/ramgt215: Restructure r111100 calculation for DDR2Roy Spliet1-30/+34
2015-11-03fb/ramgt215: Change FBVDD/Q when BIOS asks for itRoy Spliet3-0/+20
2015-11-03fb/ramgt215: Transform GPIO ramfuc method from FBVREF-specific to genericRoy Spliet2-24/+19
2015-11-03bios/rammap: Identify DLLoff for >= GF100Roy Spliet5-12/+39
2015-11-03pci: Handle 5-bit and 8-bit tag fieldPierre Moreau6-0/+37
2015-11-03disp,pm: constify nvkm_object_func structuresJulia Lawall2-2/+2
2015-11-03gr: add FERMI_COMPUTE_B class to GF110+Ilia Mirkin3-0/+3
2015-11-03gr: document mp error 0x10Ilia Mirkin1-0/+1
2015-11-03drm: fix memory leakSudip Mukherjee1-1/+3
2015-11-03drm: remove unused functionSudip Mukherjee2-15/+0
2015-11-03pmu/gk107: enable PGOB codepathsBen Skeggs1-1/+1
2015-11-03pmu/gk104: check fuse to determine presence of PGOBBen Skeggs1-0/+4
2015-11-03pci: prepare for chipset-specific initialisation tasksBen Skeggs2-0/+4
2015-11-03pci/nv46: attempt to fix msi, and re-enable by defaultBen Skeggs6-12/+12
2015-11-03pci/g94: split implementation from nv40Ben Skeggs6-26/+67
2015-11-03pci/g84: split implementation from nv50Ben Skeggs6-5/+49
2015-11-03ibus/gf100: increase wait timeout to avoid read faultsSamuel Pitoiset6-4/+77
2015-11-03gm204/6: add voltage control using the new gk104 volt classMartin Peres1-0/+2
2015-11-03gm107: add voltage control using the new gk104 volt classMartin Peres1-0/+1
2015-11-03volt/gk104: add support for pwm and gpio modesMartin Peres6-7/+133
2015-11-03volt: add support for non-vid-based voltage controllersMartin Peres2-1/+12
2015-11-03bios/volt: add support for pwm-based volt managementMartin Peres2-3/+29
2015-11-03ttm: set the DMA mask for platform devicesAlexandre Courbot1-6/+19
2015-11-03ttm: convert to DMA APIAlexandre Courbot1-7/+5
2015-11-03instmem/gk20a: make use of the IOMMU bitAlexandre Courbot1-4/+6
2015-11-03platform: allow to specify the IOMMU bitAlexandre Courbot6-10/+46
2015-11-03instmem/gk20a: use direct CPU accessAlexandre Courbot2-116/+317
2015-11-03drm: remove unnecessary usage of object handlesBen Skeggs10-61/+31