Searched refs:INVALID_PIPE (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/i915/display/ |
| D | intel_pps.c | 139 intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_find_free_pps() 143 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps() 147 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps() 149 if (intel_dp->pps.active_pipe != INVALID_PIPE) in vlv_find_free_pps() 155 return INVALID_PIPE; in vlv_find_free_pps() 172 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe() 175 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe() 184 if (drm_WARN_ON(&dev_priv->drm, pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe() 276 return INVALID_PIPE; in vlv_initial_pps_pipe() 293 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup() [all …]
|
| D | intel_cdclk.c | 1209 skl_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in skl_cdclk_init_hw() 1220 skl_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in skl_cdclk_uninit_hw() 1634 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe() 1639 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe() 1644 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe() 1773 if (pipe != INVALID_PIPE) in bxt_set_cdclk() 1833 cdctl &= ~bxt_cdclk_cd2x_pipe(dev_priv, INVALID_PIPE); in bxt_sanitize_cdclk() 1900 bxt_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in bxt_cdclk_init_hw() 1912 bxt_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in bxt_cdclk_uninit_hw() 2155 if (pipe == INVALID_PIPE || in intel_set_cdclk_pre_plane_update() [all …]
|
| D | intel_connector.c | 174 return INVALID_PIPE; in intel_connector_get_pipe()
|
| D | g4x_dp.c | 468 intel_dp->pps.active_pipe = INVALID_PIPE; in intel_dp_link_down() 1249 return INVALID_PIPE; in vlv_active_pipe()
|
| D | intel_crtc.c | 169 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
|
| D | intel_display.h | 88 INVALID_PIPE = -1, enumerator
|
| D | intel_lvds.c | 997 intel_backlight_setup(intel_connector, INVALID_PIPE); in intel_lvds_init()
|
| D | intel_display.c | 1983 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable() 6056 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() 6084 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() 6091 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround() 6097 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround()
|
| D | intel_dp.c | 5220 enum pipe pipe = INVALID_PIPE; in intel_edp_init_connector() 5377 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_dp_init_connector() 5378 intel_dp->pps.active_pipe = INVALID_PIPE; in intel_dp_init_connector()
|
| D | vlv_dsi.c | 1999 intel_backlight_setup(intel_connector, INVALID_PIPE); in vlv_dsi_init()
|
| D | icl_dsi.c | 2069 intel_backlight_setup(intel_connector, INVALID_PIPE); in icl_dsi_init()
|
| /Linux-v6.1/drivers/gpu/drm/i915/gvt/ |
| D | reg.h | 84 (INVALID_PIPE)))); })
|
| /Linux-v6.1/drivers/gpu/drm/i915/ |
| D | i915_irq.c | 2379 enum pipe pipe = INVALID_PIPE; in gen11_dsi_te_interrupt_handler()
|