Name

drm_edid_get_monitor_name — 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.)