Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/platform/x86/hp/
Dhp-wmi.c1588 struct victus_gpu_power_modes gpu_power_modes; in victus_s_gpu_thermal_profile_get() local
1592 &gpu_power_modes, sizeof(gpu_power_modes), in victus_s_gpu_thermal_profile_get()
1593 sizeof(gpu_power_modes)); in victus_s_gpu_thermal_profile_get()
1595 *ctgp_enable = gpu_power_modes.ctgp_enable ? true : false; in victus_s_gpu_thermal_profile_get()
1596 *ppab_enable = gpu_power_modes.ppab_enable ? true : false; in victus_s_gpu_thermal_profile_get()
1597 *dstate = gpu_power_modes.dstate; in victus_s_gpu_thermal_profile_get()
1598 *gpu_slowdown_temp = gpu_power_modes.gpu_slowdown_temp; in victus_s_gpu_thermal_profile_get()
1608 struct victus_gpu_power_modes gpu_power_modes; in victus_s_gpu_thermal_profile_set() local
1624 gpu_power_modes.ctgp_enable = ctgp_enable ? 0x01 : 0x00; in victus_s_gpu_thermal_profile_set()
1625 gpu_power_modes.ppab_enable = ppab_enable ? 0x01 : 0x00; in victus_s_gpu_thermal_profile_set()
[all …]