Searched refs:INVALID_PIPE (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_pps.c | 32 case INVALID_PIPE: in pps_name() 177 intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_find_free_pps() 181 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_find_free_pps() 185 intel_dp->pps.pps_pipe != INVALID_PIPE); in vlv_find_free_pps() 187 if (intel_dp->pps.active_pipe != INVALID_PIPE) in vlv_find_free_pps() 193 return INVALID_PIPE; in vlv_find_free_pps() 210 drm_WARN_ON(&dev_priv->drm, intel_dp->pps.active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe() 213 if (intel_dp->pps.pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe() 222 if (drm_WARN_ON(&dev_priv->drm, pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe() 307 return INVALID_PIPE; in vlv_initial_pps_pipe() [all …]
|
D | intel_display_limits.h | 15 INVALID_PIPE = -1, enumerator
|
D | intel_cdclk.c | 1211 skl_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in skl_cdclk_init_hw() 1222 skl_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in skl_cdclk_uninit_hw() 1677 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe() 1682 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe() 1687 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe() 1894 if (pipe != INVALID_PIPE) in _bxt_set_cdclk() 2004 cdctl &= ~bxt_cdclk_cd2x_pipe(dev_priv, INVALID_PIPE); in bxt_sanitize_cdclk() 2071 bxt_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in bxt_cdclk_init_hw() 2083 bxt_set_cdclk(dev_priv, &cdclk_config, INVALID_PIPE); in bxt_cdclk_uninit_hw() 2465 if (pipe == INVALID_PIPE || in intel_set_cdclk_pre_plane_update() [all …]
|
D | intel_connector.c | 171 return INVALID_PIPE; in intel_connector_get_pipe()
|
D | g4x_dp.c | 474 intel_dp->pps.active_pipe = INVALID_PIPE; in intel_dp_link_down() 1232 return INVALID_PIPE; in vlv_active_pipe()
|
D | intel_crtc.c | 175 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
|
D | intel_lvds.c | 994 intel_backlight_setup(connector, INVALID_PIPE); in intel_lvds_init()
|
D | intel_display.c | 1624 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable() 5485 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() 5513 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() 5520 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround() 5526 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround()
|
D | intel_display_irq.c | 903 enum pipe pipe = INVALID_PIPE; in gen11_dsi_te_interrupt_handler()
|
D | intel_dp.c | 5436 enum pipe pipe = INVALID_PIPE; in intel_edp_backlight_setup() 5667 intel_dp->pps.pps_pipe = INVALID_PIPE; in intel_dp_init_connector() 5668 intel_dp->pps.active_pipe = INVALID_PIPE; in intel_dp_init_connector()
|
D | vlv_dsi.c | 1904 intel_backlight_setup(intel_connector, INVALID_PIPE); in vlv_dsi_init()
|
D | icl_dsi.c | 2022 intel_backlight_setup(intel_connector, INVALID_PIPE); in icl_dsi_init()
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | reg.h | 84 (INVALID_PIPE)))); })
|