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.c287 u8 ctgp_enable; member
1728 static int victus_s_gpu_thermal_profile_get(bool *ctgp_enable, in victus_s_gpu_thermal_profile_get() argument
1740 *ctgp_enable = gpu_power_modes.ctgp_enable ? true : false; in victus_s_gpu_thermal_profile_get()
1749 static int victus_s_gpu_thermal_profile_set(bool ctgp_enable, in victus_s_gpu_thermal_profile_set() argument
1769 gpu_power_modes.ctgp_enable = ctgp_enable ? 0x01 : 0x00; in victus_s_gpu_thermal_profile_set()