Home
last modified time | relevance | path

Searched refs:pps_pipe (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_pps.c53 enum pipe pipe = intel_dp->pps.pps_pipe; in vlv_power_sequencer_kick()
141 intel_dp->pps.pps_pipe); in vlv_find_free_pps()
143 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
144 pipes &= ~(1 << intel_dp->pps.pps_pipe); in vlv_find_free_pps()
147 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
173 intel_dp->pps.active_pipe != intel_dp->pps.pps_pipe); in vlv_power_sequencer_pipe()
175 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
176 return intel_dp->pps.pps_pipe; in vlv_power_sequencer_pipe()
188 intel_dp->pps.pps_pipe = pipe; in vlv_power_sequencer_pipe()
192 pipe_name(intel_dp->pps.pps_pipe), in vlv_power_sequencer_pipe()
[all …]
Dintel_display_types.h1561 enum pipe pps_pipe; member
Dintel_dp.c5243 pipe = intel_dp->pps.pps_pipe; in intel_edp_init_connector()
5316 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_dp_init_connector()