Lines Matching defs:edid
287 struct edid { struct
288 u8 header[8];
290 u8 mfg_id[2];
291 u8 prod_code[2];
292 u32 serial; /* FIXME: byte order */
293 u8 mfg_week;
294 u8 mfg_year;
296 u8 version;
297 u8 revision;
299 u8 input;
300 u8 width_cm;
301 u8 height_cm;
302 u8 gamma;
303 u8 features;
305 u8 red_green_lo;
306 u8 black_white_lo;
307 u8 red_x;
308 u8 red_y;
309 u8 green_x;
310 u8 green_y;
311 u8 blue_x;
312 u8 blue_y;
313 u8 white_x;
314 u8 white_y;
316 struct est_timings established_timings;
318 struct std_timing standard_timings[8];
342 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument