Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/
Dhdmi.c321 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
330 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_length()
332 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
359 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
381 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack()
383 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack()
384 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
915 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
917 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
920 switch (s3d_struct) { in hdmi_3d_structure_get_name()
[all …]
/Linux-v4.19/include/linux/
Dhdmi.h295 enum hdmi_3d_structure s3d_struct; member
/Linux-v4.19/drivers/gpu/drm/tegra/
Dhdmi.c833 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1489 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_config_vendor_specific_infoframe()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid.c5060 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()