Searched refs:active_pipe (Results 1 – 2 of 2) sorted by relevance
607 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_find_free_pps()608 intel_dp->active_pipe != intel_dp->pps_pipe); in vlv_find_free_pps()615 if (intel_dp->active_pipe != INVALID_PIPE) in vlv_find_free_pps()616 pipes &= ~(1 << intel_dp->active_pipe); in vlv_find_free_pps()638 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()639 intel_dp->active_pipe != intel_dp->pps_pipe); in vlv_power_sequencer_pipe()799 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in intel_power_sequencer_reset()3052 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in vlv_detach_power_sequencer()3087 WARN(intel_dp->active_pipe == pipe, in vlv_steal_power_sequencer()3111 WARN_ON(intel_dp->active_pipe != INVALID_PIPE); in vlv_init_panel_power_sequencer()[all …]
1119 enum pipe active_pipe; member