Searched refs:width_mm (Results 1 – 2 of 2) sorted by relevance
53 int width_mm; member123 int width_mm; /* -1 if not specified */ member
180 info->width_mm = -1; in decode_display_parameters()186 info->width_mm = -1; in decode_display_parameters()192 info->width_mm = -1; in decode_display_parameters()199 info->width_mm = 10 * edid[0x15]; in decode_display_parameters()441 detailed->width_mm = timing[0x0c] | get_bits (timing[0x0e], 4, 7) << 8; in decode_detailed_timing()631 if (info->width_mm == -1) in dump_monitor_info()634 printf ("Width: %d mm\n", info->width_mm); in dump_monitor_info()712 printf (" Width: %d mm\n", timing->width_mm); in dump_monitor_info()
Completed in 3 milliseconds