Searched defs:video_info (Results 1 – 4 of 4) sorted by relevance
125 struct video_info { struct126 char *name;128 bool h_sync_polarity;129 bool v_sync_polarity;130 bool interlaced;132 enum color_space color_space;133 enum dynamic_range dynamic_range;134 enum color_coefficient ycbcr_coeff;135 enum color_depth color_depth;137 int max_link_rate;[all …]
1504 struct video_info *video_info = &dp->video_info; in analogix_dp_dt_parse_pdata() local
40 struct video_info { struct41 bool h_sync_polarity;42 bool v_sync_polarity;43 bool interlaced;44 int color_depth;45 enum vic_pxl_encoding_format color_fmt;95 struct video_info video_info; member
420 struct drm_display_mode video_info; member