Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdmi.c104 return VIDEO_DIP_ENABLE_SPD; in g4x_infoframe_enable()
203 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_infoframe_enabled()
263 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_infoframe_enabled()
321 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_infoframe_enabled()
380 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in vlv_infoframe_enabled()
576 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
594 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
715 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
732 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
766 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_set_infoframes()
[all …]
Di915_reg.h4588 #define VIDEO_DIP_ENABLE_SPD (8 << 21) macro