HomeSort by: relevance | last modified time | path
    Searched defs:edid_ext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 3168 const u8 *edid_ext = NULL; local in function:drm_find_edid_extension
3177 edid_ext = (const u8 *)edid + EDID_LENGTH * (i + 1);
3178 if (edid_ext[0] == ext_id)
3185 return edid_ext;
4230 static uint8_t eotf_supported(const u8 *edid_ext)
4232 return edid_ext[2] &
4239 static uint8_t hdr_metadata_type(const u8 *edid_ext)
4241 return edid_ext[3] &
4618 const u8 *edid_ext; local in function:drm_detect_hdmi_monitor
4622 edid_ext = drm_find_cea_extension(edid)
4656 const u8 *edid_ext; local in function:drm_detect_monitor_audio
4865 const u8 *edid_ext; local in function:drm_parse_cea_ext
    [all...]
drm_edid.c 3168 const u8 *edid_ext = NULL; local in function:drm_find_edid_extension
3177 edid_ext = (const u8 *)edid + EDID_LENGTH * (i + 1);
3178 if (edid_ext[0] == ext_id)
3185 return edid_ext;
4230 static uint8_t eotf_supported(const u8 *edid_ext)
4232 return edid_ext[2] &
4239 static uint8_t hdr_metadata_type(const u8 *edid_ext)
4241 return edid_ext[3] &
4618 const u8 *edid_ext; local in function:drm_detect_hdmi_monitor
4622 edid_ext = drm_find_cea_extension(edid)
4656 const u8 *edid_ext; local in function:drm_detect_monitor_audio
4865 const u8 *edid_ext; local in function:drm_parse_cea_ext
    [all...]

Completed in 61 milliseconds