Home
last modified time | relevance | path

Searched refs:VIDEO_DIP_PORT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c261 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in g4x_infoframes_enabled()
335 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in ibx_infoframes_enabled()
485 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in vlv_infoframes_enabled()
875 if (port != (val & VIDEO_DIP_PORT_MASK)) { in g4x_set_infoframes()
878 (val & VIDEO_DIP_PORT_MASK) >> 29); in g4x_set_infoframes()
888 if (port != (val & VIDEO_DIP_PORT_MASK)) { in g4x_set_infoframes()
892 (val & VIDEO_DIP_PORT_MASK) >> 29); in g4x_set_infoframes()
895 val &= ~VIDEO_DIP_PORT_MASK; in g4x_set_infoframes()
1060 if (port != (val & VIDEO_DIP_PORT_MASK)) { in ibx_set_infoframes()
1063 (val & VIDEO_DIP_PORT_MASK) >> 29); in ibx_set_infoframes()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h2322 #define VIDEO_DIP_PORT_MASK (3 << 29) macro