Searched refs:dstate (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/platform/atom/ |
| H A D | punit_atom_debug.c | 129 u32 punit_pwr_status, dstate; in punit_s2idle_check() local 142 dstate = (punit_pwr_status >> punit_devp->sss_pos) & 3; in punit_s2idle_check() 143 if (!dstate) in punit_s2idle_check()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | base.c | 312 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 318 pstate = max(pstate, clk->dstate); in nvkm_pstate_work() 554 if (!rel) clk->dstate = req; in nvkm_clk_dstate() 555 if ( rel) clk->dstate += rel; in nvkm_clk_dstate() 556 clk->dstate = min(clk->dstate, clk->state_nr - 1); in nvkm_clk_dstate() 557 clk->dstate = max(clk->dstate, 0); in nvkm_clk_dstate() 616 clk->dstate = 0; in nvkm_clk_init()
|
| /linux/drivers/platform/x86/hp/ |
| H A D | hp-wmi.c | 347 u8 dstate; 1794 u8 *dstate, in victus_s_gpu_thermal_profile_get() 1806 *dstate = gpu_power_modes.dstate; in victus_s_gpu_thermal_profile_set() 1815 u8 dstate) in victus_s_gpu_thermal_profile_set() 1835 gpu_power_modes.dstate = dstate; in victus_s_set_cpu_pl1_pl2() 335 u8 dstate; global() member 1782 victus_s_gpu_thermal_profile_get(bool * ctgp_enable,bool * ppab_enable,u8 * dstate,u8 * gpu_slowdown_temp) victus_s_gpu_thermal_profile_get() argument 1803 victus_s_gpu_thermal_profile_set(bool ctgp_enable,bool ppab_enable,u8 dstate) victus_s_gpu_thermal_profile_set() argument
|