Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hdmi.c129 return VIDEO_DIP_ENABLE_SPD; in g4x_infoframe_enable()
272 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_infoframes_enabled()
349 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_infoframes_enabled()
425 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_infoframes_enabled()
501 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in vlv_infoframes_enabled()
869 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
887 VIDEO_DIP_ENABLE_VENDOR | VIDEO_DIP_ENABLE_SPD); in g4x_set_infoframes()
1040 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
1057 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in ibx_set_infoframes()
1097 VIDEO_DIP_ENABLE_SPD | VIDEO_DIP_ENABLE_GCP); in cpt_set_infoframes()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h4666 #define VIDEO_DIP_ENABLE_SPD (8 << 21) macro