Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pps.c31 switch (pps->pps_pipe) { in pps_name()
43 MISSING_CASE(pps->pps_pipe); in pps_name()
91 enum pipe pipe = intel_dp->pps.pps_pipe; in vlv_power_sequencer_kick()
179 intel_dp->pps.pps_pipe); in vlv_find_free_pps()
181 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
182 pipes &= ~(1 << intel_dp->pps.pps_pipe); in vlv_find_free_pps()
185 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
211 intel_dp->pps.active_pipe != intel_dp->pps.pps_pipe); in vlv_power_sequencer_pipe()
213 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
214 return intel_dp->pps.pps_pipe; in vlv_power_sequencer_pipe()
[all …]
H A Dintel_display_types.h1638 enum pipe pps_pipe; member
H A Dintel_dp.c5458 pipe = intel_dp->pps.pps_pipe; in intel_edp_backlight_setup()
5678 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_dp_init_connector()