Lines Matching refs:det_mon
1608 handle_detailed_monrec(struct detailed_monitor_section *det_mon, void *data) in handle_detailed_monrec() argument
1614 if (det_mon->type == DS_RANGES) { in handle_detailed_monrec()
1615 struct monitor_ranges *ranges = &det_mon->section.ranges; in handle_detailed_monrec()
3134 *det_mon, void *data) in handle_detailed_physical_size() argument
3143 xf86DetTimingApplyQuirks(det_mon, p->quirks, in handle_detailed_physical_size()
3146 if (det_mon->type == DT && in handle_detailed_physical_size()
3147 det_mon->section.d_timings.h_size != 0 && in handle_detailed_physical_size()
3148 det_mon->section.d_timings.v_size != 0) { in handle_detailed_physical_size()
3152 if (((det_mon->section.d_timings.h_size * 5) < in handle_detailed_physical_size()
3153 (det_mon->section.d_timings.v_size * 12)) && in handle_detailed_physical_size()
3154 ((det_mon->section.d_timings.v_size * 5) < in handle_detailed_physical_size()
3155 (det_mon->section.d_timings.h_size * 12))) { in handle_detailed_physical_size()
3156 p->output->mm_width = det_mon->section.d_timings.h_size; in handle_detailed_physical_size()
3157 p->output->mm_height = det_mon->section.d_timings.v_size; in handle_detailed_physical_size()
3163 det_mon->section.d_timings.h_size, in handle_detailed_physical_size()
3164 det_mon->section.d_timings.v_size); in handle_detailed_physical_size()