Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_hdmi.c537 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID; in hdmi_vendor_infoframe_init()
548 } else if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_length()
549 if (frame->s3d_struct < HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_length()
568 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check()
583 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
603 } else if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_infoframe_pack()
605 p[4] = __SHIFTIN(frame->s3d_struct, __BITS(7,4)); in hdmi_vendor_infoframe_pack()
606 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_infoframe_pack()
648 frame->s3d_struct = __SHIFTOUT(p[4], __BITS(7,4)); in hdmi_vendor_infoframe_unpack()
649 if (frame->s3d_struct < HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) { in hdmi_vendor_infoframe_unpack()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dhdmi.h333 enum hdmi_3d_structure s3d_struct; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c5696 frame->s3d_struct = s3d_structure_from_display_mode(mode); in drm_hdmi_vendor_infoframe_from_display_mode()