Searched refs:edid_ext (Results 1 – 1 of 1) sorted by relevance
3410 u8 *edid_ext = NULL; in drm_find_edid_extension() local3425 edid_ext = (u8 *)edid + HDMI_EDID_BLOCK_SIZE * (i + 1); in drm_find_edid_extension()3426 if (edid_ext[0] == ext_id) in drm_find_edid_extension()3433 return edid_ext; in drm_find_edid_extension()3457 u8 *edid_ext; in drm_detect_hdmi_monitor() local3461 edid_ext = drm_find_cea_extension(edid); in drm_detect_hdmi_monitor()3462 if (!edid_ext) in drm_detect_hdmi_monitor()3465 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor()3472 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_hdmi_monitor()3473 if (cea_db_is_hdmi_vsdb(&edid_ext[i])) in drm_detect_hdmi_monitor()[all …]