Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dgk104.c90 bios.type == NVBIOS_VOLT_PWM) { in gk104_volt_new()
104 if (bios.type == NVBIOS_VOLT_PWM && volt_func != &gk104_volt_pwm) { in gk104_volt_new()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dvolt.h6 NVBIOS_VOLT_PWM, enumerator
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dvolt.c103 info->type = NVBIOS_VOLT_PWM; in nvbios_volt_parse()