| /xsrc/external/mit/libxcvt/dist/cvt/ |
| cvt.c | 34 cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose) 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, 140 printf("Modeline \"%dx%d_%.2f\" ", hdisplay, vdisplay, vrefresh); 168 float vrefresh = 0.0 local [all...] |
| /xsrc/external/mit/libxcvt/dist/include/libxcvt/ |
| libxcvt.h | 38 float vrefresh,
|
| libxcvt_mode.h | 44 float vrefresh; member in struct:libxcvt_mode_info
|
| /xsrc/external/mit/libxcvt/dist/lib/ |
| 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) 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/ |
| vmwaremodes.c | 133 dynamic.VRefresh = monitor->vrefresh[0].lo; 135 dynamic.VRefresh = 60; 136 dynamic.Clock = dynamic.VRefresh * dynamic.VTotal *
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Mode.c | 166 return "vrefresh out of range"; 417 modep->VRefresh = p->VRefresh; 689 modep->VRefresh = bestMode->VRefresh; 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))) 904 * information for the calculation of Hsync and Vrefresh. Before 906 * to either set these HSync and VRefresh itself or modify the timin 1359 range vrefresh[MAX_VREFRESH]; local [all...] |
| xf86VidMode.c | 83 ret.f = (100.0 * monitor->vrefresh[indx].lo); 86 ret.f = (100.0 * monitor->vrefresh[indx].hi);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Mode.c | 167 return "vrefresh out of range"; 414 modep->VRefresh = p->VRefresh; 680 modep->VRefresh = bestMode->VRefresh; 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))) 901 * information for the calculation of Hsync and Vrefresh. Before 903 * to either set these HSync and VRefresh itself or modify the timin 1368 range vrefresh[MAX_VREFRESH]; local [all...] |
| 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/libdrm/dist/tests/modeprint/ |
| modeprint.c | 73 printf("\tvrefresh : %i\n", mode->vrefresh); 77 mode->hdisplay, mode->vdisplay, mode->vrefresh);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86EdidModes.c | 793 Monitor->vrefresh[0].lo = 1024.0; 794 Monitor->vrefresh[0].hi = 0.0; 800 if (!Mode->VRefresh) 801 Mode->VRefresh = (1000.0 * ((float) Mode->Clock)) / 810 if (Mode->VRefresh < Monitor->vrefresh[0].lo) 811 Monitor->vrefresh[0].lo = Mode->VRefresh; 813 if (Mode->VRefresh > Monitor->vrefresh[0].hi [all...] |
| xf86Modes.c | 62 if (mode->VRefresh > 0.0) 63 refresh = mode->VRefresh; 384 mode->name, mode->VRefresh, mode->Clock / 1000., 460 * hsync and vrefresh ranges. 487 mon->vrefresh[i].lo * (1 - SYNC_TOLERANCE) && 489 mon->vrefresh[i].hi * (1 + SYNC_TOLERANCE)) { 798 * Generate a CVT standard mode from HDisplay, VDisplay and VRefresh. 801 xf86CVTMode(int HDisplay, int VDisplay, float VRefresh, Bool Reduced, 809 libxcvt_gen_mode_info(HDisplay, VDisplay, VRefresh, Reduced, Interlaced); 823 Mode->VRefresh = libxcvt_mode_info->vrefresh [all...] |
| xf86Crtc.c | 1574 mon->vrefresh[0].lo = 1024.0; 1575 mon->vrefresh[0].hi = 0.0; 1581 if (!mode->VRefresh) 1582 mode->VRefresh = (1000.0 * ((float) mode->Clock)) / 1591 if (mode->VRefresh < mon->vrefresh[0].lo) 1592 mon->vrefresh[0].lo = mode->VRefresh; 1594 if (mode->VRefresh > mon->vrefresh[0].hi [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86DisplayIDModes.c | 328 mon->vrefresh[n].lo = x[13]; 329 mon->vrefresh[n].hi = x[14];
|
| xf86EdidModes.c | 779 Monitor->vrefresh[0].lo = 1024.0; 780 Monitor->vrefresh[0].hi = 0.0; 786 if (!Mode->VRefresh) 787 Mode->VRefresh = (1000.0 * ((float) Mode->Clock)) / 796 if (Mode->VRefresh < Monitor->vrefresh[0].lo) 797 Monitor->vrefresh[0].lo = Mode->VRefresh; 799 if (Mode->VRefresh > Monitor->vrefresh[0].hi [all...] |
| xf86Crtc.c | 1468 mon->vrefresh[0].lo = 1024.0; 1469 mon->vrefresh[0].hi = 0.0; 1475 if (!mode->VRefresh) 1476 mode->VRefresh = (1000.0 * ((float) mode->Clock)) / 1485 if (mode->VRefresh < mon->vrefresh[0].lo) 1486 mon->vrefresh[0].lo = mode->VRefresh; 1488 if (mode->VRefresh > mon->vrefresh[0].hi [all...] |
| xf86Modes.c | 65 if (mode->VRefresh > 0.0) 66 refresh = mode->VRefresh; 315 mode->name, mode->VRefresh, mode->Clock/1000., mode->HDisplay, 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/libdrm/dist/tests/modetest/ |
| modetest.c | 822 float vrefresh; member in struct:pipe_arg 851 const float vrefresh) 868 user_mode.clock = roundf(user_mode.htotal * user_mode.vtotal * vrefresh / 1000); 869 user_mode.vrefresh = roundf(vrefresh); 897 if (vrefresh == 0) 899 else if (fabs(mode_vrefresh(mode) - vrefresh) < 0.005) 963 pipe->mode_str, pipe->vrefresh); 965 if (pipe->vrefresh) 969 pipe->mode_str, pipe->vrefresh, pipe->cons[i]) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| 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/xorg-server.old/dist/hw/xfree86/vbe/ |
| 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/xf86-video-mach64/dist/src/ |
| atipreinit.c | 2414 double vrefresh = ((double)pATI->LCDClock * 1000.0) / local 2428 if ((vrefresh >= pScreenInfo->monitor->vrefresh[i].lo) && 2429 (vrefresh <= pScreenInfo->monitor->vrefresh[i].hi))
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| drm_mode.h | 234 * @vrefresh: approximate vertical refresh rate in Hz 255 __u32 vrefresh; member in struct:drm_mode_modeinfo
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| drm_mode.h | 226 __u32 vrefresh; member in struct:drm_mode_modeinfo
|
| /xsrc/external/mit/libdrm/dist/ |
| xf86drmMode.h | 96 uint32_t vrefresh; member in struct:_drmModeModeInfo
|
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| 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;
|