Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dhdmi.c322 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
349 if (frame->vic == 0 && frame->s3d_struct == HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
353 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
938 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
945 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
H A Dhdmi.h273 HDMI_3D_STRUCTURE_INVALID = -1, enumerator