Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Ddisplay.c213 PORT_PLL_ENABLE); in emulate_monitor_status_change()
277 PORT_PLL_ENABLE); in emulate_monitor_status_change()
306 PORT_PLL_ENABLE); in emulate_monitor_status_change()
336 PORT_PLL_ENABLE); in emulate_monitor_status_change()
Dhandlers.c567 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1812 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1959 temp |= PORT_PLL_ENABLE; in bxt_ddi_pll_enable()
1991 temp &= ~PORT_PLL_ENABLE; in bxt_ddi_pll_disable()
2028 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_reg.h1792 #define PORT_PLL_ENABLE (1 << 31) macro