Lines Matching defs:edid
322 struct edid { struct
323 u8 header[8];
325 u8 mfg_id[2];
326 u8 prod_code[2];
327 u32 serial; /* FIXME: byte order */
328 u8 mfg_week;
329 u8 mfg_year;
331 u8 version;
332 u8 revision;
334 u8 input;
335 u8 width_cm;
336 u8 height_cm;
337 u8 gamma;
338 u8 features;
340 u8 red_green_lo;
341 u8 black_white_lo;
342 u8 red_x;
343 u8 red_y;
344 u8 green_x;
345 u8 green_y;
346 u8 blue_x;
347 u8 blue_y;
348 u8 white_x;
349 u8 white_y;
351 struct est_timings established_timings;
353 struct std_timing standard_timings[8];
377 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument
556 static inline struct edid *drm_edid_duplicate(const struct edid *edid) in drm_edid_duplicate()
562 struct edid *edid) in drm_add_edid_modes()
583 static inline bool drm_detect_monitor_audio(struct edid *edid) in drm_detect_monitor_audio()
588 static inline void drm_edid_get_monitor_name(struct edid *edid, char *name, in drm_edid_get_monitor_name()
593 static inline bool drm_edid_is_valid(struct edid *edid) in drm_edid_is_valid()