Lines Matching defs:det_mon
662 static void fill_detailed_lvds_block(struct detailed_monitor_section *det_mon,
665 struct detailed_timings *timing = &det_mon->section.d_timings;
667 det_mon->type = DT;
694 struct detailed_monitor_section *det_mon;
706 edid_det_block_num = sizeof(edid_mon->det_mon) /
707 sizeof(edid_mon->det_mon[0]);
709 if (edid_mon->det_mon[i].type >= DS_VENDOR && j == -1)
711 if (edid_mon->det_mon[i].type == DS_RANGES) {
718 &edid_mon->det_mon[j].section.ranges;
719 edid_mon->det_mon[j].type = DS_RANGES;
766 det_mon = edid_mon->det_mon;
771 fill_detailed_lvds_block(det_mon, pmode);
774 det_mon = det_mon + 1;
779 det_mon->type = DS_RANGES;
780 det_mon->section.ranges.min_v = 0;
781 det_mon->section.ranges.max_v = 200;
782 det_mon->section.ranges.min_h = 0;
783 det_mon->section.ranges.max_h = 200;