Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_hdmi.c116 return VIDEO_DIP_ENABLE_SPD; in g4x_infoframe_enable()
266 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_infoframes_enabled()
345 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_infoframes_enabled()
423 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_infoframes_enabled()
503 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in vlv_infoframes_enabled()
891 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
910 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
1063 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
1080 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
1120 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_set_infoframes()
[all …]
/drivers/gpu/drm/i915/
Di915_reg.h2747 #define VIDEO_DIP_ENABLE_SPD (8 << 21) macro