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

/linux-master/drivers/video/
H A Dhdmi.c542 * 0 is a valid value for s3d_struct, so we use a special "not set"
545 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID;
555 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
557 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
571 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
639 if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
641 ptr[8] = (frame->s3d_struct & 0xf) << 4;
642 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
1495 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) argument
1497 if (s3d_struct <
[all...]
/linux-master/include/linux/
H A Dhdmi.h365 enum hdmi_3d_structure s3d_struct; member in struct:hdmi_vendor_infoframe
/linux-master/drivers/gpu/drm/tegra/
H A Dhdmi.c804 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1931 if (frame.s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c7255 * (ie.vic==0 and s3d_struct==0) we will still send it if we
7263 frame->s3d_struct = s3d_structure_from_display_mode(mode);

Completed in 143 milliseconds