Home
last modified time | relevance | path

Searched refs:mnl (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_edid.h316 #define DRM_ELD_MONITOR_NAME_STRING 20 /* offsets 20..(20+mnl-1) inclusive */
318 #define DRM_ELD_CEA_SAD(mnl, sad) (20 + (mnl) + 3 * (sad))
410 * @eld: pointer to an eld memory structure with mnl set
423 unsigned int ver, mnl; in drm_eld_sad() local
430 mnl = drm_eld_mnl(eld); in drm_eld_sad()
431 if (mnl > 16) { in drm_eld_sad()
435 return eld + DRM_ELD_CEA_SAD(mnl, 0); in drm_eld_sad()
449 * @eld: pointer to an eld memory structure with mnl and sad_count set
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c4436 int mnl; in get_monitor_name() local
4443 for (mnl = 0; edid_name && mnl < 0xd; mnl++) { in get_monitor_name()
4444 if (edid_name[mnl] == 0x0a) { in get_monitor_name()
4448 name[mnl] = edid_name[mnl]; in get_monitor_name()
4451 return mnl; in get_monitor_name()
4502 int mnl; in drm_edid_to_eld() local
4517 mnl in drm_edid_to_eld()
[all...]

Completed in 8 milliseconds