Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/
Dhdmi.c318 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
345 if (frame->vic == 0 && frame->s3d_struct == HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
349 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
353 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
380 ptr[8] = (frame->s3d_struct & 0xf) << 4; in hdmi_vendor_infoframe_pack()
381 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
903 hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct) in hdmi_3d_structure_get_name() argument
905 if (s3d_struct < 0 || s3d_struct > 0xf) in hdmi_3d_structure_get_name()
908 switch (s3d_struct) { in hdmi_3d_structure_get_name()
951 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
[all …]
/linux-4.4.14/include/linux/
Dhdmi.h292 enum hdmi_3d_structure s3d_struct; member
/linux-4.4.14/drivers/gpu/drm/tegra/
Dhdmi.c726 frame.s3d_struct = HDMI_3D_STRUCTURE_FRAME_PACKING; in tegra_hdmi_setup_stereo_infoframe()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c4015 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()