Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/
H A Dhdmi.c545 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
557 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
571 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only()
639 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack_only()
1503 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1510 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
/linux-6.15/include/linux/
H A Dhdmi.h356 HDMI_3D_STRUCTURE_INVALID = -1, enumerator
/linux-6.15/drivers/gpu/drm/
H A Ddrm_edid.c7359 return HDMI_3D_STRUCTURE_INVALID; in s3d_structure_from_display_mode()