Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Ddisplay.c221 PORT_PLL_ENABLE); in emulate_monitor_status_change()
285 PORT_PLL_ENABLE); in emulate_monitor_status_change()
315 PORT_PLL_ENABLE); in emulate_monitor_status_change()
346 PORT_PLL_ENABLE); in emulate_monitor_status_change()
Dhandlers.c570 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1818 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dbxt_dpio_phy_regs.h37 #define PORT_PLL_ENABLE REG_BIT(31) macro
Dintel_dpll_mgr.c2113 intel_de_rmw(i915, BXT_PORT_PLL_ENABLE(port), 0, PORT_PLL_ENABLE); in bxt_ddi_pll_enable()
2142 intel_de_rmw(i915, BXT_PORT_PLL_ENABLE(port), PORT_PLL_ENABLE, 0); in bxt_ddi_pll_disable()
2178 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()