Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1970 temp &= ~PORT_PLL_M2_FRAC_ENABLE; in bxt_ddi_pll_enable()
2097 hw_state->pll3 &= PORT_PLL_M2_FRAC_ENABLE; in bxt_ddi_pll_get_hw_state()
2236 dpll_hw_state->pll3 = PORT_PLL_M2_FRAC_ENABLE; in bxt_ddi_set_dpll_hw_state()
2264 if (pll_state->pll3 & PORT_PLL_M2_FRAC_ENABLE) in bxt_ddi_pll_get_freq()
/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dhandlers.c567 if (vgpu_vreg_t(vgpu, BXT_PORT_PLL(phy, ch, 3)) & PORT_PLL_M2_FRAC_ENABLE) in bxt_vgpu_get_dp_bitrate()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h686 #define PORT_PLL_M2_FRAC_ENABLE REG_BIT(16) macro