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()
2366 struct edid *edid, *new; in _drm_do_get_edid() local
2520 static const struct drm_edid *_drm_edid_alloc(const void *edid, size_t size) in _drm_edid_alloc()
2550 const struct drm_edid *drm_edid_alloc(const void *edid, size_t size) in drm_edid_alloc()
2628 struct edid *edid; in drm_get_edid() local
2670 struct edid *edid; in drm_edid_read_custom() local
2748 static u32 edid_extract_panel_id(const struct edid *edid) in edid_extract_panel_id()
2838 struct edid *edid; in drm_get_edid_switcheroo() local
2886 struct edid *drm_edid_duplicate(const struct edid *edid) in drm_edid_duplicate()
3222 const struct edid *edid = drm_edid->edid; in standard_timing_level() local
3541 const struct edid *edid, const u8 *t) in mode_in_hsync_range()
3558 const struct edid *edid, const u8 *t) in mode_in_vsync_range()
3574 range_pixel_clock(const struct edid *edid, const u8 *t) in range_pixel_clock()
3592 const struct edid *edid = drm_edid->edid; in mode_in_range() local
3863 const struct edid *edid = drm_edid->edid; in add_established_modes() local
5170 static int edid_hfeeodb_extension_block_count(const struct edid *edid) in edid_hfeeodb_extension_block_count()
5469 void drm_edid_get_monitor_name(const struct edid *edid, char *name, int bufsize) in drm_edid_get_monitor_name()
5631 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads) in drm_edid_to_sad()
5677 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation()
5760 bool drm_detect_hdmi_monitor(const struct edid *edid) in drm_detect_hdmi_monitor()
5822 bool drm_detect_monitor_audio(const struct edid *edid) in drm_detect_monitor_audio()
6314 const struct edid *edid = closure->drm_edid->edid; in get_monitor_range() local
6505 const struct edid *edid; in update_display_info() local
6871 const struct edid *edid) in drm_connector_update_edid_property()
6892 int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid) in drm_add_edid_modes()