Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
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-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-qcom-ep.c564 u32 dstate, val; in qcom_pcie_ep_global_irq_thread() local
581 dstate = dw_pcie_readl_dbi(pci, DBI_CON_STATUS) & in qcom_pcie_ep_global_irq_thread()
583 dev_dbg(dev, "Received D%d state event\n", dstate); in qcom_pcie_ep_global_irq_thread()
584 if (dstate == 3) { in qcom_pcie_ep_global_irq_thread()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dclk.h101 int dstate; /* display adjustment (min+) */ member
/linux-6.3-rc2/drivers/staging/rts5208/
A Drtsx_chip.c1728 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-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_pm.c4709 u32 dstate = intel_uncore_read(&dev_priv->uncore, D_STATE); in gen3_init_clock_gating() local
4711 dstate |= DSTATE_PLL_D3_OFF | DSTATE_GFX_CLOCK_GATING | in gen3_init_clock_gating()
4713 intel_uncore_write(&dev_priv->uncore, D_STATE, dstate); in gen3_init_clock_gating()

Completed in 21 milliseconds