Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_edid.c979 mode->width_mm = pt->width_mm_lo | (pt->width_height_mm_hi & 0xf0) << 4; in drm_mode_detailed()
983 mode->width_mm *= 10; in drm_mode_detailed()
988 mode->width_mm = edid->width_cm * 10; in drm_mode_detailed()
1935 info->width_mm = edid->width_cm * 10; in drm_add_display_info()
H A Ddrm_crtc.h147 int width_mm; member
201 unsigned int width_mm; member
H A Ddrm_crtc.c1501 out_resp->mm_width = connector->display_info.width_mm; in drm_mode_getconnector()