Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c231 PORT_PLL_ENABLE); in emulate_monitor_status_change()
295 PORT_PLL_ENABLE); in emulate_monitor_status_change()
325 PORT_PLL_ENABLE); in emulate_monitor_status_change()
356 PORT_PLL_ENABLE); in emulate_monitor_status_change()
H A Dhandlers.c584 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1841 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
/linux/drivers/gpu/drm/i915/display/
H A Dbxt_dpio_phy_regs.h37 #define PORT_PLL_ENABLE REG_BIT(31) macro