Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/
H A Dhdmi.c494 * 0 is a valid value for s3d_struct, so we use a special "not set" in hdmi_vendor_infoframe_init()
497 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
507 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_length()
509 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
523 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only()
591 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack_only()
593 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack_only()
594 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack_only()
1447 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
1449 if (s3d_struct < in hdmi_3d_structure_get_name()
[all...]
/kernel/linux/linux-6.6/drivers/video/
H A Dhdmi.c542 * 0 is a valid value for s3d_struct, so we use a special "not set" in hdmi_vendor_infoframe_init()
545 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()
557 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
571 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only()
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()
642 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) 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 < in hdmi_3d_structure_get_name()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dhdmi.h360 enum hdmi_3d_structure s3d_struct; member
/kernel/linux/linux-6.6/include/linux/
H A Dhdmi.h365 enum hdmi_3d_structure s3d_struct; member
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dhdmi.c781 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dhdmi.c802 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1809 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1931 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c5875 * (ie.vic==0 and s3d_struct==0) we will still send it if we in drm_hdmi_vendor_infoframe_from_display_mode()
5883 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c7252 * (ie.vic==0 and s3d_struct==0) we will still send it if we in drm_hdmi_vendor_infoframe_from_display_mode()
7260 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()

Completed in 36 milliseconds