Home
last modified time | relevance | path

Searched refs:DPLL_VCO_ENABLE (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_display.c1085 cur_state = !!(val & DPLL_VCO_ENABLE); in assert_pll()
1431 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in vlv_enable_pll()
1482 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in chv_enable_pll()
6546 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE | in vlv_compute_dpll()
6563 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE; in chv_compute_dpll()
6582 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV)); in vlv_prepare_pll()
6585 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in vlv_prepare_pll()
6682 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); in chv_prepare_pll()
6685 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in chv_prepare_pll()
6891 dpll |= DPLL_VCO_ENABLE; in i9xx_compute_dpll()
[all …]
H A Dintel_dpll_mgr.c356 return val & DPLL_VCO_ENABLE; in ibx_pch_dpll_get_hw_state()
H A Dintel_runtime_pm.c1097 (I915_READ(DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
H A Dintel_dp.c499 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
H A Di915_reg.h3079 #define DPLL_VCO_ENABLE (1 << 31) macro