Home
last modified time | relevance | path

Searched refs:HDMI_3D_STRUCTURE_INVALID (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/video/
Dhdmi.c321 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
332 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
359 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
381 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack()
963 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
970 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
/Linux-v4.19/include/linux/
Dhdmi.h277 HDMI_3D_STRUCTURE_INVALID = -1, enumerator
/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid.c5001 return HDMI_3D_STRUCTURE_INVALID; in s3d_structure_from_display_mode()