Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Dlinux_hdmi.c318 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
353 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
380 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack()
381 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
907 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
909 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
912 switch (s3d_struct) { in hdmi_3d_structure_get_name()
962 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
964 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
965 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
[all …]
H A Ddrm_edid.c4980 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()
/dragonfly/sys/dev/drm/include/linux/
H A Dhdmi.h295 enum hdmi_3d_structure s3d_struct; member