Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/drm2/
HDdrm_edid.c1512 u8 *edid_ext = NULL; in drm_find_cea_extension() local
1521 edid_ext = (u8 *)edid + EDID_LENGTH * (i + 1); in drm_find_cea_extension()
1522 if (edid_ext[0] == CEA_EXT) in drm_find_cea_extension()
1529 return edid_ext; in drm_find_cea_extension()
1852 u8 *edid_ext; in drm_detect_hdmi_monitor() local
1856 edid_ext = drm_find_cea_extension(edid); in drm_detect_hdmi_monitor()
1857 if (!edid_ext) in drm_detect_hdmi_monitor()
1860 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor()
1867 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_hdmi_monitor()
1868 if (cea_db_is_hdmi_vsdb(&edid_ext[i])) in drm_detect_hdmi_monitor()
[all …]