Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c306 u8 ctgp_enable; member
1747 static int victus_s_gpu_thermal_profile_get(bool *ctgp_enable, in victus_s_gpu_thermal_profile_get() argument
1759 *ctgp_enable = gpu_power_modes.ctgp_enable ? true : false; in victus_s_gpu_thermal_profile_get()
1768 static int victus_s_gpu_thermal_profile_set(bool ctgp_enable, in victus_s_gpu_thermal_profile_set() argument
1788 gpu_power_modes.ctgp_enable = ctgp_enable ? 0x01 : 0x00; in victus_s_gpu_thermal_profile_set()