Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_pps.c136 intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_find_free_pps()
140 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
144 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
146 if (intel_dp->pps.active_pipe != INVALID_PIPE) in vlv_find_free_pps()
152 return INVALID_PIPE; in vlv_find_free_pps()
169 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()
172 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
181 if (drm_WARN_ON(&dev_priv->drm, pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe()
272 return INVALID_PIPE; in vlv_initial_pps_pipe()
289 if (intel_dp->pps.pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
[all …]
Dintel_cdclk.c1168 skl_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in skl_cdclk_init_hw()
1179 skl_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in skl_cdclk_uninit_hw()
1558 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe()
1563 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe()
1568 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe()
1659 if (pipe != INVALID_PIPE) in bxt_set_cdclk()
1719 cdctl &= ~bxt_cdclk_cd2x_pipe(dev_priv, INVALID_PIPE); in bxt_sanitize_cdclk()
1782 bxt_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in bxt_cdclk_init_hw()
1794 bxt_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in bxt_cdclk_uninit_hw()
2003 if (pipe == INVALID_PIPE || in intel_set_cdclk_pre_plane_update()
[all …]
Dintel_connector.c172 return INVALID_PIPE; in intel_connector_get_pipe()
Dintel_crtc.c134 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
Dg4x_dp.c490 intel_dp->pps.active_pipe = INVALID_PIPE; in intel_dp_link_down()
1278 return INVALID_PIPE; in vlv_active_pipe()
Dintel_display.h85 INVALID_PIPE = -1, enumerator
Dintel_lvds.c1002 intel_panel_setup_backlight(connector, INVALID_PIPE); in intel_lvds_init()
Dintel_dp.c5154 enum pipe pipe = INVALID_PIPE; in intel_edp_init_connector()
5301 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_dp_init_connector()
5302 intel_dp->pps.active_pipe = INVALID_PIPE; in intel_dp_init_connector()
Dintel_display.c573 enum pipe panel_pipe = INVALID_PIPE; in assert_panel_unlocked()
3637 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()
9428 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
9456 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
9463 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround()
9469 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround()
Dvlv_dsi.c1967 intel_panel_setup_backlight(connector, INVALID_PIPE); in vlv_dsi_init()
Dicl_dsi.c2051 intel_panel_setup_backlight(connector, INVALID_PIPE); in icl_dsi_init()
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dreg.h85 (INVALID_PIPE)))); })
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_irq.c2364 enum pipe pipe = INVALID_PIPE; in gen11_dsi_te_interrupt_handler()