Lines Matching full:edid

322 struct edid {  struct
330 /* EDID version */
377 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument
378 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb);
383 struct edid *drm_load_edid_firmware(struct drm_connector *connector);
387 static inline struct edid *
512 struct edid *drm_do_get_edid(struct drm_connector *connector,
516 struct edid *drm_get_edid_switcheroo(struct drm_connector *connector,
519 bool drm_detect_hdmi_monitor(struct edid *edid);
533 struct edid *drm_get_edid(struct drm_connector *connector,
535 struct edid *drm_edid_duplicate(const struct edid *edid);
536 int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid);
541 bool drm_detect_monitor_audio(struct edid *edid);
542 void drm_edid_get_monitor_name(struct edid *edid, char *name,
544 bool drm_edid_is_valid(struct edid *edid);
545 bool drm_edid_are_equal(const struct edid *edid1, const struct edid *edid2);
550 static inline struct edid *drm_get_edid(struct drm_connector *connector, in drm_get_edid()
556 static inline struct edid *drm_edid_duplicate(const struct edid *edid) in drm_edid_duplicate() argument
562 struct edid *edid) in drm_add_edid_modes() argument
583 static inline bool drm_detect_monitor_audio(struct edid *edid) in drm_detect_monitor_audio() argument
588 static inline void drm_edid_get_monitor_name(struct edid *edid, char *name, in drm_edid_get_monitor_name() argument
593 static inline bool drm_edid_is_valid(struct edid *edid) in drm_edid_is_valid() argument
598 static inline bool drm_edid_are_equal(const struct edid *edid1, const struct edid *edid2) in drm_edid_are_equal()