1. NAME

drm_detect_hdmi_monitor - detect whether monitor is hdmi.

2. SYNOPSIS

bool drm_detect_hdmi_monitor(struct edid *  edid );

3. ARGUMENTS

edid
    monitor EDID information

4. DESCRIPTION

Parse the CEA extension according to CEA-861-B. Return true if HDMI, false if not or unknown.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT