Home
last modified time | relevance | path

Searched refs:edid_ext (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid.c2848 u8 *edid_ext = NULL; in drm_find_edid_extension() local
2857 edid_ext = (u8 *)edid + EDID_LENGTH * (i + 1); in drm_find_edid_extension()
2858 if (edid_ext[0] == ext_id) in drm_find_edid_extension()
2865 return edid_ext; in drm_find_edid_extension()
4152 u8 *edid_ext; in drm_detect_hdmi_monitor() local
4156 edid_ext = drm_find_cea_extension(edid); in drm_detect_hdmi_monitor()
4157 if (!edid_ext) in drm_detect_hdmi_monitor()
4160 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor()
4167 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_hdmi_monitor()
4168 if (cea_db_is_hdmi_vsdb(&edid_ext[i])) in drm_detect_hdmi_monitor()
[all …]