Searched refs:width_height_mm_hi (Results 1 – 2 of 2) sorted by relevance
84 u8 width_height_mm_hi; member
3365 mode->width_mm = pt->width_mm_lo | (pt->width_height_mm_hi & 0xf0) << 4; in drm_mode_detailed()3366 mode->height_mm = pt->height_mm_lo | (pt->width_height_mm_hi & 0xf) << 8; in drm_mode_detailed()