Home
last modified time | relevance | path

Searched refs:INVALID_PIPE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c607 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_find_free_pps()
610 if (intel_dp->pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
613 WARN_ON(intel_dp->pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
615 if (intel_dp->active_pipe != INVALID_PIPE) in vlv_find_free_pps()
621 return INVALID_PIPE; in vlv_find_free_pps()
638 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()
641 if (intel_dp->pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
650 if (WARN_ON(pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe()
739 return INVALID_PIPE; in vlv_initial_pps_pipe()
756 if (intel_dp->pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
[all …]
Dintel_display.h29 INVALID_PIPE = -1, enumerator
Dintel_lvds.c1058 intel_panel_setup_backlight(connector, INVALID_PIPE); in intel_lvds_init()
Dvlv_dsi.c1869 intel_panel_setup_backlight(connector, INVALID_PIPE); in vlv_dsi_init()
Dintel_display.c1205 enum pipe panel_pipe = INVALID_PIPE; in assert_panel_unlocked()
5744 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in haswell_crtc_enable()
12103 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in haswell_mode_set_planes_workaround()
12134 pipe_config->hsw_workaround_pipe = INVALID_PIPE; in haswell_mode_set_planes_workaround()
12141 if (enabled_pipe != INVALID_PIPE) in haswell_mode_set_planes_workaround()
12147 if (enabled_pipe != INVALID_PIPE) in haswell_mode_set_planes_workaround()
14015 return INVALID_PIPE; in intel_get_pipe_from_connector()