Home
last modified time | relevance | path

Searched refs:LANESTAGGER_STRAP_OVRD (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2029 temp &= ~LANESTAGGER_STRAP_OVRD; in bxt_ddi_pll_enable()
2127 hw_state->pcsdw12 &= LANE_STAGGER_MASK | LANESTAGGER_STRAP_OVRD; in bxt_ddi_pll_get_hw_state()
2251 dpll_hw_state->pcsdw12 = LANESTAGGER_STRAP_OVRD | lanestagger; in bxt_ddi_set_dpll_hw_state()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h798 #define LANESTAGGER_STRAP_OVRD (1 << 6) macro