Searched refs:dstate (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
A D | base.c | 310 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 316 pstate = max(pstate, clk->dstate); in nvkm_pstate_work() 553 if (!rel) clk->dstate = req; in nvkm_clk_dstate() 554 if ( rel) clk->dstate += rel; in nvkm_clk_dstate() 555 clk->dstate = min(clk->dstate, clk->state_nr - 1); in nvkm_clk_dstate() 556 clk->dstate = max(clk->dstate, 0); in nvkm_clk_dstate() 617 clk->dstate = 0; in nvkm_clk_init()
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-qcom-ep.c | 492 u32 dstate, val; in qcom_pcie_ep_global_irq_thread() local 509 dstate = dw_pcie_readl_dbi(pci, DBI_CON_STATUS) & in qcom_pcie_ep_global_irq_thread() 511 dev_dbg(dev, "Received D%d state event\n", dstate); in qcom_pcie_ep_global_irq_thread() 512 if (dstate == 3) { in qcom_pcie_ep_global_irq_thread()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
A D | clk.h | 103 int dstate; /* display adjustment (min+) */ member
|
/linux/drivers/staging/rts5208/ |
A D | rtsx_chip.c | 1728 static void rtsx_handle_pm_dstate(struct rtsx_chip *chip, u8 dstate) in rtsx_handle_pm_dstate() argument 1733 chip->product_id, dstate); in rtsx_handle_pm_dstate() 1746 rtsx_write_cfg_dw(chip, func_no, 0x84, 0xFF, dstate); in rtsx_handle_pm_dstate() 1749 rtsx_write_config_byte(chip, 0x44, dstate); in rtsx_handle_pm_dstate()
|
/linux/drivers/gpu/drm/i915/ |
A D | intel_pm.c | 7818 u32 dstate = intel_uncore_read(&dev_priv->uncore, D_STATE); in gen3_init_clock_gating() local 7820 dstate |= DSTATE_PLL_D3_OFF | DSTATE_GFX_CLOCK_GATING | in gen3_init_clock_gating() 7822 intel_uncore_write(&dev_priv->uncore, D_STATE, dstate); in gen3_init_clock_gating()
|
Completed in 28 milliseconds