Lines Matching defs:edid
330 struct edid { struct
331 u8 header[8];
333 u8 mfg_id[2];
334 u8 prod_code[2];
335 u32 serial; /* FIXME: byte order */
336 u8 mfg_week;
337 u8 mfg_year;
339 u8 version;
340 u8 revision;
342 u8 input;
343 u8 width_cm;
344 u8 height_cm;
345 u8 gamma;
346 u8 features;
348 u8 red_green_lo;
349 u8 blue_white_lo;
350 u8 red_x;
351 u8 red_y;
352 u8 green_x;
353 u8 green_y;
354 u8 blue_x;
355 u8 blue_y;
356 u8 white_x;
357 u8 white_y;
359 struct est_timings established_timings;
361 struct std_timing standard_timings[8];
385 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads); argument