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