Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c230 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
294 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
324 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
355 PORT_PLL_REF_SEL | PORT_PLL_LOCK | in emulate_monitor_status_change()
H A Dhandlers.c584 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1842 v |= PORT_PLL_LOCK; in bxt_port_pll_enable_write()
/linux/drivers/gpu/drm/i915/display/
H A Dbxt_dpio_phy_regs.h38 #define PORT_PLL_LOCK REG_BIT(30) macro