Searched refs:vlv_active_pipe (Results 1 – 2 of 2) sorted by relevance
182 intel_dp->pps.vlv_active_pipe != INVALID_PIPE && in vlv_find_free_pps()183 intel_dp->pps.vlv_active_pipe != in vlv_find_free_pps()192 if (intel_dp->pps.vlv_active_pipe != INVALID_PIPE) in vlv_find_free_pps()193 pipes &= ~(1 << intel_dp->pps.vlv_active_pipe); in vlv_find_free_pps()1207 drm_WARN(display->drm, intel_dp->pps.vlv_active_pipe == pipe, in vlv_steal_power_sequencer()1225 static enum pipe vlv_active_pipe(struct intel_dp *intel_dp) in vlv_active_pipe() function1242 intel_dp->pps.vlv_active_pipe = vlv_active_pipe(intel_dp); in vlv_pps_pipe_init()1251 intel_dp->pps.vlv_active_pipe = vlv_active_pipe(intel_dp); in vlv_pps_pipe_reset()1263 pipe = vlv_active_pipe(intel_dp); in vlv_pps_backlight_initial_pipe()1302 intel_dp->pps.vlv_active_pipe = crtc->pipe; in vlv_pps_port_enable_unlocked()[all …]
1595 enum pipe vlv_active_pipe; member