Home
last modified time | relevance | path

Searched refs:NVBIOS_VOLT_PWM (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk104.c112 bios.type == NVBIOS_VOLT_PWM) { in gk104_volt_new()
126 if (bios.type == NVBIOS_VOLT_PWM && volt_func != &gk104_volt_pwm) { in gk104_volt_new()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvolt.h7 NVBIOS_VOLT_PWM, enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvolt.c109 info->type = NVBIOS_VOLT_PWM; in nvbios_volt_parse()