Lines Matching defs:edid
282 struct edid { struct
283 u8 header[8];
285 u8 mfg_id[2];
286 u8 prod_code[2];
287 u32 serial; /* FIXME: byte order */
288 u8 mfg_week;
289 u8 mfg_year;
291 u8 version;
292 u8 revision;
294 u8 input;
295 u8 width_cm;
296 u8 height_cm;
297 u8 gamma;
298 u8 features;
300 u8 red_green_lo;
301 u8 black_white_lo;
302 u8 red_x;
303 u8 red_y;
304 u8 green_x;
305 u8 green_y;
306 u8 blue_x;
307 u8 blue_y;
308 u8 white_x;
309 u8 white_y;
311 struct est_timings established_timings;
336 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument