Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_cdclk.c1156 skl_set_cdclk(dev_priv, &cdclk_state, INVALID_PIPE); in skl_init_cdclk()
1167 skl_set_cdclk(dev_priv, &cdclk_state, INVALID_PIPE); in skl_uninit_cdclk()
1478 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe()
1483 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe()
1488 if (pipe == INVALID_PIPE) in bxt_cdclk_cd2x_pipe()
1576 if (pipe != INVALID_PIPE) in bxt_set_cdclk()
1635 cdctl &= ~bxt_cdclk_cd2x_pipe(dev_priv, INVALID_PIPE); in bxt_sanitize_cdclk()
1711 bxt_set_cdclk(dev_priv, &cdclk_state, INVALID_PIPE); in bxt_init_cdclk()
1723 bxt_set_cdclk(dev_priv, &cdclk_state, INVALID_PIPE); in bxt_uninit_cdclk()
1886 if (pipe == INVALID_PIPE || old_state->cdclk <= new_state->cdclk) in intel_set_cdclk_pre_plane_update()
[all …]
H A Dintel_dp.c845 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_find_free_pps()
848 if (intel_dp->pps_pipe != INVALID_PIPE) in vlv_find_free_pps()
851 WARN_ON(intel_dp->pps_pipe != INVALID_PIPE); in vlv_find_free_pps()
853 if (intel_dp->active_pipe != INVALID_PIPE) in vlv_find_free_pps()
859 return INVALID_PIPE; in vlv_find_free_pps()
876 WARN_ON(intel_dp->active_pipe != INVALID_PIPE && in vlv_power_sequencer_pipe()
879 if (intel_dp->pps_pipe != INVALID_PIPE) in vlv_power_sequencer_pipe()
888 if (WARN_ON(pipe == INVALID_PIPE)) in vlv_power_sequencer_pipe()
978 return INVALID_PIPE; in vlv_initial_pps_pipe()
995 if (intel_dp->pps_pipe == INVALID_PIPE) in vlv_initial_power_sequencer_setup()
[all …]
H A Dintel_connector.c173 return INVALID_PIPE; in intel_connector_get_pipe()
H A Dintel_atomic.c515 state->cdclk.pipe = INVALID_PIPE; in intel_atomic_state_clear()
H A Dintel_display.h105 INVALID_PIPE = -1, enumerator
H A Dintel_lvds.c990 intel_panel_setup_backlight(connector, INVALID_PIPE); in intel_lvds_init()
H A Dvlv_dsi.c1946 intel_panel_setup_backlight(connector, INVALID_PIPE); in vlv_dsi_init()
H A Dicl_dsi.c1751 intel_panel_setup_backlight(connector, INVALID_PIPE); in icl_dsi_init()
H A Dintel_display.c1213 enum pipe panel_pipe = INVALID_PIPE; in assert_panel_unlocked()
7022 if (IS_HASWELL(dev_priv) && hsw_workaround_pipe != INVALID_PIPE) { in hsw_crtc_enable()
12026 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in intel_crtc_state_reset()
14245 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
14273 crtc_state->hsw_workaround_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround()
14280 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround()
14286 if (enabled_pipe != INVALID_PIPE) in hsw_mode_set_planes_workaround()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dreg.h87 (INVALID_PIPE)))); })