Home
last modified time | relevance | path

Searched refs:vfreq_aspect (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_edid.h61 u8 vfreq_aspect; member
/openbsd/sys/dev/pci/drm/
H A Ddrm_edid.c3339 unsigned aspect_ratio = (t->vfreq_aspect & EDID_TIMING_ASPECT_MASK) in drm_mode_std()
3341 unsigned vfreq = (t->vfreq_aspect & EDID_TIMING_VFREQ_MASK) in drm_mode_std()
3345 if (bad_std_timing(t->hsize, t->vfreq_aspect)) in drm_mode_std()