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

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c322 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID;
349 if (frame->vic == 0 && frame->s3d_struct == HDMI_3D_STRUCTURE_INVALID)
353 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
938 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) {
945 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
H A Dhdmi.h274 HDMI_3D_STRUCTURE_INVALID = -1, enumerator in enum:hdmi_3d_structure

Completed in 62 milliseconds