Lines Matching defs:edid
269 struct edid { struct
270 u8 header[8];
272 u8 mfg_id[2];
273 u8 prod_code[2];
274 u32 serial; /* FIXME: byte order */
275 u8 mfg_week;
276 u8 mfg_year;
278 u8 version;
279 u8 revision;
281 u8 input;
282 u8 width_cm;
283 u8 height_cm;
284 u8 gamma;
285 u8 features;
287 u8 red_green_lo;
288 u8 black_white_lo;
289 u8 red_x;
290 u8 red_y;
291 u8 green_x;
292 u8 green_y;
293 u8 blue_x;
294 u8 blue_y;
295 u8 white_x;
296 u8 white_y;
298 struct est_timings established_timings;
300 struct std_timing standard_timings[8];
325 void drm_edid_to_eld(struct drm_connector *connector, struct edid *edid); argument