drm_match_cea_mode(9) look for a CEA mode matching given mode

SYNOPSIS

u8 drm_match_cea_mode(const struct drm_display_mode * to_match);

ARGUMENTS

to_match

display mode

DESCRIPTION

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

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT