HomeSort by: relevance | last modified time | path
    Searched refs:s3d_struct (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_hdmi.c 534 1, 0 /* depends on s3d_struct */);
537 frame->s3d_struct = HDMI_3D_STRUCTURE_INVALID;
548 } else if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
549 if (frame->s3d_struct < HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
568 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
583 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
603 } else if (frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
605 p[4] = __SHIFTIN(frame->s3d_struct, __BITS(7,4));
606 if (frame->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
648 frame->s3d_struct = __SHIFTOUT(p[4], __BITS(7,4))
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
hdmi.h 333 enum hdmi_3d_structure s3d_struct; member in struct:hdmi_vendor_infoframe
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 5688 * (ie.vic==0 and s3d_struct==0) we will still send it if we
5696 frame->s3d_struct = s3d_structure_from_display_mode(mode);

Completed in 17 milliseconds