drm_edid_get_monitor_name(9) fetch the monitor name from the edid

SYNOPSIS

void drm_edid_get_monitor_name(struct edid * edid, char * name, int bufsize);

ARGUMENTS

edid

monitor EDID information

name

pointer to a character array to hold the name of the monitor

bufsize

The size of the name buffer (should be at least 14 chars.)

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

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

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT