Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/
H A Dhdmi.c497 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 < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
1452 switch (s3d_struct) { in hdmi_3d_structure_get_name()
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dhdmi.h315 enum hdmi_3d_structure s3d_struct; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdmi.h360 enum hdmi_3d_structure s3d_struct; member
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c5686 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
5790 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()
6195 if (frame->vic == 0 && frame->s3d_struct == HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
6199 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
6203 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
6230 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack()
6231 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
6595 hvf->s3d_struct = ptr[4] >> 4; in hdmi_vendor_any_infoframe_unpack()
6596 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) { in hdmi_vendor_any_infoframe_unpack()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dhdmi.c781 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi.c1744 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c6268 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c2305 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()