Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail.h30 u8 width_mm_lo; member
/openbmc/linux/include/drm/
H A Ddrm_edid.h82 u8 width_mm_lo; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c3529 mode->width_mm = pt->width_mm_lo | (pt->width_height_mm_hi & 0xf0) << 4; in drm_mode_detailed()