Home
last modified time | relevance | path

Searched refs:DP_PIPE_SEL (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_pch_display.c145 (val & DP_PIPE_SEL_MASK) == DP_PIPE_SEL(PIPE_A)) in ibx_sanitize_pch_dp_port()
153 val |= DP_PIPE_SEL(PIPE_A); in ibx_sanitize_pch_dp_port()
H A Dg4x_dp.c167 intel_dp->DP |= DP_PIPE_SEL(crtc->pipe); in intel_dp_prepare()
461 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
H A Dintel_pps.c125 DP |= DP_PIPE_SEL(pipe); in vlv_power_sequencer_kick()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h1402 #define DP_PIPE_SEL(pipe) ((pipe) << 30) macro