Home
last modified time | relevance | path

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

/linux/drivers/video/
A Dhdmi.c501 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
511 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_length()
595 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack_only()
597 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack_only()
1451 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
1453 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
1456 switch (s3d_struct) { in hdmi_3d_structure_get_name()
1500 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1502 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
1503 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
[all …]
/linux/include/linux/
A Dhdmi.h360 enum hdmi_3d_structure s3d_struct; member
/linux/drivers/gpu/drm/tegra/
A Dhdmi.c781 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/linux/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi.c1802 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()
/linux/drivers/gpu/drm/
A Ddrm_edid.c6066 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()

Completed in 27 milliseconds