Searched refs:vlv_active_pipe (Results 1 – 2 of 2) sorted by relevance
184 intel_dp->pps.vlv_active_pipe != INVALID_PIPE && in vlv_find_free_pps()185 intel_dp->pps.vlv_active_pipe != in vlv_find_free_pps()194 if (intel_dp->pps.vlv_active_pipe != INVALID_PIPE) in vlv_find_free_pps()195 pipes &= ~(1 << intel_dp->pps.vlv_active_pipe); in vlv_find_free_pps()1204 drm_WARN(display->drm, intel_dp->pps.vlv_active_pipe == pipe, in vlv_steal_power_sequencer()1222 static enum pipe vlv_active_pipe(struct intel_dp *intel_dp) in vlv_active_pipe() function1239 intel_dp->pps.vlv_active_pipe = vlv_active_pipe(intel_dp); in vlv_pps_pipe_init()1248 intel_dp->pps.vlv_active_pipe = vlv_active_pipe(intel_dp); in vlv_pps_pipe_reset()1260 pipe = vlv_active_pipe(intel_dp); in vlv_pps_backlight_initial_pipe()1299 intel_dp->pps.vlv_active_pipe = crtc->pipe; in vlv_pps_port_enable_unlocked()[all …]
1628 enum pipe vlv_active_pipe; member
Completed in 26 milliseconds