Home
last modified time | relevance | path

Searched refs:get_monitor_name (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/
Ddrm_edid.c4657 static int get_monitor_name(const struct edid *edid, char name[13]) in get_monitor_name() function
4691 name_length = min(get_monitor_name(edid, buf), bufsize - 1); in drm_edid_get_monitor_name()
4738 mnl = get_monitor_name(edid, &eld[DRM_ELD_MONITOR_NAME_STRING]); in drm_edid_to_eld()