Lines Matching refs:INVALID_PIPE

139 				    intel_dp->pps.active_pipe != INVALID_PIPE &&  in vlv_find_free_pps()
143 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
147 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
149 if (intel_dp->pps.active_pipe != INVALID_PIPE) in vlv_find_free_pps()
155 return INVALID_PIPE; in vlv_find_free_pps()
172 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()
175 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
184 if (drm_WARN_ON(&dev_priv->drm, pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe()
276 return INVALID_PIPE; in vlv_initial_pps_pipe()
293 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
297 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
302 if (intel_dp->pps.pps_pipe == INVALID_PIPE) { in vlv_initial_power_sequencer_setup()
341 intel_dp->pps.active_pipe != INVALID_PIPE); in intel_pps_reset_all()
349 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_pps_reset_all()
414 intel_dp->pps.pps_pipe == INVALID_PIPE) in edp_have_panel_power()
427 intel_dp->pps.pps_pipe == INVALID_PIPE) in edp_have_panel_vdd()
964 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE); in vlv_detach_power_sequencer()
987 intel_dp->pps.pps_pipe = INVALID_PIPE; in vlv_detach_power_sequencer()
1027 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE); in vlv_pps_init()
1029 if (intel_dp->pps.pps_pipe != INVALID_PIPE && in vlv_pps_init()
1502 enum pipe panel_pipe = INVALID_PIPE; in assert_pps_unlocked()