Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/
H A Dhdmi.c497 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
509 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
523 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only()
591 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack_only()
1489 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1496 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dhdmi.h298 HDMI_3D_STRUCTURE_INVALID = -1, enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdmi.h342 HDMI_3D_STRUCTURE_INVALID = -1, enumerator
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c5686 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
5758 return HDMI_3D_STRUCTURE_INVALID; in s3d_structure_from_display_mode()
6195 if (frame->vic == 0 && frame->s3d_struct == HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
6199 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c6218 return HDMI_3D_STRUCTURE_INVALID; in s3d_structure_from_display_mode()