Searched refs:detailed_timings (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c407 && edid_info->detailed_timings[0].pixel_clock)
409 *width = edid_info->detailed_timings[0].horizontal_active_lo
411 (edid_info->detailed_timings[0].horizontal_hi & 0xf0))
413 *height = edid_info->detailed_timings[0].vertical_active_lo
415 (edid_info->detailed_timings[0].vertical_hi & 0xf0))
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h267 } detailed_timings[4]; member in struct:grub_video_edid_info

Completed in 18 milliseconds