Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/
HDdrm_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()
HDdrm_crtc.h150 int height_mm; member
204 unsigned int height_mm; member
HDdrm_crtc.c1516 out_resp->mm_height = connector->display_info.height_mm; in drm_mode_getconnector()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_connectors.c576 connector->display_info.height_mm = mode->height_mm; in radeon_lvds_get_modes()
1280 connector->display_info.height_mm = mode->height_mm; in radeon_dp_get_modes()
HDradeon_atombios.c1603 lvds->native_mode.height_mm = le16_to_cpu(lvds_info->info.sLCDTiming.usImageVSize); in radeon_atombios_get_lvds_info()
1667 lvds->native_mode.height_mm = panel_res_record->usVSize; in radeon_atombios_get_lvds_info()