Searched refs:height_mm (Results 1 – 2 of 2) sorted by relevance
54 int height_mm; member124 int height_mm; /* -1 if not specified */ member
181 info->height_mm = -1; in decode_display_parameters()187 info->height_mm = -1; in decode_display_parameters()193 info->height_mm = -1; in decode_display_parameters()200 info->height_mm = 10 * edid[0x16]; in decode_display_parameters()442 detailed->height_mm = timing[0x0d] | get_bits (timing[0x0e], 0, 3) << 8; in decode_detailed_timing()636 if (info->height_mm == -1) in dump_monitor_info()639 printf ("Height: %d mm\n", info->height_mm); in dump_monitor_info()713 printf (" Height: %d mm\n", timing->height_mm); in dump_monitor_info()
Completed in 4 milliseconds