Searched refs:mpll_hw_state (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cx0_phy.c | 3416 struct intel_c20pll_state *mpll_hw_state) in intel_c20pll_state_verify() argument 3421 bool hw_use_mpllb = intel_c20phy_use_mpllb(mpll_hw_state); in intel_c20pll_state_verify() 3425 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->clock != clock, in intel_c20pll_state_verify() 3428 mpll_sw_state->clock, mpll_hw_state->clock); in intel_c20pll_state_verify() 3437 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->mpllb[i] != mpll_sw_state->mpllb[i], in intel_c20pll_state_verify() 3440 mpll_sw_state->mpllb[i], mpll_hw_state->mpllb[i]); in intel_c20pll_state_verify() 3444 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->mplla[i] != mpll_sw_state->mplla[i], in intel_c20pll_state_verify() 3447 mpll_sw_state->mplla[i], mpll_hw_state->mplla[i]); in intel_c20pll_state_verify() 3452 INTEL_DISPLAY_STATE_WARN(display, mpll_hw_state->tx[i] != mpll_sw_state->tx[i], in intel_c20pll_state_verify() 3455 mpll_sw_state->tx[i], mpll_hw_state->tx[i]); in intel_c20pll_state_verify() [all …]
|