Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c119 return VIDEO_DIP_ENABLE_SPD; in g4x_infoframe_enable()
340 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_infoframes_enabled()
414 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_infoframes_enabled()
882 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
901 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
1054 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
1071 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
1111 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_set_infoframes()
1120 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_set_infoframes()
1161 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in vlv_set_infoframes()
[all …]
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h2327 #define VIDEO_DIP_ENABLE_SPD (8 << 21) macro