Home
last modified time | relevance | path

Searched refs:s3d_struct (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/arm/nvidia/drm2/
H A Dhdmi.c320 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
355 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
382 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack()
383 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
891 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
893 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
896 switch (s3d_struct) { in hdmi_3d_structure_get_name()
943 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
945 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
946 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
[all …]
H A Dhdmi.h288 enum hdmi_3d_structure s3d_struct; member
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c549 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
559 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_length()
643 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack_only()
645 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack_only()
1499 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
1501 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
1504 switch (s3d_struct) { in hdmi_3d_structure_get_name()
1548 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1550 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
1551 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h367 enum hdmi_3d_structure s3d_struct; member