Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c226 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
290 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
320 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
351 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
H A Dhandlers.c573 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1832 v |= PORT_PLL_LOCK; in bxt_port_pll_enable_write()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dbxt_dpio_phy_regs.h38 #define PORT_PLL_LOCK REG_BIT(30) macro
H A Dintel_dpll_mgr.c2122 if (wait_for_us((intel_de_read(display, BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK), in bxt_ddi_pll_enable()