Searched refs:active_pipe (Results 1 – 2 of 2) sorted by relevance
845 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_find_free_pps()846 intel_dp->active_pipe != intel_dp->pps_pipe); in vlv_find_free_pps()853 if (intel_dp->active_pipe != INVALID_PIPE) in vlv_find_free_pps()854 pipes &= ~(1 << intel_dp->active_pipe); in vlv_find_free_pps()876 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()877 intel_dp->active_pipe != intel_dp->pps_pipe); in vlv_power_sequencer_pipe()1041 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in intel_power_sequencer_reset()3655 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in vlv_detach_power_sequencer()3690 WARN(intel_dp->active_pipe == pipe, in vlv_steal_power_sequencer()3716 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in vlv_init_panel_power_sequencer()[all …]
1282 enum pipe active_pipe; member