Lines Matching defs:video_info
588 struct video_info { struct
589 char *name;
590 struct drm_display_mode mode;
592 bool h_sync_polarity;
593 bool v_sync_polarity;
594 bool interlaced;
596 enum color_space color_space;
597 enum dynamic_range dynamic_range;
598 enum color_coefficient ycbcr_coeff;
599 enum color_depth color_depth;
601 int max_link_rate;
602 enum link_lane_count_type max_lane_count;
604 bool force_stream_valid;
606 u32 bpc;
660 struct video_info video_info; member