Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/
A Dhdmi.c545 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
555 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_length()
639 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack_only()
641 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack_only()
1495 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
1497 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
1500 switch (s3d_struct) { in hdmi_3d_structure_get_name()
1544 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1546 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
1547 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
[all …]
/linux-6.3-rc2/include/linux/
A Dhdmi.h365 enum hdmi_3d_structure s3d_struct; member
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dhdmi.c800 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/linux-6.3-rc2/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi.c1945 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_edid.c7184 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()

Completed in 28 milliseconds