Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_edid.c980 mode->height_mm = pt->height_mm_lo | (pt->width_height_mm_hi & 0xf) << 8; in drm_mode_detailed()
984 mode->height_mm *= 10; in drm_mode_detailed()
989 mode->height_mm = edid->height_cm * 10; in drm_mode_detailed()
1936 info->height_mm = edid->height_cm * 10; in drm_add_display_info()
H A Ddrm_crtc.h148 int height_mm; member
202 unsigned int height_mm; member
H A Ddrm_crtc.c1502 out_resp->mm_height = connector->display_info.height_mm; in drm_mode_getconnector()