Lines Matching refs:INVALID_PIPE

137 				    intel_dp->pps.active_pipe != INVALID_PIPE &&  in vlv_find_free_pps()
141 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
145 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
147 if (intel_dp->pps.active_pipe != INVALID_PIPE) in vlv_find_free_pps()
153 return INVALID_PIPE; in vlv_find_free_pps()
170 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()
173 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
182 if (drm_WARN_ON(&dev_priv->drm, pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe()
273 return INVALID_PIPE; in vlv_initial_pps_pipe()
290 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
294 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
299 if (intel_dp->pps.pps_pipe == INVALID_PIPE) { in vlv_initial_power_sequencer_setup()
338 intel_dp->pps.active_pipe != INVALID_PIPE); in intel_pps_reset_all()
346 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_pps_reset_all()
411 intel_dp->pps.pps_pipe == INVALID_PIPE) in edp_have_panel_power()
424 intel_dp->pps.pps_pipe == INVALID_PIPE) in edp_have_panel_vdd()
954 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE); in vlv_detach_power_sequencer()
977 intel_dp->pps.pps_pipe = INVALID_PIPE; in vlv_detach_power_sequencer()
1017 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE); in vlv_pps_init()
1019 if (intel_dp->pps.pps_pipe != INVALID_PIPE && in vlv_pps_init()
1417 enum pipe panel_pipe = INVALID_PIPE; in assert_pps_unlocked()