Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_pps.c50 enum pipe pipe = intel_dp->pps.pps_pipe; in vlv_power_sequencer_kick()
138 intel_dp->pps.pps_pipe); in vlv_find_free_pps()
140 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
141 pipes &= ~(1 << intel_dp->pps.pps_pipe); in vlv_find_free_pps()
144 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
170 intel_dp->pps.active_pipe != intel_dp->pps.pps_pipe); in vlv_power_sequencer_pipe()
172 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
173 return intel_dp->pps.pps_pipe; in vlv_power_sequencer_pipe()
185 intel_dp->pps.pps_pipe = pipe; in vlv_power_sequencer_pipe()
189 pipe_name(intel_dp->pps.pps_pipe), in vlv_power_sequencer_pipe()
[all …]
Dintel_display_types.h1479 enum pipe pps_pipe; member
Dintel_dp.c5223 pipe = intel_dp->pps.pps_pipe; in intel_edp_init_connector()
5301 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_dp_init_connector()