Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c270 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in g4x_infoframes_enabled()
344 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in ibx_infoframes_enabled()
494 if ((val & VIDEO_DIP_PORT_MASK) != VIDEO_DIP_PORT(encoder->port)) in vlv_infoframes_enabled()
873 u32 port = VIDEO_DIP_PORT(encoder->port); in g4x_set_infoframes()
1060 u32 port = VIDEO_DIP_PORT(encoder->port); in ibx_set_infoframes()
1167 u32 port = VIDEO_DIP_PORT(encoder->port); in vlv_set_infoframes()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h1353 #define VIDEO_DIP_PORT(port) ((port) << 29) macro