Lines Matching defs:edid
1583 const struct edid *edid; member
1588 static int edid_hfeeodb_block_count(const struct edid *edid) in edid_hfeeodb_block_count()
1595 static int edid_extension_block_count(const struct edid *edid) in edid_extension_block_count()
1600 static int edid_block_count(const struct edid *edid) in edid_block_count()
1610 static int edid_size(const struct edid *edid) in edid_size()
1615 static const void *edid_block_data(const struct edid *edid, int index) in edid_block_data()
1622 static const void *edid_extension_block_data(const struct edid *edid, int index) in edid_extension_block_data()
1681 const struct edid *edid) in drm_edid_legacy_init()
1746 static void edid_header_fix(void *edid) in edid_header_fix()
1761 const struct edid *edid = _edid; in drm_edid_header_is_valid() local
1806 static bool edid_block_is_zero(const void *edid) in edid_block_is_zero()
2036 bool drm_edid_is_valid(struct edid *edid) in drm_edid_is_valid()
2084 static struct edid *edid_filter_invalid_blocks(struct edid *edid, in edid_filter_invalid_blocks()
2189 const struct edid *edid, int num_blocks) in connector_bad_edid()
2251 int drm_edid_override_set(struct drm_connector *connector, const void *edid, in drm_edid_override_set()
2367 struct edid *edid, *new; in _drm_do_get_edid() local
2521 static const struct drm_edid *_drm_edid_alloc(const void *edid, size_t size) in _drm_edid_alloc()
2551 const struct drm_edid *drm_edid_alloc(const void *edid, size_t size) in drm_edid_alloc()
2629 struct edid *edid; in drm_get_edid() local
2671 struct edid *edid; in drm_edid_read_custom() local
2749 static u32 edid_extract_panel_id(const struct edid *edid) in edid_extract_panel_id()
2839 struct edid *edid; in drm_get_edid_switcheroo() local
2887 struct edid *drm_edid_duplicate(const struct edid *edid) in drm_edid_duplicate()
3223 const struct edid *edid = drm_edid->edid; in standard_timing_level() local
3550 const struct edid *edid, const u8 *t) in mode_in_hsync_range()
3567 const struct edid *edid, const u8 *t) in mode_in_vsync_range()
3583 range_pixel_clock(const struct edid *edid, const u8 *t) in range_pixel_clock()
3601 const struct edid *edid = drm_edid->edid; in mode_in_range() local
3872 const struct edid *edid = drm_edid->edid; in add_established_modes() local
5179 static int edid_hfeeodb_extension_block_count(const struct edid *edid) in edid_hfeeodb_extension_block_count()
5478 void drm_edid_get_monitor_name(const struct edid *edid, char *name, int bufsize) in drm_edid_get_monitor_name()
5646 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads) in drm_edid_to_sad()
5692 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation()
5775 bool drm_detect_hdmi_monitor(const struct edid *edid) in drm_detect_hdmi_monitor()
5837 bool drm_detect_monitor_audio(const struct edid *edid) in drm_detect_monitor_audio()
6329 const struct edid *edid = closure->drm_edid->edid; in get_monitor_range() local
6520 const struct edid *edid; in update_display_info() local
6886 const struct edid *edid) in drm_connector_update_edid_property()
6907 int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid) in drm_add_edid_modes()