| /xsrc/external/mit/libxcvt/dist/cvt/ |
| H A D | cvt.c | 34 cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose) argument 49 if ((vrefresh != 50.0) && (vrefresh != 60.0) && 50 (vrefresh != 75.0) && (vrefresh != 85.0)) { 53 "(50, 60, 75 or 85Hz).\n", vrefresh); 91 printf("# %dx%d %.2f Hz ", mode_info->hdisplay, mode_info->vdisplay, mode_info->vrefresh); 134 print_mode_line(struct libxcvt_mode_info *mode_info, int hdisplay, int vdisplay, float vrefresh, argument 140 printf("Modeline \"%dx%d_%.2f\" ", hdisplay, vdisplay, vrefresh); 168 float vrefresh local in function:main [all...] |
| /xsrc/external/mit/libxcvt/dist/include/libxcvt/ |
| H A D | libxcvt.h | 38 float vrefresh,
|
| H A D | libxcvt_mode.h | 44 float vrefresh; member in struct:libxcvt_mode_info
|
| /xsrc/external/mit/libxcvt/dist/lib/ |
| H A D | libxcvt.c | 35 * Generate a CVT standard mode from hdisplay, vdisplay and vrefresh. 59 libxcvt_gen_mode_info(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool interlaced) argument 74 mode_info->vrefresh = vrefresh; 92 if (!mode_info->vrefresh) 93 mode_info->vrefresh = 60.0; 97 vfield_rate = mode_info->vrefresh * 2; 99 vfield_rate = mode_info->vrefresh; 277 mode_info->vrefresh = (1000.0 * ((float) mode_info->dot_clock)) /
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwaremodes.c | 133 dynamic.VRefresh = monitor->vrefresh[0].lo;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 167 return "vrefresh out of range"; 732 /* Check vrefresh against the allowed ranges */ 735 if ((vrefrsh > monitor->vrefresh[i].lo * (1.0 - SYNC_TOLERANCE)) && 736 (vrefrsh < monitor->vrefresh[i].hi * (1.0 + SYNC_TOLERANCE))) 1368 range vrefresh[MAX_VREFRESH]; local in function:xf86ValidateModes 1398 * If requested by the driver, allow missing hsync and/or vrefresh ranges 1442 scrp->monitor->vrefresh[i].lo = vrefresh[i].lo; 1443 scrp->monitor->vrefresh[i].hi = vrefresh[ [all...] |
| H A D | xf86VidMode.c | 662 ret.f = (100.0 * ((MonPtr)monitor)->vrefresh[indx].lo); 665 ret.f = (100.0 * ((MonPtr)monitor)->vrefresh[indx].hi);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 166 return "vrefresh out of range"; 742 /* Check vrefresh against the allowed ranges */ 746 if ((vrefrsh > monitor->vrefresh[i].lo * (1.0 - SYNC_TOLERANCE)) && 747 (vrefrsh < monitor->vrefresh[i].hi * (1.0 + SYNC_TOLERANCE))) 1359 range vrefresh[MAX_VREFRESH]; local in function:xf86ValidateModes 1388 * If requested by the driver, allow missing hsync and/or vrefresh ranges 1434 scrp->monitor->vrefresh[i].lo = vrefresh[i].lo; 1435 scrp->monitor->vrefresh[i].hi = vrefresh[ [all...] |
| H A D | xf86VidMode.c | 83 ret.f = (100.0 * monitor->vrefresh[indx].lo); 86 ret.f = (100.0 * monitor->vrefresh[indx].hi);
|
| /xsrc/external/mit/libdrm/dist/tests/modeprint/ |
| H A D | modeprint.c | 73 printf("\tvrefresh : %i\n", mode->vrefresh); 77 mode->hdisplay, mode->vdisplay, mode->vrefresh);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86DisplayIDModes.c | 328 mon->vrefresh[n].lo = x[13]; 329 mon->vrefresh[n].hi = x[14];
|
| H A D | xf86EdidModes.c | 779 Monitor->vrefresh[0].lo = 1024.0; 780 Monitor->vrefresh[0].hi = 0.0; 796 if (Mode->VRefresh < Monitor->vrefresh[0].lo) 797 Monitor->vrefresh[0].lo = Mode->VRefresh; 799 if (Mode->VRefresh > Monitor->vrefresh[0].hi) 800 Monitor->vrefresh[0].hi = Mode->VRefresh; 1138 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo = 1140 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi = 1145 "Using vrefresh ranges from config file\n");
|
| H A D | xf86Crtc.c | 1468 mon->vrefresh[0].lo = 1024.0; 1469 mon->vrefresh[0].hi = 0.0; 1485 if (mode->VRefresh < mon->vrefresh[0].lo) 1486 mon->vrefresh[0].lo = mode->VRefresh; 1488 if (mode->VRefresh > mon->vrefresh[0].hi) 1489 mon->vrefresh[0].hi = mode->VRefresh; 1497 if (mon->vrefresh[0].lo > 58.0) 1498 mon->vrefresh[0].lo = 58.0; 1529 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v; 1530 p->mon_rec->vrefresh[ [all...] |
| H A D | xf86Modes.c | 392 * hsync and vrefresh ranges. 419 if (xf86ModeVRefresh(mode) >= mon->vrefresh[i].lo * (1-SYNC_TOLERANCE) && 420 xf86ModeVRefresh(mode) <= mon->vrefresh[i].hi * (1+SYNC_TOLERANCE))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 793 Monitor->vrefresh[0].lo = 1024.0; 794 Monitor->vrefresh[0].hi = 0.0; 810 if (Mode->VRefresh < Monitor->vrefresh[0].lo) 811 Monitor->vrefresh[0].lo = Mode->VRefresh; 813 if (Mode->VRefresh > Monitor->vrefresh[0].hi) 814 Monitor->vrefresh[0].hi = Mode->VRefresh; 1146 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo = 1148 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi = 1154 "Using vrefresh ranges from config file\n");
|
| H A D | xf86Modes.c | 460 * hsync and vrefresh ranges. 487 mon->vrefresh[i].lo * (1 - SYNC_TOLERANCE) && 489 mon->vrefresh[i].hi * (1 + SYNC_TOLERANCE)) { 823 Mode->VRefresh = libxcvt_mode_info->vrefresh;
|
| H A D | xf86Crtc.c | 1574 mon->vrefresh[0].lo = 1024.0; 1575 mon->vrefresh[0].hi = 0.0; 1591 if (mode->VRefresh < mon->vrefresh[0].lo) 1592 mon->vrefresh[0].lo = mode->VRefresh; 1594 if (mode->VRefresh > mon->vrefresh[0].hi) 1595 mon->vrefresh[0].hi = mode->VRefresh; 1603 if (mon->vrefresh[0].lo > 58.0) 1604 mon->vrefresh[0].lo = 58.0; 1637 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v; 1638 p->mon_rec->vrefresh[ [all...] |
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | modetest.c | 821 float vrefresh; member in struct:pipe_arg 850 const float vrefresh) 867 user_mode.clock = roundf(user_mode.htotal * user_mode.vtotal * vrefresh / 1000); 868 user_mode.vrefresh = roundf(vrefresh); 896 if (vrefresh == 0) 898 else if (fabs(mode_vrefresh(mode) - vrefresh) < 0.005) 962 pipe->mode_str, pipe->vrefresh); 964 if (pipe->vrefresh) 968 pipe->mode_str, pipe->vrefresh, pip 849 connector_find_mode(struct device * dev,uint32_t con_id,const char * mode_str,const float vrefresh) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbe.c | 1043 pScrn->monitor->vrefresh[0].lo = 56.0; 1044 pScrn->monitor->vrefresh[0].hi = 1047 if (pScrn->monitor->vrefresh[0].hi < 59.47) 1048 pScrn->monitor->vrefresh[0].hi = 59.47;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbe.c | 1043 pScrn->monitor->vrefresh[0].lo = 56.0; 1044 pScrn->monitor->vrefresh[0].hi = 1048 if (pScrn->monitor->vrefresh[0].hi < 59.47) 1049 pScrn->monitor->vrefresh[0].hi = 59.47;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atipreinit.c | 2414 double vrefresh = ((double)pATI->LCDClock * 1000.0) / local in function:ATIPreInit 2428 if ((vrefresh >= pScreenInfo->monitor->vrefresh[i].lo) && 2429 (vrefresh <= pScreenInfo->monitor->vrefresh[i].hi))
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_mode.h | 234 * @vrefresh: approximate vertical refresh rate in Hz 255 __u32 vrefresh; member in struct:drm_mode_modeinfo
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.h | 96 uint32_t vrefresh; member in struct:_drmModeModeInfo
|
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| H A D | vesa.c | 416 for (v = mon->vrefresh[0].lo; v <= mon->vrefresh[0].hi; v++) { 843 if (pScrn->monitor->vrefresh[0].lo > 50) { 845 pScrn->monitor->vrefresh[0].lo = 50;
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_crtc.c | 188 drm_mode.vrefresh = mode->VRefresh;
|