Searched refs:INVALID_PIPE (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_cdclk.c | 1156 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 D | intel_dp.c | 845 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 D | intel_connector.c | 173 return INVALID_PIPE; in intel_connector_get_pipe()
|
| H A D | intel_atomic.c | 515 state->cdclk.pipe = INVALID_PIPE; in intel_atomic_state_clear()
|
| H A D | intel_display.h | 105 INVALID_PIPE = -1, enumerator
|
| H A D | intel_lvds.c | 990 intel_panel_setup_backlight(connector, INVALID_PIPE); in intel_lvds_init()
|
| H A D | vlv_dsi.c | 1946 intel_panel_setup_backlight(connector, INVALID_PIPE); in vlv_dsi_init()
|
| H A D | icl_dsi.c | 1751 intel_panel_setup_backlight(connector, INVALID_PIPE); in icl_dsi_init()
|
| H A D | intel_display.c | 1213 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 D | reg.h | 87 (INVALID_PIPE)))); })
|