Release 4.17 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVBIOS_FAN_H__
#define __NVBIOS_FAN_H__
#include <subdev/bios/therm.h>
u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Martin Peres | 23 | 88.46% | 1 | 25.00% |
Ben Skeggs | 2 | 7.69% | 2 | 50.00% |
Greg Kroah-Hartman | 1 | 3.85% | 1 | 25.00% |
Total | 26 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.