Lines Matching refs:INVALID_PIPE

32 		case INVALID_PIPE:  in pps_name()
177 intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_find_free_pps()
181 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
185 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
187 if (intel_dp->pps.active_pipe != INVALID_PIPE) in vlv_find_free_pps()
193 return INVALID_PIPE; in vlv_find_free_pps()
210 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()
213 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
222 if (drm_WARN_ON(&dev_priv->drm, pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe()
307 return INVALID_PIPE; in vlv_initial_pps_pipe()
324 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
328 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
333 if (intel_dp->pps.pps_pipe == INVALID_PIPE) { in vlv_initial_power_sequencer_setup()
459 intel_dp->pps.active_pipe != INVALID_PIPE); in intel_pps_reset_all()
467 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_pps_reset_all()
534 intel_dp->pps.pps_pipe == INVALID_PIPE) in edp_have_panel_power()
547 intel_dp->pps.pps_pipe == INVALID_PIPE) in edp_have_panel_vdd()
1117 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE); in vlv_detach_power_sequencer()
1140 intel_dp->pps.pps_pipe = INVALID_PIPE; in vlv_detach_power_sequencer()
1180 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE); in vlv_pps_init()
1182 if (intel_dp->pps.pps_pipe != INVALID_PIPE && in vlv_pps_init()
1678 enum pipe panel_pipe = INVALID_PIPE; in assert_pps_unlocked()