Home
last modified time | relevance | path

Searched refs:NVBIOS_THERM_FAN_LINEAR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dtherm.c197 if (fan->fan_mode > NVBIOS_THERM_FAN_LINEAR) in nvbios_therm_fan_parse()
198 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_therm_fan_parse()
208 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_therm_fan_parse()
H A Dfan.c86 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_fan_parse()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dtherm.h40 NVBIOS_THERM_FAN_LINEAR = 1, enumerator
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dbase.c133 case NVBIOS_THERM_FAN_LINEAR: in nvkm_therm_update()