Searched refs:active_pipe (Results 1 – 2 of 2) sorted by relevance
809 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_find_free_pps()810 intel_dp->active_pipe != intel_dp->pps_pipe); in vlv_find_free_pps()817 if (intel_dp->active_pipe != INVALID_PIPE) in vlv_find_free_pps()818 pipes &= ~(1 << intel_dp->active_pipe); in vlv_find_free_pps()840 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()841 intel_dp->active_pipe != intel_dp->pps_pipe); in vlv_power_sequencer_pipe()1001 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in intel_power_sequencer_reset()3492 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in vlv_detach_power_sequencer()3527 WARN(intel_dp->active_pipe == pipe, in vlv_steal_power_sequencer()3551 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in vlv_init_panel_power_sequencer()[all …]
1204 enum pipe active_pipe; member