Lines Matching refs:det_mon

45 handle_detailed_rblank(struct detailed_monitor_section *det_mon, void *data)  in handle_detailed_rblank()  argument
47 if (det_mon->type == DS_RANGES) in handle_detailed_rblank()
48 if (det_mon->section.ranges.supported_blanking & CVT_REDUCED) in handle_detailed_rblank()
841 xf86DetTimingApplyQuirks(struct detailed_monitor_section *det_mon, in xf86DetTimingApplyQuirks() argument
844 if (det_mon->type != DT) in xf86DetTimingApplyQuirks()
848 det_mon->section.d_timings.h_size *= 10; in xf86DetTimingApplyQuirks()
851 det_mon->section.d_timings.v_size *= 10; in xf86DetTimingApplyQuirks()
854 det_mon->section.d_timings.h_size = 10 * hsize; in xf86DetTimingApplyQuirks()
855 det_mon->section.d_timings.v_size = 10 * vsize; in xf86DetTimingApplyQuirks()
872 xf86DetTimingApplyQuirks(DDC->det_mon + i, quirks, in xf86DDCApplyQuirks()
1016 handle_detailed_modes(struct detailed_monitor_section *det_mon, void *data) in handle_detailed_modes() argument
1021 xf86DetTimingApplyQuirks(det_mon, p->quirks, in handle_detailed_modes()
1024 switch (det_mon->type) { in handle_detailed_modes()
1027 &det_mon->section.d_timings, in handle_detailed_modes()
1034 det_mon->section.std_t, in handle_detailed_modes()
1039 Mode = DDCModesFromCVT(p->DDC->scrnIndex, det_mon->section.cvt); in handle_detailed_modes()
1043 Mode = DDCModesFromEstIII(det_mon->section.est_iii); in handle_detailed_modes()
1119 handle_detailed_monset(struct detailed_monitor_section *det_mon, void *data) in handle_detailed_monset() argument
1125 switch (det_mon->type) { in handle_detailed_monset()
1132 det_mon->section.ranges.min_h; in handle_detailed_monset()
1134 det_mon->section.ranges.max_h; in handle_detailed_monset()
1147 det_mon->section.ranges.min_v; in handle_detailed_monset()
1149 det_mon->section.ranges.max_v; in handle_detailed_monset()
1157 clock = det_mon->section.ranges.max_clock * 1000; in handle_detailed_monset()