Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Ddisplay.c214 PORT_PLL_ENABLE); in emulate_monitor_status_change()
278 PORT_PLL_ENABLE); in emulate_monitor_status_change()
307 PORT_PLL_ENABLE); in emulate_monitor_status_change()
337 PORT_PLL_ENABLE); in emulate_monitor_status_change()
Dhandlers.c558 if (!(temp & PORT_PLL_ENABLE) || !(temp & PORT_PLL_LOCK)) { in bxt_vgpu_get_dp_bitrate()
1808 if (v & PORT_PLL_ENABLE) in bxt_port_pll_enable_write()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2009 temp |= PORT_PLL_ENABLE; in bxt_ddi_pll_enable()
2041 temp &= ~PORT_PLL_ENABLE; in bxt_ddi_pll_disable()
2078 if (!(val & PORT_PLL_ENABLE)) in bxt_ddi_pll_get_hw_state()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h646 #define PORT_PLL_ENABLE REG_BIT(31) macro