Searched refs:INVALID_PIPE (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_dp.c385 if (intel_dp->pps_pipe != INVALID_PIPE) vlv_power_sequencer_pipe()
401 if (tmp->pps_pipe != INVALID_PIPE) vlv_power_sequencer_pipe()
475 return INVALID_PIPE; vlv_initial_pps_pipe()
493 if (intel_dp->pps_pipe == INVALID_PIPE) vlv_initial_power_sequencer_setup()
497 if (intel_dp->pps_pipe == INVALID_PIPE) vlv_initial_power_sequencer_setup()
502 if (intel_dp->pps_pipe == INVALID_PIPE) { vlv_initial_power_sequencer_setup()
540 intel_dp->pps_pipe = INVALID_PIPE; vlv_power_sequencer_reset()
612 intel_dp->pps_pipe == INVALID_PIPE) edp_have_panel_power()
626 intel_dp->pps_pipe == INVALID_PIPE) edp_have_panel_vdd()
2666 intel_dp->pps_pipe = INVALID_PIPE; vlv_detach_power_sequencer()
2727 if (intel_dp->pps_pipe != INVALID_PIPE) vlv_init_panel_power_sequencer()
5895 enum pipe pipe = INVALID_PIPE; intel_edp_init_connector()
6001 intel_dp->pps_pipe = INVALID_PIPE; intel_dp_init_connector()
H A Dintel_audio.c668 if (pipe == INVALID_PIPE) {
H A Dintel_panel.c700 * INVALID_PIPE may occur during driver init because intel_panel_set_backlight_acpi()
705 if (!panel->backlight.present || pipe == INVALID_PIPE) intel_panel_set_backlight_acpi()
H A Dintel_dsi.c1251 intel_panel_setup_backlight(connector, INVALID_PIPE); intel_dsi_init()
H A Dintel_lvds.c1177 intel_panel_setup_backlight(connector, INVALID_PIPE); intel_lvds_init()
H A Dintel_display.c5056 if (IS_HASWELL(dev) && hsw_workaround_pipe != INVALID_PIPE) {
12977 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; haswell_mode_set_planes_workaround()
13008 pipe_config->hsw_workaround_pipe = INVALID_PIPE;
13015 if (enabled_pipe != INVALID_PIPE)
13021 if (enabled_pipe != INVALID_PIPE)
13994 return INVALID_PIPE; intel_get_pipe_from_connector()
H A Di915_drv.h115 INVALID_PIPE = -1, enumerator in enum:pipe

Completed in 343 milliseconds