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

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c319 * 0 is a valid value for s3d_struct, so we use a special "not set"
322 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)
357 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
384 ptr[8] = (frame->s3d_struct & 0xf) << 4;
385 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
893 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) argument
895 if (s3d_struct < 0 || s3d_struct >
[all...]
H A Dhdmi.h292 enum hdmi_3d_structure s3d_struct; member in struct:hdmi_vendor_infoframe

Completed in 335 milliseconds