Home
last modified time | relevance | path

Searched defs:video_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/bridge/analogix/
A Danalogix_dp_core.h130 struct video_info { struct
131 char *name;
133 bool h_sync_polarity;
134 bool v_sync_polarity;
135 bool interlaced;
137 enum color_space color_space;
138 enum dynamic_range dynamic_range;
139 enum color_coefficient ycbcr_coeff;
140 enum color_depth color_depth;
142 int max_link_rate;
[all …]
A Danalogix_dp_core.c1604 struct video_info *video_info = &dp->video_info; in analogix_dp_dt_parse_pdata() local
/linux/drivers/gpu/drm/rockchip/
A Dcdn-dp-core.h39 struct video_info { struct
40 bool h_sync_polarity;
41 bool v_sync_polarity;
42 bool interlaced;
43 int color_depth;
44 enum vic_pxl_encoding_format color_fmt;
94 struct video_info video_info; member

Completed in 9 milliseconds