Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_hdmi.c408 if (port != (val & VIDEO_DIP_PORT_MASK)) { in g4x_set_infoframes()
414 val &= ~VIDEO_DIP_PORT_MASK; in g4x_set_infoframes()
467 if (port != (val & VIDEO_DIP_PORT_MASK)) { in ibx_set_infoframes()
473 val &= ~VIDEO_DIP_PORT_MASK; in ibx_set_infoframes()
Di915_reg.h1827 #define VIDEO_DIP_PORT_MASK (3 << 29) macro