Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_hdmi.c92 return VIDEO_DIP_ENABLE_SPD; in g4x_infoframe_enable()
185 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_infoframe_enabled()
243 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_infoframe_enabled()
300 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_infoframe_enabled()
358 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in vlv_infoframe_enabled()
542 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
560 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
683 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
700 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
733 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_set_infoframes()
[all …]
Di915_reg.h3479 #define VIDEO_DIP_ENABLE_SPD (8 << 21) macro