Searched refs:to_intel_atomic_state (Results 1 – 3 of 3) sorted by relevance
279 struct intel_atomic_state *state = to_intel_atomic_state(s); in intel_atomic_get_shared_dpll_state()308 struct intel_atomic_state *state = to_intel_atomic_state(s); in intel_atomic_state_clear()
4347 if (!to_intel_atomic_state(state)->dpll_set) in intel_shared_dpll_commit()4350 shared_dpll = to_intel_atomic_state(state)->shared_dpll; in intel_shared_dpll_commit()5367 unsigned int cdclk = to_intel_atomic_state(state)->cdclk; in modeset_update_crtc_power_domains()6051 to_intel_atomic_state(state)->cdclk = in valleyview_modeset_calc_cdclk()6066 to_intel_atomic_state(state)->cdclk = in broxton_modeset_calc_cdclk()6111 unsigned int req_cdclk = to_intel_atomic_state(old_state)->cdclk; in valleyview_modeset_commit_cdclk()9568 unsigned int req_cdclk = to_intel_atomic_state(old_state)->cdclk; in broxton_modeset_commit_cdclk()9708 to_intel_atomic_state(state)->cdclk = cdclk; in broadwell_modeset_calc_cdclk()9716 unsigned int req_cdclk = to_intel_atomic_state(old_state)->cdclk; in broadwell_modeset_commit_cdclk()13081 cdclk = to_intel_atomic_state(state)->cdclk; in intel_modeset_checks()[all …]
669 #define to_intel_atomic_state(x) container_of(x, struct intel_atomic_state, base) macro