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