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