Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c216 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
280 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
309 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
339 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
H A Dhandlers.c564 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1815 v |= PORT_PLL_LOCK; in bxt_port_pll_enable_write()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1997 if (wait_for_us((intel_de_read(dev_priv, BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK), in bxt_ddi_pll_enable()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h587 #define PORT_PLL_LOCK REG_BIT(30) macro