Searched refs:vrefresh (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/libxcvt/dist/cvt/
H A Dcvt.c34 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 Dlibxcvt.h38 float vrefresh,
H A Dlibxcvt_mode.h44 float vrefresh; member in struct:libxcvt_mode_info
/xsrc/external/mit/libxcvt/dist/lib/
H A Dlibxcvt.c35 * 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 Dvmwaremodes.c133 dynamic.VRefresh = monitor->vrefresh[0].lo;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c167 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 Dxf86VidMode.c662 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 Dxf86Mode.c166 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 Dxf86VidMode.c83 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 Dmodeprint.c73 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 Dxf86DisplayIDModes.c328 mon->vrefresh[n].lo = x[13];
329 mon->vrefresh[n].hi = x[14];
H A Dxf86EdidModes.c779 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 Dxf86Crtc.c1468 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 Dxf86Modes.c392 * 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 Dxf86EdidModes.c793 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 Dxf86Modes.c460 * 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 Dxf86Crtc.c1574 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 Dmodetest.c821 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 Dvbe.c1043 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 Dvbe.c1043 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 Datipreinit.c2414 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 Ddrm_mode.h234 * @vrefresh: approximate vertical refresh rate in Hz
255 __u32 vrefresh; member in struct:drm_mode_modeinfo
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.h96 uint32_t vrefresh; member in struct:_drmModeModeInfo
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c416 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 Dvmwgfx_crtc.c188 drm_mode.vrefresh = mode->VRefresh;

Completed in 40 milliseconds

12