Searched refs:width_cm (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/apple/
H A Dparser.c607 s64 width_cm = 0, height_cm = 0; local
615 ret = parse_int(it.handle, &width_cm);
629 *width_mm = 10 * width_cm;
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_edid.h343 u8 width_cm; member in struct:edid
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_edid.c3572 mode->width_mm = drm_edid->edid->width_cm * 10;
6570 info->width_mm = edid->width_cm * 10;

Completed in 108 milliseconds