Lines Matching defs:det_mon
931 static void fill_detailed_block(struct detailed_monitor_section *det_mon,
934 struct detailed_timings *timing = &det_mon->section.d_timings;
935 det_mon->type = DT;
983 for (i = 0; i < sizeof (edid_mon->det_mon) / sizeof (edid_mon->det_mon[0]); i++)
985 if (edid_mon->det_mon[i].type >= DS_VENDOR && j == -1)
987 if (edid_mon->det_mon[i].type == DS_RANGES) {
993 struct monitor_ranges *ranges = &edid_mon->det_mon[j].section.ranges;
994 edid_mon->det_mon[j].type = DS_RANGES;
1012 struct detailed_monitor_section *det_mon = edid_mon->det_mon;
1027 fill_detailed_block(det_mon, pI830->lvds_fixed_mode);
1030 det_mon = det_mon + 1;
1036 det_mon->type = DS_RANGES;
1037 det_mon->section.ranges.min_v = 0;
1038 det_mon->section.ranges.max_v = 200;
1039 det_mon->section.ranges.min_h = 0;
1040 det_mon->section.ranges.max_h = 200;