1. NAME

drm_match_cea_mode - look for a CEA mode matching given mode

2. SYNOPSIS

u8 drm_match_cea_mode(const struct drm_display_mode *  to_match );

3. ARGUMENTS

to_match
    display mode

4. DESCRIPTION

Returns the CEA Video ID (VIC) of the mode or 0 if it isnAqt a CEA-861 mode.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT