Home
last modified time | relevance | path

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

/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c129 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 Dbase.c312 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 Dhp-wmi.c169 u8 dstate; member
1585 u8 *dstate, in victus_s_gpu_thermal_profile_get() argument
1597 *dstate = gpu_power_modes.dstate; in victus_s_gpu_thermal_profile_get()
1606 u8 dstate) in victus_s_gpu_thermal_profile_set() argument
1626 gpu_power_modes.dstate = dstate; in victus_s_gpu_thermal_profile_set()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dclk.h101 int dstate; /* display adjustment (min+) */ member