Searched refs:stereo_mode (Results 1 – 7 of 7) sorted by relevance
352 hdmi_dev->attr.vo_attr.stereo_mode); in drv_hdmi_infoframe_send()576 vo_attr->stereo_mode == HDMI_3D_BUTT) { in drv_hdmi_vendor_infoframe_send()585 } else if (vo_attr->stereo_mode < HDMI_3D_BUTT) { // common 3D in drv_hdmi_vendor_infoframe_send()587 h14_vsif_content->_3d_structure = vo_attr->stereo_mode; in drv_hdmi_vendor_infoframe_send()590 h14_vsif_content->_3d_structure = vo_attr->stereo_mode; in drv_hdmi_vendor_infoframe_send()
948 video_attr->stereo_mode = HDMI_3D_BUTT;955 … video_attr->stereo_mode = (hw_status->info_frame_status.vsif[8] >> 4) & 0xf; /* 4'b, BIT[4:1] */1171 video_attr->stereo_mode = HDMI_3D_BUTT;2184 if (hw_vo_attr->stereo_mode != sw_vo_attr->stereo_mode) {2185 … hdmi_info("3d mode change, old(%u)->new(%u)\n", hw_vo_attr->stereo_mode, sw_vo_attr->stereo_mode);2363 hdmi_info("stereo_mode: %u\n", video_attr->stereo_mode);
380 _3d_enable = (vo_attr->stereo_mode == HDMI_3D_BUTT) ? HI_FALSE : HI_TRUE; in frl_check_format()1136 _3d_enable = (vo_attr->stereo_mode == HDMI_3D_BUTT) ? HI_FALSE : HI_TRUE; in dfm_calculate()
437 hdmi_3d_mode stereo_mode; member
896 index = min((hi_s32)vo_attr->stereo_mode, HDMI_3D_BUTT); in proc_video_attr()
56 hdmi_3d_mode stereo_mode; member
3805 …tch_mandatory(const struct drm_display_mode *mode, const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory() argument3809 return mode->hdisplay == stereo_mode->width && mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()3810 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()3811 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()