HomeSort by: relevance | last modified time | path
    Searched refs:det_mon (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
interpret_edid.c 46 struct detailed_monitor_section *det_mon);
48 struct detailed_monitor_section *det_mon);
104 static void handle_detailed_hvsize(struct detailed_monitor_section *det_mon,
110 if (det_mon->type == DT) {
112 timing = &det_mon->section.d_timings;
180 get_dt_md_section(SECTION(DET_TIMING_SECTION,block),&m->ver, m->det_mon);
194 struct detailed_monitor_section *det_mon)
208 fetch_detailed_block(blk + dt_offset, &mon->ver, det_mon + dt_num);
220 struct detailed_monitor_section det_mon[CEA_EXT_DET_TIMING_NUM]; local
223 det_mon_num = get_cea_detail_timing(ext, mon, det_mon);
    [all...]
print_edid.c 347 handle_detailed_print(struct detailed_monitor_section *det_mon,
355 xf86DetTimingApplyQuirks(det_mon,p->quirks,
359 switch (det_mon->type) {
361 print_detailed_timings(scrnIndex,&det_mon->section.d_timings);
364 xf86DrvMsg(scrnIndex,X_INFO,"Serial No: %s\n",det_mon->section.serial);
367 xf86DrvMsg(scrnIndex,X_INFO," %s\n",det_mon->section.ascii_data);
370 xf86DrvMsg(scrnIndex,X_INFO,"Monitor name: %s\n",det_mon->section.name);
374 struct monitor_ranges *r = &det_mon->section.ranges;
438 "vid: %i\n",p->index ,det_mon->section.std_t[j].hsize,
439 det_mon->section.std_t[j].vsize
    [all...]
xf86DDC.h 110 void xf86DetTimingApplyQuirks(struct detailed_monitor_section *det_mon,
edid.h 557 struct detailed_monitor_section det_mon[4]; member in struct:__anon10588
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
interpret_edid.c 47 struct detailed_monitor_section *det_mon);
49 struct detailed_monitor_section *det_mon);
106 handle_detailed_hvsize(struct detailed_monitor_section *det_mon, void *data)
111 if (det_mon->type == DT) {
114 timing = &det_mon->section.d_timings;
188 get_dt_md_section(SECTION(DET_TIMING_SECTION, block), &m->ver, m->det_mon);
203 struct detailed_monitor_section *det_mon)
216 fetch_detailed_block(blk + dt_offset, &mon->ver, det_mon + dt_num);
228 struct detailed_monitor_section det_mon[CEA_EXT_DET_TIMING_NUM]; local
231 det_mon_num = get_cea_detail_timing(ext, mon, det_mon);
    [all...]
print_edid.c 380 handle_detailed_print(struct detailed_monitor_section *det_mon, void *data)
387 xf86DetTimingApplyQuirks(det_mon, p->quirks,
390 switch (det_mon->type) {
392 print_detailed_timings(scrnIndex, &det_mon->section.d_timings);
396 det_mon->section.serial);
399 xf86DrvMsg(scrnIndex, X_INFO, " %s\n", det_mon->section.ascii_data);
403 det_mon->section.name);
407 struct monitor_ranges *r = &det_mon->section.ranges;
478 "vid: %i\n", p->index, det_mon->section.std_t[j].hsize,
479 det_mon->section.std_t[j].vsize
    [all...]
xf86DDC.h 92 void xf86DetTimingApplyQuirks(struct detailed_monitor_section *det_mon,
edid.h 567 struct detailed_monitor_section det_mon[4]; member in struct:__anon9985
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_driver.c 1599 if ( (MonInfo) && (MonInfo->det_mon[0].type == 0x00) )
1601 if ( (MonInfo->det_mon[0].section.d_timings.h_active * 10 / MonInfo->det_mon[0].section.d_timings.v_active) < 14 )
1636 if (MonInfo1->det_mon[i].type == 0xFD)
1637 ranges1 = MonInfo1->det_mon[i].section.ranges;
1638 else if (MonInfo1->det_mon[i].type == 0xFA)
1639 stdtiming1 = MonInfo1->det_mon[i].section.std_t;
1640 else if (MonInfo1->det_mon[i].type == 0x00) {
1641 if (MonInfo1->det_mon[i].section.d_timings.clock > dclock1)
1642 dclock1 = MonInfo1->det_mon[i].section.d_timings.clock
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86EdidModes.c 45 handle_detailed_rblank(struct detailed_monitor_section *det_mon, void *data)
47 if (det_mon->type == DS_RANGES)
48 if (det_mon->section.ranges.supported_blanking & CVT_REDUCED)
841 xf86DetTimingApplyQuirks(struct detailed_monitor_section *det_mon,
844 if (det_mon->type != DT)
848 det_mon->section.d_timings.h_size *= 10;
851 det_mon->section.d_timings.v_size *= 10;
854 det_mon->section.d_timings.h_size = 10 * hsize;
855 det_mon->section.d_timings.v_size = 10 * vsize;
872 xf86DetTimingApplyQuirks(DDC->det_mon + i, quirks
    [all...]
xf86Crtc.c 1620 handle_detailed_monrec(struct detailed_monitor_section *det_mon, void *data)
1626 if (det_mon->type == DS_RANGES) {
1627 struct monitor_ranges *ranges = &det_mon->section.ranges;
3176 *det_mon, void *data)
3185 xf86DetTimingApplyQuirks(det_mon, p->quirks,
3188 if (det_mon->type == DT &&
3189 det_mon->section.d_timings.h_size != 0 &&
3190 det_mon->section.d_timings.v_size != 0) {
3194 if (((det_mon->section.d_timings.h_size * 5) <
3195 (det_mon->section.d_timings.v_size * 12)) &
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86EdidModes.c 48 static void handle_detailed_rblank(struct detailed_monitor_section *det_mon,
51 if (det_mon->type == DS_RANGES)
52 if (det_mon->section.ranges.supported_blanking & CVT_REDUCED)
826 void xf86DetTimingApplyQuirks(struct detailed_monitor_section *det_mon,
830 if (det_mon->type != DT)
834 det_mon->section.d_timings.h_size *= 10;
837 det_mon->section.d_timings.v_size *= 10;
840 det_mon->section.d_timings.h_size = 10 * hsize;
841 det_mon->section.d_timings.v_size = 10 * vsize;
858 xf86DetTimingApplyQuirks(DDC->det_mon + i, quirks
    [all...]
xf86Crtc.c 1513 static void handle_detailed_monrec(struct detailed_monitor_section *det_mon,
1519 if (det_mon->type == DS_RANGES) {
1520 struct monitor_ranges *ranges = &det_mon->section.ranges;
2935 *det_mon, void *data)
2943 xf86DetTimingApplyQuirks(det_mon, p->quirks,
2946 if (det_mon->type == DT &&
2947 det_mon->section.d_timings.h_size != 0 &&
2948 det_mon->section.d_timings.v_size != 0) {
2950 p->output->mm_width = det_mon->section.d_timings.h_size;
2951 p->output->mm_height = det_mon->section.d_timings.v_size
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 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; local
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
    [all...]
i830_lvds.c 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 local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Configure.c 453 static void handle_detailed_input(struct detailed_monitor_section *det_mon,
458 switch (det_mon->type) {
461 strlen((char*)(det_mon->section.name)) +
464 (char*)(det_mon->section.name));
468 det_mon->section.ranges.min_h;
470 det_mon->section.ranges.max_h;
473 det_mon->section.ranges.min_v;
475 det_mon->section.ranges.max_v;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Configure.c 468 handle_detailed_input(struct detailed_monitor_section *det_mon, void *data)
472 switch (det_mon->type) {
475 strlen((char *) (det_mon->section.name)) +
477 strcpy(ptr->mon_modelname, (char *) (det_mon->section.name));
480 ptr->mon_hsync[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_h;
481 ptr->mon_hsync[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_h;
483 ptr->mon_vrefresh[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_v;
484 ptr->mon_vrefresh[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_v;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_driver.c 1837 ErrorF("type = %x\n", pMonitor->det_mon[i].type);
1838 switch (pMonitor->det_mon[i].type) {
1840 ErrorF("type = %x DS_SERIAL = %x\n", pMonitor->det_mon[i].type,
1844 ErrorF("type = %x DS_ASCII_STR = %x\n", pMonitor->det_mon[i].type,
1848 ErrorF("type = %x DS_NAME = %x\n", pMonitor->det_mon[i].type,
1852 ErrorF("type = %x DS_RANGES = %x\n", pMonitor->det_mon[i].type,
1856 ErrorF("type = %x DS_WHITE_P = %x\n", pMonitor->det_mon[i].type,
1861 pMonitor->det_mon[i].type, DS_STD_TIMINGS);
1864 switch (pMonitor->det_mon[i].type) {
1866 pserial = pMonitor->det_mon[i].section.serial
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 360 if (ddc->det_mon[j].type == 0) {
362 &ddc->det_mon[j].section.d_timings;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_fp.c 864 if (pMon->det_mon[i].type == DT) {
865 struct detailed_timings timing = pMon->det_mon[i].section.d_timings;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_driver.c 916 if (pMon->det_mon[i].type == DS_STD_TIMINGS) {
918 if (pMon->det_mon[i].section.std_t[j].hsize == 1400) {
922 } else if (pMon->det_mon[i].type == DT) {
923 if (pMon->det_mon[i].section.d_timings.h_active == 1400) {
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128_driver.c 802 if (mon->det_mon[i].type == DS_NAME) {
803 if (strncmp((char *)mon->det_mon[i].section.name,
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_driver.c 848 if(ddc->det_mon[i].type == DS_RANGES) {
850 mon->hsync[0].lo = ddc->det_mon[i].section.ranges.min_h;
851 mon->hsync[0].hi = ddc->det_mon[i].section.ranges.max_h;
900 if(ddc->det_mon[i].type == DS_RANGES) {
902 mon->vrefresh[0].lo = ddc->det_mon[i].section.ranges.min_v;
903 mon->vrefresh[0].hi = ddc->det_mon[i].section.ranges.max_v;
2685 (pMonitor->det_mon[0].type == DT)) {
2686 aspect = (pMonitor->det_mon[0].section.d_timings.h_active * 1000) /
2687 pMonitor->det_mon[0].section.d_timings.v_active;

Completed in 54 milliseconds